aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.16.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-06 15:19:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-10 12:07:34 +0100
commit13e2ccf6f4e71d674583894750f70865ebe5e4d1 (patch)
tree82487f379512abef0e3ed668a6e95d0373e55584 /meta/recipes-core/eglibc/eglibc_2.16.bb
parent4282b86072fd5a916d0d12082d6ba575bce691f2 (diff)
downloadopenembedded-core-contrib-13e2ccf6f4e71d674583894750f70865ebe5e4d1.tar.gz
eglibc: Enable kconfig for option management
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.16.bb')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.16.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb
index 5a10387c1c..030b2351bd 100644
--- a/meta/recipes-core/eglibc/eglibc_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.16.bb
@@ -2,7 +2,7 @@ require eglibc.inc
SRCREV = "20393"
-DEPENDS += "gperf-native"
+DEPENDS += "gperf-native kconfig-frontends-native"
PR = "r8"
PR_append = "+svnr${SRCPV}"
@@ -79,6 +79,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
--with-headers=${STAGING_INCDIR} \
--without-selinux \
--enable-obsolete-rpc \
+ --with-kconfig=${STAGING_BINDIR_NATIVE} \
${GLIBC_EXTRA_OECONF}"
EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"