[oe-commits] Richard Purdie : bdwgc-native: Add missing pkgconfig DEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Jun 19 16:56:48 UTC 2013


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Jun 19 16:20:50 2013 +0100

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

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/bdwgc/bdwgc_7.2d.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/bdwgc/bdwgc_7.2d.bb b/meta/recipes-support/bdwgc/bdwgc_7.2d.bb
index 46e5257..2ba7aa5 100644
--- a/meta/recipes-support/bdwgc/bdwgc_7.2d.bb
+++ b/meta/recipes-support/bdwgc/bdwgc_7.2d.bb
@@ -34,5 +34,5 @@ S = "${WORKDIR}/gc-${REAL_PV}"
 
 ARM_INSTRUCTION_SET = "arm"
 
-inherit autotools
+inherit autotools pkgconfig
 BBCLASSEXTEND = "native nativesdk"



More information about the Openembedded-commits mailing list