From d48585caf9cf13c06eabc068b3c3a17a3f92636d Mon Sep 17 00:00:00 2001 From: Radu Moisan Date: Wed, 22 Aug 2012 12:22:22 +0300 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox_1.20.2.bb | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox_1.20.2.bb (limited to 'meta/recipes-core/busybox/busybox_1.20.2.bb') 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 @@ +require busybox.inc +PR = "r0" + +SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ + file://B921600.patch \ + file://get_header_tar.patch \ + file://busybox-appletlib-dependency.patch \ + file://run-parts.in.usr-bin.patch \ + file://watch.in.usr-bin.patch \ + file://busybox-udhcpc-no_deconfig.patch \ + file://sys_resource.patch \ + file://wget_dl_dir_fix.patch \ + file://find-touchscreen.sh \ + file://busybox-cron \ + file://busybox-httpd \ + file://busybox-udhcpd \ + file://default.script \ + file://simple.script \ + file://hwclock.sh \ + file://mount.busybox \ + file://syslog \ + file://syslog-startup.conf \ + file://mdev \ + file://mdev.conf \ + file://umount.busybox \ + file://defconfig \ + file://busybox-mkfs-minix-tests_bigendian.patch \ + file://fix-for-spurious-testsuite-failure.patch \ + file://busybox-1.20.2-kernel_ver.patch" + +SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c" +SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882" + +EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y" -- cgit v1.2.3-54-g00ecf