diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-09-09 00:01:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:50:49 +0100 |
commit | 2625fa5a13e4ab8cb09ba41ca6cfbfc9456062bb (patch) | |
tree | 4dbaba38332b0dccaa56efc07565fb991ed97a08 /meta-yocto | |
parent | 2e39f18bcebaaaa23fd78b663bb7bb71143ebbf5 (diff) | |
download | poky-2625fa5a13e4ab8cb09ba41ca6cfbfc9456062bb.tar.gz |
poky-tiny.conf: Require utmpx, its needed for busybox
This libc feature is a basic need and prerequisite for busybox fix for
[YOCTO #8243] to be merged
[YOCTO #8243]
(From meta-yocto rev: b24f3d01759642340887b7487f36939125c14b06)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index f4a772e142..b0227dedf6 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -63,7 +63,7 @@ DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt" | |||
63 | DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big" | 63 | DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big" |
64 | 64 | ||
65 | # Required for "who" | 65 | # Required for "who" |
66 | DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin" | 66 | DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-utmpx libc-getlogin" |
67 | DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp" | 67 | DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp" |
68 | DISTRO_FEATURES_LIBC_NET = "libc-inet libc-nis" | 68 | DISTRO_FEATURES_LIBC_NET = "libc-inet libc-nis" |
69 | 69 | ||