summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.33.2.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-12-15 17:03:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-07 23:21:34 +0000
commit63206f475829172af6f2d93ba821562abceec7cf (patch)
tree14a171c3232eff9f931e65d67d798ee043cb210c /meta/recipes-core/busybox/busybox_1.33.2.bb
parent5c3ed9fb516bd3c8c6d0dc76b12547f26cfedba2 (diff)
downloadpoky-63206f475829172af6f2d93ba821562abceec7cf.tar.gz
busybox: upgrade 1.33.1 -> 1.33.2
Bug fix release. 1.33.2 has fixes for hush and ash (parsing fixes) and unlzma (fix a case where we could read before beginning of buffer). (From OE-Core rev: 0b34671cb9a91419216a532954bd2783d3384ba0) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.33.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.33.2.bb54
1 files changed, 54 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.33.2.bb b/meta/recipes-core/busybox/busybox_1.33.2.bb
new file mode 100644
index 0000000000..44c83ab83c
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.33.2.bb
@@ -0,0 +1,54 @@
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://rcS.default"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \
37 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
38 file://syslog.cfg \
39 file://unicode.cfg \
40 file://rev.cfg \
41 file://pgrep.cfg \
42 file://rcS \
43 file://rcK \
44 file://makefile-libbb-race.patch \
45 file://0001-testsuite-check-uudecode-before-using-it.patch \
46 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \
47 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
48 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
49 file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \
50 file://0001-mktemp-add-tmpdir-option.patch \
51 "
52SRC_URI_append_libc-musl = " file://musl.cfg "
53
54SRC_URI[tarball.sha256sum] = "6843ba7977081e735fa0fdb05893e3c002c8c5ad7c9c80da206e603cc0ac47e7"