blob: 1e3e34e2a44324ec822eac12c0f33e64065a8d5f [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001require 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 \
Andrew Geisslerc926e172021-05-07 16:11:35 -050034 file://longopts.cfg \
Andrew Geissler82c905d2020-04-13 13:39:40 -050035 file://resize.cfg \
36 ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \
Andrew Geisslerd1e89492021-02-12 15:35:20 -060037 ${@["", "file://rcS.default"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \
Andrew Geissler82c905d2020-04-13 13:39:40 -050038 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
39 file://syslog.cfg \
40 file://unicode.cfg \
Andrew Geissler5f350902021-07-23 13:09:54 -040041 file://rev.cfg \
42 file://pgrep.cfg \
Andrew Geissler82c905d2020-04-13 13:39:40 -050043 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 \
Andrew Geissler82c905d2020-04-13 13:39:40 -050049 file://0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch \
Andrew Geisslerc926e172021-05-07 16:11:35 -050050 file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \
Andrew Geissler5f350902021-07-23 13:09:54 -040051 file://0001-mktemp-add-tmpdir-option.patch \
Andrew Geisslerc926e172021-05-07 16:11:35 -050052 "
Patrick Williams213cb262021-08-07 19:21:33 -050053SRC_URI:append:libc-musl = " file://musl.cfg "
Andrew Geissler82c905d2020-04-13 13:39:40 -050054
William A. Kennington IIIac69b482021-06-02 12:28:27 -070055SRC_URI[tarball.sha256sum] = "12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28"