summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.19.4.bb
diff options
context:
space:
mode:
authorRadu Moisan <radu.moisan@intel.com>2012-08-22 12:22:22 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-23 11:43:34 +0100
commitd48585caf9cf13c06eabc068b3c3a17a3f92636d (patch)
tree38f666bb65af6ea7093be2ab418d30256e10fc69 /meta/recipes-core/busybox/busybox_1.19.4.bb
parent8e335f1da265cdb0ea2d5f95b3dfe8c856213c96 (diff)
downloadpoky-d48585caf9cf13c06eabc068b3c3a17a3f92636d.tar.gz
busybox: Upgrade to upstream 1.20.2
Updated defconfig file from generated .config Disabled CONFIG_LSOF,CONFIG_CROSS_COMPILER_PREFIX, and CONFIG_EXTRA_CFLAGS for backwards compatibility. Added busybox-1.20.2-kernel_ver.patch from upstream. (From OE-Core rev: e5f2cc805509a23e160c6f05e6776d6d32e3ce98) Signed-off-by: Radu Moisan <radu.moisan@intel.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.19.4.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.19.4.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.19.4.bb b/meta/recipes-core/busybox/busybox_1.19.4.bb
deleted file mode 100644
index 2e262ca481..0000000000
--- a/meta/recipes-core/busybox/busybox_1.19.4.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1require busybox.inc
2PR = "r13"
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
30SRC_URI[tarball.md5sum] = "9c0cae5a0379228e7b55e5b29528df8e"
31SRC_URI[tarball.sha256sum] = "9b853406da61ffb59eb488495fe99cbb7fb3dd29a31307fcfa9cf070543710ee"
32
33EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"