blob: 400cdfe28fc280670c4d4b253793024f2f6abc4a [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 \
Patrick Williamsc0f7c042017-02-23 20:41:17 -060035 file://0001-flock-update-the-behaviour-of-c-parameter-to-match-u.patch \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050036 file://mount-via-label.cfg \
37 file://sha1sum.cfg \
38 file://sha256sum.cfg \
39 file://getopts.cfg \
40 file://resize.cfg \
41 ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager', True) == 'busybox')]} \
42 ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager', True) == 'busybox-mdev')]} \
43 file://inittab \
44 file://rcS \
45 file://rcK \
46 file://runlevel \
Patrick Williamsc0f7c042017-02-23 20:41:17 -060047 file://CVE-2016-2148.patch \
48 file://CVE-2016-2147.patch \
49 file://CVE-2016-2147_2.patch \
Brad Bishop37a0e4d2017-12-04 01:01:44 -050050 file://CVE-2016-6301.patch \
Patrick Williamsc0f7c042017-02-23 20:41:17 -060051 file://ip_fix_problem_on_mips64_n64_big_endian_musl_systems.patch \
52 file://makefile-fix-backport.patch \
53 file://0001-sed-fix-sed-n-flushes-pattern-space-terminates-early.patch \
54 file://busybox-kbuild-race-fix-commit-d8e61bb.patch \
55 file://commit-applet_tables-fix-commit-0dddbc1.patch \
56 file://makefile-libbb-race.patch \
Brad Bishop37a0e4d2017-12-04 01:01:44 -050057 file://0001-libiproute-handle-table-ids-larger-than-255.patch \
58 file://ifupdown-pass-interface-device-name-for-ipv6-route-c.patch \
59 file://BUG9071_buffer_overflow_arp.patch \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050060"
61SRC_URI_append_libc-musl = " file://musl.cfg "
62
63SRC_URI[tarball.md5sum] = "be98a40cadf84ce2d6b05fa41a275c6a"
64SRC_URI[tarball.sha256sum] = "37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d"