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:
Khem Raj 2017-06-01 21:41:05 -07:00 committed by Martin Jansa
parent 90a65b7d31
commit 93ff33b564

View File

@ -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 \