summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.33.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.33.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.33.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.33.1.bb b/meta/recipes-core/busybox/busybox_1.33.1.bb
index a71ff530cb..4c2bc1106d 100644
--- a/meta/recipes-core/busybox/busybox_1.33.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.33.1.bb
@@ -38,6 +38,8 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
38 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \ 38 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
39 file://syslog.cfg \ 39 file://syslog.cfg \
40 file://unicode.cfg \ 40 file://unicode.cfg \
41 file://rev.cfg \
42 file://pgrep.cfg \
41 file://rcS \ 43 file://rcS \
42 file://rcK \ 44 file://rcK \
43 file://makefile-libbb-race.patch \ 45 file://makefile-libbb-race.patch \
@@ -45,9 +47,8 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
45 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \ 47 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 \ 48 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
47 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \ 49 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
48 file://rev.cfg \
49 file://pgrep.cfg \
50 file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \ 50 file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \
51 file://0001-mktemp-add-tmpdir-option.patch \
51 " 52 "
52SRC_URI_append_libc-musl = " file://musl.cfg " 53SRC_URI_append_libc-musl = " file://musl.cfg "
53 54