mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 08:34:31 +00:00
media-ctl: inherit pkgconfig
* without pkgconfig it's failing to expand PKG_CHECK_MODULES macro:
| media-ctl/0.0.1-r3/git/configure:
line 11700: syntax error near unexpected token `libudev,'
| media-ctl/0.0.1-r3/git/configure:
line 11700: ` PKG_CHECK_MODULES(libudev, libudev, have_libudev=yes, have_libudev=no)'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
e2aa5eca92
commit
c1127efaa4
@ -11,7 +11,7 @@ PV = "0.0.1"
|
||||
PR = "r4"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--with-kernel-headers=${STAGING_EXECPREFIXDIR}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user