mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01: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:
parent
90a65b7d31
commit
93ff33b564
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user