summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-09-10 16:04:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-10 16:58:13 +0100
commitba8abac4c932c1043430dddf57d01aaec32c19f0 (patch)
treeb84f92ca4ba56e1a9848cab6d6dcb5824a1da41f /meta/recipes-core
parent21816355c00eadb2273d61b456f06239ca300b47 (diff)
downloadpoky-ba8abac4c932c1043430dddf57d01aaec32c19f0.tar.gz
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 (From OE-Core rev: 8616e16ea0f9536c431e203e19d7bdff6ca867bb) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/eglibc/eglibc-initial_2.16.bb2
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 f6b09ac987..de45079603 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 @@
1require eglibc_${PV}.bb 1require eglibc_${PV}.bb
2require eglibc-initial.inc 2require eglibc-initial.inc
3 3
4DEPENDS += "kconfig-frontends-native"
5
4# main eglibc recipes muck with TARGET_CPPFLAGS to point into 6# main eglibc recipes muck with TARGET_CPPFLAGS to point into
5# final target sysroot but we 7# final target sysroot but we
6# are not there when building eglibc-initial 8# are not there when building eglibc-initial