mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ SRC_URI = " \
|
|||||||
SRC_URI[md5sum] = "235dde14742317328f0109e9866a8008"
|
SRC_URI[md5sum] = "235dde14742317328f0109e9866a8008"
|
||||||
SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8cb59782"
|
SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8cb59782"
|
||||||
|
|
||||||
inherit autotools lib_package binconfig
|
inherit autotools lib_package pkgconfig
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
asciidoc-native \
|
asciidoc-native \
|
||||||
|
|||||||
Reference in New Issue
Block a user