blob: edf896485ec8a9c0c162c0a5d91ee3414d4a04eb [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001require busybox.inc
2
3SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
Patrick Williamsde0582f2022-04-08 10:23:27 -05004 file://0001-depmod-Ignore-.debug-directories.patch \
Andrew Geissler595f6302022-01-24 19:11:47 +00005 file://busybox-udhcpc-no_deconfig.patch \
6 file://find-touchscreen.sh \
7 file://busybox-cron \
8 file://busybox-httpd \
9 file://busybox-udhcpd \
10 file://default.script \
11 file://simple.script \
12 file://hwclock.sh \
13 file://syslog \
14 file://syslog-startup.conf \
15 file://syslog.conf \
16 file://busybox-syslog.default \
17 file://mdev \
18 file://mdev.conf \
19 file://mdev-mount.sh \
20 file://defconfig \
21 file://busybox-syslog.service.in \
22 file://busybox-klogd.service.in \
23 file://fail_on_no_media.patch \
24 file://run-ptest \
25 file://inetd.conf \
26 file://inetd \
27 file://login-utilities.cfg \
28 file://recognize_connmand.patch \
29 file://busybox-cross-menuconfig.patch \
30 file://mount-via-label.cfg \
31 file://sha1sum.cfg \
32 file://sha256sum.cfg \
33 file://getopts.cfg \
34 file://longopts.cfg \
35 file://resize.cfg \
36 ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \
37 ${@["", "file://rcS.default"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \
38 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
39 file://syslog.cfg \
40 file://unicode.cfg \
41 file://rev.cfg \
42 file://pgrep.cfg \
43 file://rcS \
44 file://rcK \
45 file://makefile-libbb-race.patch \
46 file://0001-testsuite-check-uudecode-before-using-it.patch \
47 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \
48 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
49 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
Patrick Williams03907ee2022-05-01 06:28:52 -050050 file://0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch \
51 file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \
Andrew Geissler615f2f12022-07-15 14:00:58 -050052 file://CVE-2022-30065.patch \
Andrew Geissler595f6302022-01-24 19:11:47 +000053 "
54SRC_URI:append:libc-musl = " file://musl.cfg "
55
56SRC_URI[tarball.sha256sum] = "faeeb244c35a348a334f4a59e44626ee870fb07b6884d68c10ae8bc19f83a694"