summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.23.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-09-25 13:28:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-28 12:00:25 +0100
commita3c48179a9410edb29b260595dea2d83ce20b1d8 (patch)
tree016ba7fa4791d4e3a3a2dd77ddf8f1f8d151b843 /meta/recipes-core/busybox/busybox_1.23.2.bb
parentea031f05a5d5bd912e9dc757b2c3976cda67c9eb (diff)
downloadpoky-a3c48179a9410edb29b260595dea2d83ce20b1d8.tar.gz
busybox: Use UTMPX instead of legacy UTMP
This makes busybox honor UTMPX feature if available in a libc [YOCTO #8243] (From OE-Core rev: c5de9b2ddb38790866bda5a88b9b7119aac0aa3f) 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/recipes-core/busybox/busybox_1.23.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.23.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.23.2.bb b/meta/recipes-core/busybox/busybox_1.23.2.bb
index e4d9f9718d..5e027326c2 100644
--- a/meta/recipes-core/busybox/busybox_1.23.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.23.2.bb
@@ -30,6 +30,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
30 file://login-utilities.cfg \ 30 file://login-utilities.cfg \
31 file://recognize_connmand.patch \ 31 file://recognize_connmand.patch \
32 file://busybox-cross-menuconfig.patch \ 32 file://busybox-cross-menuconfig.patch \
33 file://0001-Switch-to-POSIX-utmpx-API.patch \
33 file://0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch \ 34 file://0001-ifconfig-fix-double-free-fatal-error-in-INET_sprint.patch \
34 file://0001-chown-fix-help-text.patch \ 35 file://0001-chown-fix-help-text.patch \
35 file://mount-via-label.cfg \ 36 file://mount-via-label.cfg \