libbb/appletlib.o depends on generated headers, build can fail with
libbb/appletlib.c:53:27: error: applet_tables.h: No such file or directory
if that dependency is not taken into account
--- /dev/null
+--- a/libbb/Kbuild 2008-11-09 20:28:09.000000000 +0300
++++ b/libbb/Kbuild 2009-02-17 17:41:48.718747865 +0300
+@@ -147,3 +147,8 @@ lib-$(CONFIG_PGREP) += xregcomp.o
+ lib-$(CONFIG_PKILL) += xregcomp.o
+ lib-$(CONFIG_DEVFSD) += xregcomp.o
+ lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o
++
++libbb/appletlib.o: include/usage_compressed.h include/applet_tables.h
++
++include/usage_compressed.h include/applet_tables.h:
++ $(Q)$(MAKE) $(build)=applets $@
require busybox.inc
-PR = "r15"
+PR = "r16"
SRC_URI = "\
http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://udhcpc-fix-nfsroot.patch;patch=1 \
file://B921600.patch;patch=1 \
file://get_header_tar.patch;patch=1 \
+ file://busybox-appletlib-dependency.patch;patch=1 \
file://find-touchscreen.sh \
file://busybox-cron \
file://busybox-httpd \