[oe-commits] [meta-openembedded] 29/129: audiofile: Inherit pkgconfig instead of binconfig

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:10:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch pyro-next
in repository meta-openembedded.

commit 55d9648664c36604b7a11649827b6d8e924ebef1
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Jun 1 21:41:05 2017 -0700

    audiofile: Inherit pkgconfig instead of binconfig
    
    Fixes build with musl
    ../audiofile-0.3.6/configure: line 16964: PKG_PROG_PKG_CONFIG: command not found
    ../audiofile-0.3.6/configure: line 16971: syntax error near unexpected token `FLAC,'
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb b/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb
index b23bfed..f4e19e4 100644
--- a/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb
+++ b/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb
@@ -17,7 +17,7 @@ SRC_URI = " \
 SRC_URI[md5sum] = "235dde14742317328f0109e9866a8008"
 SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8cb59782"
 
-inherit autotools lib_package binconfig
+inherit autotools lib_package pkgconfig
 
 DEPENDS = " \
     asciidoc-native \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list