blob: c1da37262992d0f570caa2d3331ac2cfa0a8a265 [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 \
Brad Bishop96ff1982019-08-19 13:50:42 -040040 file://unicode.cfg \
Brad Bishop19323692019-04-05 15:28:33 -040041 file://inittab \
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 \
Brad Bishop19323692019-04-05 15:28:33 -040048"
49SRC_URI_append_libc-musl = " file://musl.cfg "
50
Brad Bishop96ff1982019-08-19 13:50:42 -040051SRC_URI[tarball.md5sum] = "cdba5d4458f944ceec5cdcf7c4914b69"
52SRC_URI[tarball.sha256sum] = "0e4925392fd9f3743cc517e031b68b012b24a63b0cf6c1ff03cce7bb3846cc99"