summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.33.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.33.0.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.33.0.bb52
1 files changed, 52 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.33.0.bb b/meta/recipes-core/busybox/busybox_1.33.0.bb
new file mode 100644
index 0000000000..1a3f218bca
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.33.0.bb
@@ -0,0 +1,52 @@
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://rcS \
41 file://rcK \
42 file://makefile-libbb-race.patch \
43 file://0001-testsuite-check-uudecode-before-using-it.patch \
44 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \
45 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
46 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
47 file://rev.cfg \
48 file://pgrep.cfg \
49"
50SRC_URI_append_libc-musl = " file://musl.cfg "
51
52SRC_URI[tarball.sha256sum] = "d568681c91a85edc6710770cebc1e80e042ad74d305b5c2e6d57a5f3de3b8fbd"