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:
21
package/opkg-utils/opkg-utils.mk
Normal file
21
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 = GPL-2.0+
|
||||
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) PREFIX=$(HOST_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user