Sfoglia il codice sorgente

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>
Peter Korsgaard 15 anni fa
parent
commit
73f244d594
2 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 1
      CHANGES
  2. 0 2
      package/e2fsprogs/e2fsprogs.mk

+ 1 - 1
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:
 

+ 0 - 2
package/e2fsprogs/e2fsprogs.mk

@@ -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_))