summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-initial.inc
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 13:01:50 +0100
commit3cfc70fc27c8db79b1f35ca4e1e746fb83ca360f (patch)
tree3f19527c1515b01dcdcfd966d918980fedb501d5 /meta/recipes-core/eglibc/eglibc-initial.inc
parent607a3d57c5dfa38718b8c8a7d7a58d568f10a6f6 (diff)
downloadpoky-3cfc70fc27c8db79b1f35ca4e1e746fb83ca360f.tar.gz
eglibc: Enable kconfig for option management
(From OE-Core rev: 13e2ccf6f4e71d674583894750f70865ebe5e4d1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-initial.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-initial.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-initial.inc b/meta/recipes-core/eglibc/eglibc-initial.inc
index 3b99ac2854..f44db0c00e 100644
--- a/meta/recipes-core/eglibc/eglibc-initial.inc
+++ b/meta/recipes-core/eglibc/eglibc-initial.inc
@@ -19,6 +19,7 @@ do_configure () {
19 --prefix=/usr \ 19 --prefix=/usr \
20 --without-cvs --disable-sanity-checks \ 20 --without-cvs --disable-sanity-checks \
21 --with-headers=${STAGING_DIR_TARGET}${includedir} \ 21 --with-headers=${STAGING_DIR_TARGET}${includedir} \
22 --with-kconfig=${STAGING_BINDIR_NATIVE} \
22 --enable-hacker-mode --enable-addons 23 --enable-hacker-mode --enable-addons
23} 24}
24 25