summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.20.2.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.20.2.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.20.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.20.2.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb
new file mode 100644
index 0000000000..ced04d201d
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.20.2.bb
@@ -0,0 +1,34 @@
1require busybox.inc
2PR = "r0"
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
31SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c"
32SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882"
33
34EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"