blob: ba76755d74fcda0335b77dec0acdec9f0d1f56fb [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001require busybox.inc
2
3SRC_URI = "http://www.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://mount.busybox \
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://umount.busybox \
21 file://defconfig \
22 file://busybox-syslog.service.in \
23 file://busybox-klogd.service.in \
24 file://fail_on_no_media.patch \
25 file://run-ptest \
26 file://inetd.conf \
27 file://inetd \
28 file://login-utilities.cfg \
29 file://recognize_connmand.patch \
30 file://busybox-cross-menuconfig.patch \
31 file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \
32 file://mount-via-label.cfg \
33 file://sha1sum.cfg \
34 file://sha256sum.cfg \
35 file://getopts.cfg \
36 file://resize.cfg \
37 ${@["", "file://init.cfg"][(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://inittab \
41 file://rcS \
42 file://rcK \
43 file://makefile-libbb-race.patch \
44 file://0001-testsuite-check-uudecode-before-using-it.patch \
45 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 \
Brad Bishopc342db32019-05-15 21:57:59 -040047 file://0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch \
Brad Bishop19323692019-04-05 15:28:33 -040048"
49SRC_URI_append_libc-musl = " file://musl.cfg "
50
51SRC_URI[tarball.md5sum] = "4f72fc6abd736d5f4741fc4a2485547a"
52SRC_URI[tarball.sha256sum] = "3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc"