summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.29.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.29.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.29.2.bb49
1 files changed, 49 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.29.2.bb b/meta/recipes-core/busybox/busybox_1.29.2.bb
new file mode 100644
index 0000000000..3496a857c4
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.29.2.bb
@@ -0,0 +1,49 @@
1require 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://runlevel \
44 file://makefile-libbb-race.patch \
45"
46SRC_URI_append_libc-musl = " file://musl.cfg "
47
48SRC_URI[tarball.md5sum] = "46617af37a39579711d8b36f189cdf1e"
49SRC_URI[tarball.sha256sum] = "67d2fa6e147a45875fe972de62d907ef866fe784c495c363bf34756c444a5d61"