summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.20.2.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-07-05 10:29:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-05 15:44:13 +0100
commit131e5e7e8fc497bb2c77cfb3e52eb201d2aaf3d0 (patch)
treecde6580df91d24345c12bac7b171e2d0d35d8d17 /meta/recipes-core/busybox/busybox_1.20.2.bb
parent0463e5c173fed7f081760dea6e8f1bbe4cdbb2e8 (diff)
downloadpoky-131e5e7e8fc497bb2c77cfb3e52eb201d2aaf3d0.tar.gz
busybox: upgrade to stable 1.21.1
Merged or backported patches are dropped. The wget_dl_dir_fix.patch was submitted more than 1 year ago, it's about the -P option behavior, and it's not accepted, so I dropped this patch too. (From OE-Core rev: a2f31a6a6accb8eee2084cb39edb8e9af4b4189f) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.20.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.20.2.bb52
1 files changed, 0 insertions, 52 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb
deleted file mode 100644
index c854f0b2bd..0000000000
--- a/meta/recipes-core/busybox/busybox_1.20.2.bb
+++ /dev/null
@@ -1,52 +0,0 @@
1require busybox.inc
2PR = "r7"
3
4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
5 file://B921600.patch \
6 file://get_header_tar.patch \
7 file://busybox-appletlib-dependency.patch \
8 file://run-parts.in.usr-bin.patch \
9 file://watch.in.usr-bin.patch \
10 file://busybox-udhcpc-no_deconfig.patch \
11 file://sys_resource.patch \
12 file://wget_dl_dir_fix.patch \
13 file://find-touchscreen.sh \
14 file://busybox-cron \
15 file://busybox-httpd \
16 file://busybox-udhcpd \
17 file://default.script \
18 file://simple.script \
19 file://hwclock.sh \
20 file://mount.busybox \
21 file://syslog \
22 file://syslog-startup.conf \
23 file://mdev \
24 file://mdev.conf \
25 file://umount.busybox \
26 file://defconfig \
27 file://busybox-mkfs-minix-tests_bigendian.patch \
28 file://fix-for-spurious-testsuite-failure.patch \
29 file://busybox-1.20.2-kernel_ver.patch \
30 file://stat-usr-bin.patch \
31 file://busybox-syslog.service.in \
32 file://busybox-klogd.service.in \
33 file://testsuite-du-du-k-works-fix-false-positive.patch \
34 file://strict-atime.patch \
35 file://fail_on_no_media.patch \
36 file://busybox-sulogin-empty-root-password.patch \
37 file://run-ptest \
38 file://inetd.conf \
39 file://inetd \
40 file://login-utilities.cfg \
41 file://busybox-list-suid-and-non-suid-app-configs.patch"
42
43SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c"
44SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882"
45
46EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"
47
48do_install_ptest () {
49 cp -r ${B}/testsuite ${D}${PTEST_PATH}/
50 cp ${B}/.config ${D}${PTEST_PATH}/
51 ln -s /bin/busybox ${D}${PTEST_PATH}/busybox
52}