summaryrefslogtreecommitdiffstats
path: root/meta/packages/busybox/files/busybox-appletlib-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/busybox/files/busybox-appletlib-dependency.patch')
-rw-r--r--meta/packages/busybox/files/busybox-appletlib-dependency.patch15
1 files changed, 15 insertions, 0 deletions
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 0000000000..3efd4c0882
--- /dev/null
+++ b/meta/packages/busybox/files/busybox-appletlib-dependency.patch
@@ -0,0 +1,15 @@
1Index: busybox-1.13.2/Makefile
2===================================================================
3--- busybox-1.13.2.orig/Makefile 2009-03-19 15:44:37.419270265 +0300
4+++ busybox-1.13.2/Makefile 2009-03-19 15:45:57.737521296 +0300
5@@ -471,6 +471,10 @@
6 util-linux/ \
7 util-linux/volume_id/ \
8
9+# Lib interdeps
10+# libbb uses headers generated in applets
11+libbb: applets
12+
13 endif # KBUILD_EXTMOD
14
15 ifeq ($(dot-config),1)