[oe-commits] Martin Jansa : eglibc-initial-2.16: add kconfig-frontends-native to depends

git at git.openembedded.org git at git.openembedded.org
Mon Sep 10 16:04:52 UTC 2012


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Mon Sep 10 16:04:38 2012 +0200

eglibc-initial-2.16: add kconfig-frontends-native to depends

* fixes:
  | make[1]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc'
  | make[1]: *** No rule to make target `/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/conf', needed by `config'.  Stop.
  | make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc'

* it's because, eglibc-initial.inc overwrites DEPENDS from eglibc_2.16.bb
  $ grep DEPENDS eglibc_2.16.bb
  DEPENDS += "gperf-native kconfig-frontends-native"
  $ grep DEPENDS eglibc-initial.inc
  DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial"

  and it's included after eglibc_2.16.bb
  $ head -n 3 eglibc-initial_2.16.bb
  require eglibc_${PV}.bb
  require eglibc-initial.inc

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/eglibc/eglibc-initial_2.16.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc-initial_2.16.bb b/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
index f6b09ac..de45079 100644
--- a/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
@@ -1,6 +1,8 @@
 require eglibc_${PV}.bb
 require eglibc-initial.inc
 
+DEPENDS += "kconfig-frontends-native"
+
 # main eglibc recipes muck with TARGET_CPPFLAGS to point into
 # final target sysroot but we
 # are not there when building eglibc-initial





More information about the Openembedded-commits mailing list