summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.29.3.bb
diff options
context:
space:
mode:
authorDustin Bain <dustin.bain@garmin.com>2019-02-05 09:31:44 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-06 08:29:07 +0000
commitd1a67109ea52444d60ef6d7282929c9cd6012624 (patch)
tree04d34132374c28ca9a3abdeccac3d214a4dbc691 /meta/recipes-core/busybox/busybox_1.29.3.bb
parentca8d1c52c4772caf5f52ff31f315e9619104f5fc (diff)
downloadpoky-d1a67109ea52444d60ef6d7282929c9cd6012624.tar.gz
busybox: update to 1.29.3
Updates busybox to version 1.29.3 to fix a bug related to parsing of config files: 2993551ef ("Revert "libbb: remove unnecessary variable in xmalloc_fgets"") Upgrading the recipe was chosen instead of backporting the fix as a patch because the only difference between version 1.29.2 and 1.29.3 is this revert. (From OE-Core rev: 11d4fd16c3d7dad5d7e3b4d44a96724075be7126) Signed-off-by: Dustin Bain <dustin.bain@garmin.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.29.3.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.29.3.bb52
1 files changed, 52 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.29.3.bb b/meta/recipes-core/busybox/busybox_1.29.3.bb
new file mode 100644
index 0000000000..a3e68cdc77
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.29.3.bb
@@ -0,0 +1,52 @@
1require busybox.inc
2
3SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
4 file://busybox-udhcpc-no_deconfig.patch \
5 file://find-touchscreen.sh \
6 file://busybox-cron \
7 file://busybox-httpd \
8 file://busybox-udhcpd \
9 file://default.script \
10 file://simple.script \
11 file://hwclock.sh \
12 file://mount.busybox \
13 file://syslog \
14 file://syslog-startup.conf \
15 file://syslog.conf \
16 file://busybox-syslog.default \
17 file://mdev \
18 file://mdev.conf \
19 file://mdev-mount.sh \
20 file://umount.busybox \
21 file://defconfig \
22 file://busybox-syslog.service.in \
23 file://busybox-klogd.service.in \
24 file://fail_on_no_media.patch \
25 file://run-ptest \
26 file://inetd.conf \
27 file://inetd \
28 file://login-utilities.cfg \
29 file://recognize_connmand.patch \
30 file://busybox-cross-menuconfig.patch \
31 file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \
32 file://mount-via-label.cfg \
33 file://sha1sum.cfg \
34 file://sha256sum.cfg \
35 file://getopts.cfg \
36 file://resize.cfg \
37 ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \
38 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
39 file://syslog.cfg \
40 file://inittab \
41 file://rcS \
42 file://rcK \
43 file://makefile-libbb-race.patch \
44 file://0001-testsuite-check-uudecode-before-using-it.patch \
45 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \
46 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
47 file://0001-testsuite-check-CONFIG_DESKTOP-before-using-od-t.patch \
48"
49SRC_URI_append_libc-musl = " file://musl.cfg "
50
51SRC_URI[tarball.md5sum] = "0a367e19cdfd157e8258d87f893ee516"
52SRC_URI[tarball.sha256sum] = "97648636e579462296478e0218e65e4bc1e9cd69089a3b1aeb810bff7621efb7"