Bump buidlroot version to 2018.02.6
This commit is contained in:
2
bsp/buildroot/package/mmc-utils/mmc-utils.hash
Normal file
2
bsp/buildroot/package/mmc-utils/mmc-utils.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 92ba148648688fca6e0e0e30248ebc6b432bea55584760f20a013583f20a109d mmc-utils-37c86e60c0442fef570b75cd81aeb1db4d0cbafd.tar.gz
|
||||
@@ -4,16 +4,16 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MMC_UTILS_VERSION = 2cb6695e8dec00d887bdd5309d1b57d836fcd214
|
||||
MMC_UTILS_VERSION = 37c86e60c0442fef570b75cd81aeb1db4d0cbafd
|
||||
MMC_UTILS_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
|
||||
MMC_UTILS_LICENSE = GPLv2
|
||||
MMC_UTILS_LICENSE = GPL-2.0
|
||||
|
||||
define MMC_UTILS_BUILD_CMDS
|
||||
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
||||
endef
|
||||
|
||||
define MMC_UTILS_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/mmc $(TARGET_DIR)/usr/bin/mmc
|
||||
$(MAKE) -C $(@D) prefix=/usr DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user