[Buildroot] [PATCH] package/sox: install to staging

Giulio Benetti giulio.benetti at benettiengineering.com
Thu Sep 9 09:14:53 UTC 2021


From: Adrian Amaglio <nainformatique at gresille.org>

Install header files and libraries into the staging area.

Signed-off-by: Adrian Amaglio <nainformatique at gresille.org>
Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
[Giulio: reword commit log]
---
 package/sox/sox.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sox/sox.mk b/package/sox/sox.mk
index dcc1a670b4..d462eb8722 100644
--- a/package/sox/sox.mk
+++ b/package/sox/sox.mk
@@ -10,6 +10,7 @@ SOX_SITE_METHOD = git
 SOX_DEPENDENCIES = host-autoconf-archive host-pkgconf
 SOX_LICENSE = GPL-2.0+ (sox binary), LGPL-2.1+ (libraries)
 SOX_LICENSE_FILES = LICENSE.GPL LICENSE.LGPL
+SOX_INSTALL_STAGING = YES
 SOX_CPE_ID_VENDOR = sound_exchange_project
 SOX_CPE_ID_PRODUCT = sound_exchange
 # From git and we're patching configure.ac
-- 
2.25.1



More information about the buildroot mailing list