mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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:
committed by
Eric Bénard
parent
3078d10d4f
commit
d338aed696
@@ -9,7 +9,7 @@ PV = "0.0.1"
|
||||
PR = "r3"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools pkgconfig
|
||||
|
||||
# It needs some kernel definitions only for v4l2, so it isn't machine specific
|
||||
EXTRA_OECONF = "--with-kernel-headers=${STAGING_KERNEL_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user