Commit 73f244d5 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 9b592eb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
2010.05, Not yet released

	 Updated/fixed packages: dosfstools, squashfs
	 Updated/fixed packages: dosfstools, e2fsprogs, squashfs

2010.02, Release February 26th, 2010:

+0 −2
Original line number Diff line number Diff line
@@ -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_))