summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.22.1.bb
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-02-18 14:44:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-19 07:51:39 +0000
commitda1259e0e6fc9bb372a21ecc0086c7851f65b4d4 (patch)
tree4a4ebd9ab331ca5a3aac87f5aab6258b068fffd5 /meta/recipes-core/busybox/busybox_1.22.1.bb
parent0a5395738b0c5c41e48b882a5fb7c671b98dc732 (diff)
downloadpoky-da1259e0e6fc9bb372a21ecc0086c7851f65b4d4.tar.gz
busybox: update to 1.23.1 release
* Bump SRCREV/PV * Drop PR * Update SRC_URI md5sum/sha256sum * Drop 0001-build-system-Specify-nostldlib-when-linking-to-.o-fi.patch - applied upstream and available in 1.23.1 release (From OE-Core rev: 2c59692c4fa4a0a21dee23b8affc3c8e58ff7a11) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.22.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.22.1.bb48
1 files changed, 0 insertions, 48 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.22.1.bb b/meta/recipes-core/busybox/busybox_1.22.1.bb
deleted file mode 100644
index a41879c23f..0000000000
--- a/meta/recipes-core/busybox/busybox_1.22.1.bb
+++ /dev/null
@@ -1,48 +0,0 @@
1require busybox.inc
2
3PR = "r32"
4
5SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
6 file://get_header_tar.patch \
7 file://busybox-appletlib-dependency.patch \
8 file://busybox-udhcpc-no_deconfig.patch \
9 file://find-touchscreen.sh \
10 file://busybox-cron \
11 file://busybox-httpd \
12 file://busybox-udhcpd \
13 file://default.script \
14 file://simple.script \
15 file://hwclock.sh \
16 file://mount.busybox \
17 file://syslog \
18 file://syslog-startup.conf \
19 file://syslog.conf \
20 file://busybox-syslog.default \
21 file://mdev \
22 file://mdev.conf \
23 file://mdev-mount.sh \
24 file://umount.busybox \
25 file://defconfig \
26 file://busybox-syslog.service.in \
27 file://busybox-klogd.service.in \
28 file://fail_on_no_media.patch \
29 file://run-ptest \
30 file://inetd.conf \
31 file://inetd \
32 file://login-utilities.cfg \
33 file://0001-build-system-Specify-nostldlib-when-linking-to-.o-fi.patch \
34 file://recognize_connmand.patch \
35 file://busybox-cross-menuconfig.patch \
36 file://CVE-2014-9645_busybox_reject_module_names_with_slashes.patch \
37"
38
39SRC_URI[tarball.md5sum] = "337d1a15ab1cb1d4ed423168b1eb7d7e"
40SRC_URI[tarball.sha256sum] = "ae0b029d0a9e4dd71a077a790840e496dd838998e4571b87b60fed7462b6678b"
41
42EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"
43
44do_install_ptest () {
45 cp -r ${B}/testsuite ${D}${PTEST_PATH}/
46 cp ${B}/.config ${D}${PTEST_PATH}/
47 ln -s /bin/busybox ${D}${PTEST_PATH}/busybox
48}