From 615a98ed9a021da245513790c064761a0a5a67e9 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 25 May 2010 15:36:14 +0100 Subject: busybox: bump to 1.15.3 from OE Import the 1.15.3 recipe from OpenEmbedded and tweak to match Poky style Signed-off-by: Joshua Lock --- .../busybox/files/busybox-appletlib-dependency.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/packages/busybox/files/busybox-appletlib-dependency.patch (limited to 'meta/packages/busybox/files/busybox-appletlib-dependency.patch') diff --git a/meta/packages/busybox/files/busybox-appletlib-dependency.patch b/meta/packages/busybox/files/busybox-appletlib-dependency.patch new file mode 100644 index 000000000..3efd4c088 --- /dev/null +++ b/meta/packages/busybox/files/busybox-appletlib-dependency.patch @@ -0,0 +1,15 @@ +Index: busybox-1.13.2/Makefile +=================================================================== +--- busybox-1.13.2.orig/Makefile 2009-03-19 15:44:37.419270265 +0300 ++++ busybox-1.13.2/Makefile 2009-03-19 15:45:57.737521296 +0300 +@@ -471,6 +471,10 @@ + util-linux/ \ + util-linux/volume_id/ \ + ++# Lib interdeps ++# libbb uses headers generated in applets ++libbb: applets ++ + endif # KBUILD_EXTMOD + + ifeq ($(dot-config),1) -- cgit v1.2.3