[oe-commits] Richard Purdie : kconfig-frontends: Depend on pkgconfig-native

git at git.openembedded.org git at git.openembedded.org
Thu Feb 14 12:36:37 UTC 2013


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Feb 14 12:24:30 2013 +0000

kconfig-frontends: Depend on pkgconfig-native

We were seeing errors like:

| autoreconf: running: /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly/build/build/tmp/sysroots/x86_64-linux/usr/bin/autoconf --force
| configure.ac:27: error: possibly undefined macro: AS_IF
|       If this token and others are legitimate, please use m4_pattern_allow.
|       See the Autoconf documentation.
| configure.ac:100: error: possibly undefined macro: AC_MSG_ERROR
| autoreconf: /srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly/build/build/tmp/sysroots/x86_64-linux/usr/bin/autoconf failed with exit status: 1
| ERROR: autoreconf execution failed.

which turns out to mean the pkgconfig macros were unavailable (thanks for clear
error messages autoconf).

This patch adds in the missing dependency.

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

---

 .../kconfig-frontends/kconfig-frontends_3.6.bb     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb
index d1fdc0e..3748c8e 100644
--- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb
+++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.6.bb
@@ -10,7 +10,7 @@ HOMEPAGE = "http://ymorin.is-a-geek.org/projects/kconfig-frontends"
 LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
 SECTION = "devel"
-DEPENDS += "ncurses flex bison gperf"
+DEPENDS += "ncurses flex bison gperf pkgconfig-native"
 PR = "r0"
 PV = "3.6.0"
 SPIN = "0"





More information about the Openembedded-commits mailing list