diff options
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.24.1.bb')
| -rw-r--r-- | meta/recipes-core/busybox/busybox_1.24.1.bb | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.24.1.bb b/meta/recipes-core/busybox/busybox_1.24.1.bb new file mode 100644 index 0000000000..92bbee13a8 --- /dev/null +++ b/meta/recipes-core/busybox/busybox_1.24.1.bb | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | require busybox.inc | ||
| 2 | |||
| 3 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | ||
| 4 | file://get_header_tar.patch \ | ||
| 5 | file://busybox-appletlib-dependency.patch \ | ||
| 6 | file://busybox-udhcpc-no_deconfig.patch \ | ||
| 7 | file://find-touchscreen.sh \ | ||
| 8 | file://busybox-cron \ | ||
| 9 | file://busybox-httpd \ | ||
| 10 | file://busybox-udhcpd \ | ||
| 11 | file://default.script \ | ||
| 12 | file://simple.script \ | ||
| 13 | file://hwclock.sh \ | ||
| 14 | file://mount.busybox \ | ||
| 15 | file://syslog \ | ||
| 16 | file://syslog-startup.conf \ | ||
| 17 | file://syslog.conf \ | ||
| 18 | file://busybox-syslog.default \ | ||
| 19 | file://mdev \ | ||
| 20 | file://mdev.conf \ | ||
| 21 | file://mdev-mount.sh \ | ||
| 22 | file://umount.busybox \ | ||
| 23 | file://defconfig \ | ||
| 24 | file://busybox-syslog.service.in \ | ||
| 25 | file://busybox-klogd.service.in \ | ||
| 26 | file://fail_on_no_media.patch \ | ||
| 27 | file://run-ptest \ | ||
| 28 | file://inetd.conf \ | ||
| 29 | file://inetd \ | ||
| 30 | file://login-utilities.cfg \ | ||
| 31 | file://recognize_connmand.patch \ | ||
| 32 | file://busybox-cross-menuconfig.patch \ | ||
| 33 | file://0001-Use-CC-when-linking-instead-of-LD-and-use-CFLAGS-and.patch \ | ||
| 34 | file://0002-Passthrough-r-to-linker.patch \ | ||
| 35 | file://mount-via-label.cfg \ | ||
| 36 | file://sha1sum.cfg \ | ||
| 37 | file://sha256sum.cfg \ | ||
| 38 | file://getopts.cfg \ | ||
| 39 | " | ||
| 40 | |||
| 41 | SRC_URI[tarball.md5sum] = "be98a40cadf84ce2d6b05fa41a275c6a" | ||
| 42 | SRC_URI[tarball.sha256sum] = "37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d" | ||
