changeset 1195:41fdac77a907

Change how to filter out (currently) unusable busybox apps, and add mke2fs to force e2fsprogs build.
author Rob Landley <rob@landley.net>
date Thu, 05 Aug 2010 12:31:01 -0500
parents 2c4a65636d72
children 1cdd44f2bac2
files sources/sections/busybox.build
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/sections/busybox.build	Thu Aug 05 12:08:25 2010 -0500
+++ b/sources/sections/busybox.build	Thu Aug 05 12:31:01 2010 -0500
@@ -16,6 +16,7 @@
 
 for i in $(sed 's@.*/@@' busybox.links)
 do
+  # Still using toybox patch, and busybox mke2fs/tune2fs don't support -j
+  is_in_list $i patch,tune2fs,mke2fs && continue
   [ ! -f "$INSTDIR/$i" ] && (ln -sf busybox "$INSTDIR/$i" || dienow)
 done
-rm -f "$INSTDIR"/{patch,tune2fs}