Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
6
bsp/buildroot/package/opkg-utils/Config.in.host
Normal file
6
bsp/buildroot/package/opkg-utils/Config.in.host
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_HOST_OPKG_UTILS
|
||||
bool "host opkg-utils"
|
||||
help
|
||||
Helper scripts for use with the opkg package manager.
|
||||
|
||||
https://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/
|
||||
2
bsp/buildroot/package/opkg-utils/opkg-utils.hash
Normal file
2
bsp/buildroot/package/opkg-utils/opkg-utils.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 c14284d999cdd18fee4c6b22720f38beee962b2c8e099166d8d55d76a2111beb opkg-utils-0.3.4.tar.gz
|
||||
21
bsp/buildroot/package/opkg-utils/opkg-utils.mk
Normal file
21
bsp/buildroot/package/opkg-utils/opkg-utils.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# opkg-utils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPKG_UTILS_VERSION = 0.3.4
|
||||
OPKG_UTILS_SITE = http://git.yoctoproject.org/git/opkg-utils
|
||||
OPKG_UTILS_SITE_METHOD = git
|
||||
OPKG_UTILS_LICENSE = GPLv2+
|
||||
OPKG_UTILS_LICENSE_FILES = COPYING
|
||||
|
||||
define HOST_OPKG_UTILS_BUILD_CMDS
|
||||
$(MAKE) -C $(@D) $(HOST_CONFIGURE_OPTS)
|
||||
endef
|
||||
|
||||
define HOST_OPKG_UTILS_INSTALL_CMDS
|
||||
$(MAKE) -C $(@D) DESTDIR=$(HOST_DIR) PREFIX=/usr install
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user