From: Richard Purdie Date: Wed, 19 Jun 2013 15:20:50 +0000 (+0100) Subject: bdwgc-native: Add missing pkgconfig DEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36954 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=defa05f2085f78d9ec9ada7051c284e1fc72e6c1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-support/bdwgc/bdwgc_7.2d.bb b/meta/recipes-support/bdwgc/bdwgc_7.2d.bb index 46e5257671d..2ba7aa5a873 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"