diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-19 16:20:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-19 18:03:35 +0100 |
commit | e04e6dab0afa8f72bf001b0cc106cd13b7694a91 (patch) | |
tree | 3ac5f93ea13af79429e53e0f115502177ab93ec1 | |
parent | 8e8de62a2d1b0b79221c03ee9e4241122de5a0e8 (diff) | |
download | poky-e04e6dab0afa8f72bf001b0cc106cd13b7694a91.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 rev: defa05f2085f78d9ec9ada7051c284e1fc72e6c1)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 46e5257671..2ba7aa5a87 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}" | |||
34 | 34 | ||
35 | ARM_INSTRUCTION_SET = "arm" | 35 | ARM_INSTRUCTION_SET = "arm" |
36 | 36 | ||
37 | inherit autotools | 37 | inherit autotools pkgconfig |
38 | BBCLASSEXTEND = "native nativesdk" | 38 | BBCLASSEXTEND = "native nativesdk" |