]> code.ossystems Code Review - openembedded-core.git/commitdiff
bdwgc-native: Add missing pkgconfig DEPENDS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jun 2013 15:20:50 +0000 (16:20 +0100)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Aug 2013 09:39:44 +0000 (10:39 +0100)
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)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/bdwgc/bdwgc_7.2.bb

index a0a5bffba9f6200922da358157555a248dade737..f7914e44fbf30628996041dea80fa49bd45bbb94 100644 (file)
@@ -37,5 +37,5 @@ S = "${WORKDIR}/gc-${PV}"
 
 ARM_INSTRUCTION_SET = "arm"
 
-inherit autotools
+inherit autotools pkgconfig
 BBCLASSEXTEND = "native nativesdk"