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>
This commit is contained in:
Richard Purdie 2013-06-19 16:20:50 +01:00
parent 8e8de62a2d
commit e04e6dab0a
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ S = "${WORKDIR}/gc-${REAL_PV}"
ARM_INSTRUCTION_SET = "arm"
inherit autotools
inherit autotools pkgconfig
BBCLASSEXTEND = "native nativesdk"