lrzsz: remove unneeded strip
Is handled generically in target-finalize and shouldn't be done in the build directory. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bc3219e484
commit
9c69033480
@ -33,7 +33,6 @@ endef
|
||||
|
||||
define LRZSZ_BUILD_HOOKS
|
||||
$(MAKE) CROSS_COMPILE="$(TARGET_CROSS)" prefix="$(TARGET_DIR)" -C $(@D)
|
||||
$(STRIPCMD) $(@D)/src/lrz $(@D)/src/lsz
|
||||
endef
|
||||
|
||||
define LRZSZ_INSTALL_TARGET_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user