mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
2
package/yaffs2utils/yaffs2utils.hash
Normal file
2
package/yaffs2utils/yaffs2utils.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7 0.2.9.tar.gz
|
||||
22
package/yaffs2utils/yaffs2utils.mk
Normal file
22
package/yaffs2utils/yaffs2utils.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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
|
||||
mkdir -p $(HOST_DIR)/bin
|
||||
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) INSTALLDIR=$(HOST_DIR)/bin install
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user