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:
parent
9b592eb06e
commit
73f244d594
2
CHANGES
2
CHANGES
@ -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:
|
||||
|
||||
|
@ -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_))
|
||||
|
Loading…
Reference in New Issue
Block a user