[poky] [PATCH 1/2] poky-tiny.conf: add extra libc features
Qi.Chen at windriver.com
Qi.Chen at windriver.com
Tue Jul 9 23:37:12 PDT 2013
From: Chen Qi <Qi.Chen at windriver.com>
Add two extra libc features, libc-spawn and libc-rcmd, as they are
needed to successfully compile the shadow package which is needed
if we set USER_GROUP_SETTIGNS in some configuration file.
[YOCTO #4074]
Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
meta-yocto/conf/distro/poky-tiny.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 755667f..9d9ea3c 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -62,7 +62,7 @@ ASSUME_PROVIDED += "pkgconfig$"
# Reconfigure eglibc for a smaller installation
# Comment out any of the lines below to disable them in the build
-DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"
+DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt libc-spawn libc-rcmd"
DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big"
# Required for "who"
--
1.7.9.5
More information about the poky
mailing list