Add buildroot 2018-02
This commit is contained in:
2
buildroot/package/yaffs2utils/yaffs2utils.hash
Normal file
2
buildroot/package/yaffs2utils/yaffs2utils.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7 0.2.9.tar.gz
|
||||
21
buildroot/package/yaffs2utils/yaffs2utils.mk
Normal file
21
buildroot/package/yaffs2utils/yaffs2utils.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# yaffs2utils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
YAFFS2UTILS_VERSION = 0.2.9
|
||||
YAFFS2UTILS_SOURCE = $(YAFFS2UTILS_VERSION).tar.gz
|
||||
YAFFS2UTILS_SITE = https://yaffs2utils.googlecode.com/files
|
||||
YAFFS2UTILS_LICENSE = GPL-2.0
|
||||
YAFFS2UTILS_LICENSE_FILES = COPYING
|
||||
|
||||
define HOST_YAFFS2UTILS_BUILD_CMDS
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define HOST_YAFFS2UTILS_INSTALL_CMDS
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) INSTALLDIR=$(HOST_DIR)/bin install
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user