e2fsprogs: fix build when no binaries/libs are selected

Reported by "Thomas".

Strip fails as it gets called without any arguments. Instead of working
around this, simply remove the package-specific stripping as it is
done later (in target-finalize) anyway.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-03-07 23:00:06 +01:00
parent 9b592eb06e
commit 73f244d594
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
2010.05, Not yet released
Updated/fixed packages: dosfstools, squashfs
Updated/fixed packages: dosfstools, e2fsprogs, squashfs
2010.02, Release February 26th, 2010:

View File

@ -67,8 +67,6 @@ E2FSPROGS_TXTTARGETS_ = \
$(E2FSPROGS_HOOK_POST_INSTALL):
$(call MESSAGE,"Post installing")
# strip binaries
$(STRIPCMD) $(STRIP_STRIP_ALL) $(addprefix $(TARGET_DIR)/, $(E2FSPROGS_BINTARGETS_y))
# remove unneeded
rm -f $(addprefix $(TARGET_DIR)/, $(E2FSPROGS_BINTARGETS_))
rm -f $(addprefix $(TARGET_DIR)/, $(E2FSPROGS_TXTTARGETS_))