Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,7 +3,7 @@ config BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS
|
||||
depends on BR2_arm || BR2_armeb
|
||||
help
|
||||
U-Boot Utilities for Texas Instrument's OMAP platforms.
|
||||
This is a set of tools to control U-Boot from scripts, generate
|
||||
OMAP-specific signed image files and more.
|
||||
This is a set of tools to control U-Boot from scripts,
|
||||
generate OMAP-specific signed image files and more.
|
||||
|
||||
https://github.com/nmenon/omap-u-boot-utils
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
OMAP_U_BOOT_UTILS_VERSION = 3f07426cddc0be9e24702e7aacc7574ddd7fba28
|
||||
OMAP_U_BOOT_UTILS_SITE = $(call github,nmenon,omap-u-boot-utils,$(OMAP_U_BOOT_UTILS_VERSION))
|
||||
OMAP_U_BOOT_UTILS_LICENSE = GPLv2, GPLv2+
|
||||
OMAP_U_BOOT_UTILS_LICENSE = GPL-2.0, GPL-2.0+
|
||||
OMAP_U_BOOT_UTILS_LICENSE_FILES = COPYING
|
||||
|
||||
define HOST_OMAP_U_BOOT_UTILS_BUILD_CMDS
|
||||
@@ -15,7 +15,7 @@ endef
|
||||
|
||||
define HOST_OMAP_U_BOOT_UTILS_INSTALL_CMDS
|
||||
for f in gpsign pserial tagger ucmd ukermit ; do \
|
||||
$(INSTALL) -D -m 755 $(@D)/$$f $(HOST_DIR)/usr/bin/$$f ; \
|
||||
$(INSTALL) -D -m 755 $(@D)/$$f $(HOST_DIR)/bin/$$f ; \
|
||||
done
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user