mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
sstrip: get rid of host variant
Host sstrip is not used anymore. Signed-off-by: Julien Floret <julien.floret@6wind.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
3984a4e306
commit
66502932fe
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
SSTRIP_SITE = svn://svn.openwrt.org/openwrt/trunk/tools/sstrip
|
SSTRIP_SITE = svn://svn.openwrt.org/openwrt/trunk/tools/sstrip
|
||||||
SSTRIP_VERSION = 20154
|
SSTRIP_VERSION = 20154
|
||||||
HOST_SSTRIP_BINARY = $(GNU_TARGET_NAME)-sstrip
|
|
||||||
|
|
||||||
define SSTRIP_BUILD_CMDS
|
define SSTRIP_BUILD_CMDS
|
||||||
cd $(@D) ; \
|
cd $(@D) ; \
|
||||||
@ -18,15 +17,4 @@ define SSTRIP_INSTALL_TARGET_CMDS
|
|||||||
$(INSTALL) -D $(@D)/sstrip $(TARGET_DIR)/usr/bin/sstrip
|
$(INSTALL) -D $(@D)/sstrip $(TARGET_DIR)/usr/bin/sstrip
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define HOST_SSTRIP_BUILD_CMDS
|
|
||||||
cd $(@D) ; \
|
|
||||||
$(HOSTCC) $(HOST_CFLAGS) -include endian.h -include byteswap.h \
|
|
||||||
-o sstrip src/sstrip.c
|
|
||||||
endef
|
|
||||||
|
|
||||||
define HOST_SSTRIP_INSTALL_CMDS
|
|
||||||
$(INSTALL) -D $(@D)/sstrip $(HOST_DIR)/usr/bin/$(HOST_SSTRIP_BINARY)
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(generic-package))
|
$(eval $(generic-package))
|
||||||
$(eval $(host-generic-package))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user