blob: bdaa5a5640a2b941f686bc7e99e6c19b7563faef [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001require 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://busybox-1.24.1-unzip.patch \
33 file://busybox-1.24.1-unzip-regression.patch \
34 file://busybox-1.24.1-truncate-open-mode.patch \
35 file://mount-via-label.cfg \
36 file://sha1sum.cfg \
37 file://sha256sum.cfg \
38 file://getopts.cfg \
39 file://resize.cfg \
40 ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager', True) == 'busybox')]} \
41 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager', True) == 'busybox-mdev')]} \
42 file://inittab \
43 file://rcS \
44 file://rcK \
45 file://runlevel \
46"
47SRC_URI_append_libc-musl = " file://musl.cfg "
48
49SRC_URI[tarball.md5sum] = "be98a40cadf84ce2d6b05fa41a275c6a"
50SRC_URI[tarball.sha256sum] = "37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d"