[oe-commits] Martin Jansa : media-ctl: inherit pkgconfig

git at git.openembedded.org git at git.openembedded.org
Fri Jul 12 09:57:24 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: c1127efaa4ef7a4afe6fdc51b07602d8ee68d6a4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c1127efaa4ef7a4afe6fdc51b07602d8ee68d6a4

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul  7 16:20:35 2013 +0200

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 at gmail.com>

---

 .../recipes-multimedia/v4l2apps/media-ctl_git.bb   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb b/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
index cb3072b..37d130a 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
@@ -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}"
 



More information about the Openembedded-commits mailing list