Bump buidlroot version to 2018.02.6
This commit is contained in:
21
bsp/buildroot/package/aoetools/aoetools.mk
Normal file
21
bsp/buildroot/package/aoetools/aoetools.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# aoetools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
AOETOOLS_VERSION = 37
|
||||
AOETOOLS_SITE = $(call github,OpenAoE,aoetools,aoetools-$(AOETOOLS_VERSION))
|
||||
AOETOOLS_LICENSE = GPL-2.0
|
||||
AOETOOLS_LICENSE_FILES = COPYING
|
||||
|
||||
define AOETOOLS_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define AOETOOLS_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) DESTDIR=$(TARGET_DIR) \
|
||||
-C $(@D) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user