aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan-Alexandru Voiculescu <bogdanx.a.voiculescu@intel.com>2015-11-25 11:18:13 +0200
committerSaul Wold <sgw@linux.intel.com>2016-02-02 08:03:43 -0800
commit05cab660ea956aabf6e6f971bdc5c9e2d94b9f2d (patch)
tree70790cabade519c7338ed45ad5d0ef8f37bfb7c8
parent1e0780427bad448c5b3644134b581ecf1d53af84 (diff)
downloadopenembedded-core-contrib-05cab660ea956aabf6e6f971bdc5c9e2d94b9f2d.tar.gz
uClibc: enable utmp for shadow compatibility
with the enabling of utmpx in busybox and uClibc it was noted that shadow support for utmpx also needs utmp explicitly enabled in uclibc. this is a workaround that might be removed once shadow properly supports --enable-utmpx to check for utmpx configuration instead of utmp like it does now [YOCTO #8243] [YOCTO #8971] Signed-off-by: Bogdan-Alexandru Voiculescu <bogdanx.a.voiculescu@intel.com> Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit 969158d63ba2c8e2e11af41c2a6d4f1aa5b0099f) Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/uClibc.distro2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro
index 6575482b34..3827b66e9e 100644
--- a/meta/recipes-core/uclibc/uclibc-git/uClibc.distro
+++ b/meta/recipes-core/uclibc/uclibc-git/uClibc.distro
@@ -182,6 +182,8 @@ UCLIBC_HAS_FLOATS=y
# COMPILE_IN_THUMB_MODE is not set
+# needed by shadow
+UCLIBC_HAS_UTMP=y
# needed by systemd
UCLIBC_HAS_UTMPX=y
UCLIBC_LINUX_MODULE_26=y