blob: 34b1f2cc91666601e3f1b08572e6b80d8b92758f [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 \
Brad Bishop19323692019-04-05 15:28:33 -040012 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 \
Brad Bishop19323692019-04-05 15:28:33 -040019 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 \
34 file://resize.cfg \
35 ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \
36 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \
37 file://syslog.cfg \
Brad Bishop96ff1982019-08-19 13:50:42 -040038 file://unicode.cfg \
Brad Bishop19323692019-04-05 15:28:33 -040039 file://rcS \
40 file://rcK \
41 file://makefile-libbb-race.patch \
42 file://0001-testsuite-check-uudecode-before-using-it.patch \
43 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \
44 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
Brad Bishop19323692019-04-05 15:28:33 -040045"
46SRC_URI_append_libc-musl = " file://musl.cfg "
47
Brad Bishop96ff1982019-08-19 13:50:42 -040048SRC_URI[tarball.md5sum] = "cdba5d4458f944ceec5cdcf7c4914b69"
49SRC_URI[tarball.sha256sum] = "0e4925392fd9f3743cc517e031b68b012b24a63b0cf6c1ff03cce7bb3846cc99"