summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.32.0.bb
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2020-07-03 10:42:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-03 20:17:29 +0100
commit639731840aa9dc028372434661bb1517be21e843 (patch)
treeb15af440f7f1ba2ccefa11f88bc52068d6bc9b13 /meta/recipes-core/busybox/busybox_1.32.0.bb
parent61d21bd035b5d821b3a285702d185c4ad57f4dac (diff)
downloadpoky-639731840aa9dc028372434661bb1517be21e843.tar.gz
busybox: 1.31.1 -> 1.32.0
- update to last stable version 1.32.0 - remove and refresh already merged patches (From OE-Core rev: 2ccac58c2346b5a253dd065e5456c5bdaee2c99d) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.32.0.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.32.0.bb50
1 files changed, 50 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.32.0.bb b/meta/recipes-core/busybox/busybox_1.32.0.bb
new file mode 100644
index 0000000000..0dfdfdb549
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.32.0.bb
@@ -0,0 +1,50 @@
1require busybox.inc
2
3SRC_URI = "https://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://syslog \
13 file://syslog-startup.conf \
14 file://syslog.conf \
15 file://busybox-syslog.default \
16 file://mdev \
17 file://mdev.conf \
18 file://mdev-mount.sh \
19 file://defconfig \
20 file://busybox-syslog.service.in \
21 file://busybox-klogd.service.in \
22 file://fail_on_no_media.patch \
23 file://run-ptest \
24 file://inetd.conf \
25 file://inetd \
26 file://login-utilities.cfg \
27 file://recognize_connmand.patch \
28 file://busybox-cross-menuconfig.patch \
29 file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \
30 file://mount-via-label.cfg \
31 file://sha1sum.cfg \
32 file://sha256sum.cfg \
33 file://getopts.cfg \
34 file://resize.cfg \
35 ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \
36 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
37 file://syslog.cfg \
38 file://unicode.cfg \
39 file://rcS \
40 file://rcK \
41 file://makefile-libbb-race.patch \
42 file://0001-testsuite-check-uudecode-before-using-it.patch \
43 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \
44 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
45 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
46"
47SRC_URI_append_libc-musl = " file://musl.cfg "
48
49SRC_URI[tarball.md5sum] = "9576986f1a960da471d03b72a62f13c7"
50SRC_URI[tarball.sha256sum] = "c35d87f1d04b2b153d33c275c2632e40d388a88f19a9e71727e0bbbff51fe689"