summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.36.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.36.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.36.1.bb56
1 files changed, 56 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.36.1.bb b/meta/recipes-core/busybox/busybox_1.36.1.bb
new file mode 100644
index 0000000000..373a6b7781
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.36.1.bb
@@ -0,0 +1,56 @@
1require busybox.inc
2
3SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
4 file://0001-depmod-Ignore-.debug-directories.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://mount-via-label.cfg \
30 file://sha1sum.cfg \
31 file://sha256sum.cfg \
32 file://getopts.cfg \
33 file://longopts.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-libbb-sockaddr2str-ensure-only-printable-characters-.patch \
50 file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \
51 file://start-stop-false.patch \
52 "
53SRC_URI:append:libc-musl = " file://musl.cfg "
54# TODO http://lists.busybox.net/pipermail/busybox/2023-January/090078.html
55SRC_URI:append:x86 = " file://sha_accel.cfg"
56SRC_URI[tarball.sha256sum] = "b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314"