summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2016-05-19 18:40:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-05-26 08:27:23 +0200
commit1681e0ab170d9dfd9799e0ef3737d2628e69fa65 (patch)
tree9ebdd6a0a8c83d6633ad290cbd57dfbc032c213a
parentd66169b0f2ef190b3caa05eb32050970db39eb48 (diff)
downloadptxdist-1681e0ab170d9dfd9799e0ef3737d2628e69fa65.tar.gz
ptxdist-1681e0ab170d9dfd9799e0ef3737d2628e69fa65.tar.xz
busybox: version bump to 1.24.2
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch (renamed from patches/busybox-1.24.1/0200-reactivate-check-for-tty.patch)0
-rw-r--r--patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch (renamed from patches/busybox-1.24.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch)0
-rw-r--r--patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch (renamed from patches/busybox-1.24.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch)0
-rw-r--r--patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch (renamed from patches/busybox-1.24.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch)0
-rw-r--r--patches/busybox-1.24.2/series (renamed from patches/busybox-1.24.1/series)0
-rw-r--r--rules/busybox.make4
6 files changed, 2 insertions, 2 deletions
diff --git a/patches/busybox-1.24.1/0200-reactivate-check-for-tty.patch b/patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch
index 55869e9fe..55869e9fe 100644
--- a/patches/busybox-1.24.1/0200-reactivate-check-for-tty.patch
+++ b/patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch
diff --git a/patches/busybox-1.24.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch b/patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
index 98ad36e1d..98ad36e1d 100644
--- a/patches/busybox-1.24.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
+++ b/patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
diff --git a/patches/busybox-1.24.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch b/patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
index d3027e0c2..d3027e0c2 100644
--- a/patches/busybox-1.24.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
+++ b/patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
diff --git a/patches/busybox-1.24.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch b/patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
index 08f12b500..08f12b500 100644
--- a/patches/busybox-1.24.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
+++ b/patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
diff --git a/patches/busybox-1.24.1/series b/patches/busybox-1.24.2/series
index 84c80aa6e..84c80aa6e 100644
--- a/patches/busybox-1.24.1/series
+++ b/patches/busybox-1.24.2/series
diff --git a/rules/busybox.make b/rules/busybox.make
index bd52c3bf0..cfd878671 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BUSYBOX) += busybox
#
# Paths and names
#
-BUSYBOX_VERSION := 1.24.1
-BUSYBOX_MD5 := be98a40cadf84ce2d6b05fa41a275c6a
+BUSYBOX_VERSION := 1.24.2
+BUSYBOX_MD5 := 2eaae519cac1143bcf583636a745381f
BUSYBOX := busybox-$(BUSYBOX_VERSION)
BUSYBOX_SUFFIX := tar.bz2
BUSYBOX_URL := http://www.busybox.net/downloads/$(BUSYBOX).$(BUSYBOX_SUFFIX)