mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-08 10:57:43 +00:00
package: fix unstripped binary installation
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3470b376f2
commit
96879ab1de
@ -163,7 +163,7 @@ TARGET_STRIP=$(STAGING_DIR)/usr/bin/$(REAL_GNU_TARGET_NAME)-sstrip
|
|||||||
STRIPCMD=$(TARGET_STRIP)
|
STRIPCMD=$(TARGET_STRIP)
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_STRIP_none),y)
|
ifeq ($(BR2_STRIP_none),y)
|
||||||
TARGET_STRIP=true Not_stripping
|
TARGET_STRIP=true
|
||||||
STRIPCMD=$(TARGET_STRIP)
|
STRIPCMD=$(TARGET_STRIP)
|
||||||
endif
|
endif
|
||||||
INSTALL:=$(shell which install || type -p install)
|
INSTALL:=$(shell which install || type -p install)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user