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

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:23 UTC 2013


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

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 d96c1f9..8e24d5d 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/media-ctl_git.bb
@@ -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}"



More information about the Openembedded-commits mailing list