Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 e4f05190d9e379449a04c22baffc24cc2f03164a4738befe601b1325440db0c6 unrarsrc-5.4.3.tar.gz
|
||||
sha256 e470c584332422893fb52e049f2cbd99e24dc6c6da971008b4e2ae4284f8796c unrarsrc-5.4.5.tar.gz
|
||||
|
||||
@@ -4,20 +4,20 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UNRAR_VERSION = 5.4.3
|
||||
UNRAR_VERSION = 5.4.5
|
||||
UNRAR_SOURCE = unrarsrc-$(UNRAR_VERSION).tar.gz
|
||||
UNRAR_SITE = http://www.rarlab.com/rar
|
||||
UNRAR_LICENSE = unrar
|
||||
UNRAR_LICENSE_FILES = license.txt
|
||||
|
||||
define UNRAR_BUILD_CMDS
|
||||
$(MAKE) CXX="$(TARGET_CXX)" STRIP="/bin/true" \
|
||||
$(TARGET_MAKE_ENV) $(MAKE) CXX="$(TARGET_CXX)" STRIP="/bin/true" \
|
||||
CXXFLAGS="$(TARGET_CXXFLAGS) -pthread" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -pthread" -C $(@D)
|
||||
endef
|
||||
|
||||
define UNRAR_INSTALL_TARGET_CMDS
|
||||
$(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR)/usr install
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR)/usr install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user