blob: df3ea5906b526650852feb87101eb8aa7a13b157 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001require 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"
45SRC_URI_append_libc-musl = " file://musl.cfg "
46
47SRC_URI[tarball.md5sum] = "46617af37a39579711d8b36f189cdf1e"
48SRC_URI[tarball.sha256sum] = "67d2fa6e147a45875fe972de62d907ef866fe784c495c363bf34756c444a5d61"