aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 19:55:19 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 20:00:50 +0200
commit592c8ab37410727460313631074dbabb3831e63d (patch)
tree9d8424d6a1cc0eed24f6fd9489e30a7b60792c34
parent84edb39d87f0b13ae27c92a3fe8635a3051d26a5 (diff)
bcg729: Inherit pkgconfig to have PKG_CHECK_MODULES expand
Make sure pkgconfig-native is staged as otherwise autoconf can not replace the PKG_CHECK_MODULES variable.
-rw-r--r--recipes-misc/bcg729/bcg729_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-misc/bcg729/bcg729_git.bb b/recipes-misc/bcg729/bcg729_git.bb
index 2be5942..27b2b75 100644
--- a/recipes-misc/bcg729/bcg729_git.bb
+++ b/recipes-misc/bcg729/bcg729_git.bb
@@ -9,4 +9,4 @@ PV = "0+gitr${SRCPV}"
S = "${WORKDIR}/git"
-inherit autotools
+inherit autotools pkgconfig