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>
2010.05, Not yet released
- Updated/fixed packages: dosfstools, squashfs
+ Updated/fixed packages: dosfstools, e2fsprogs, squashfs
2010.02, Release February 26th, 2010:
$(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_))