summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-19 16:20:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:18:10 +0100
commit7f2c0fb94b6bbc712bf31ab3b954647990b74ab7 (patch)
treefc7be27a07d01e53061c82acc2fc504db19f7523 /meta
parent3e8934b74c3ab4a1f1d515a5f4660742bbf796e8 (diff)
downloadpoky-7f2c0fb94b6bbc712bf31ab3b954647990b74ab7.tar.gz
bdwgc-native: Add missing pkgconfig DEPENDS
This fixes configure errors like: | configure.ac:70: error: possibly undefined macro: AC_MSG_ERROR | If this token and others are legitimate, please use m4_pattern_allow. | See the Autoconf documentation. | configure.ac:358: error: possibly undefined macro: AS_IF Reproduced with bitbake bdwgc-native pkgconfig-native -c clean; bitbake bdwgc-native (From OE-Core master rev: defa05f2085f78d9ec9ada7051c284e1fc72e6c1) (From OE-Core rev: 9a9bfdcf4c0776e57dd85aec81f591a3f8307ff7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/bdwgc/bdwgc_7.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/bdwgc/bdwgc_7.2.bb b/meta/recipes-support/bdwgc/bdwgc_7.2.bb
index a0a5bffba9..f7914e44fb 100644
--- a/meta/recipes-support/bdwgc/bdwgc_7.2.bb
+++ b/meta/recipes-support/bdwgc/bdwgc_7.2.bb
@@ -37,5 +37,5 @@ S = "${WORKDIR}/gc-${PV}"
37 37
38ARM_INSTRUCTION_SET = "arm" 38ARM_INSTRUCTION_SET = "arm"
39 39
40inherit autotools 40inherit autotools pkgconfig
41BBCLASSEXTEND = "native nativesdk" 41BBCLASSEXTEND = "native nativesdk"