mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
opkg-utils: new package
Originally, the opkg sources also contained the tools needed to _create_ an opkg package. In later releases, this code has been split to a separate package opkg-utils. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f90de82251
commit
4dfed72218
@ -31,6 +31,7 @@ menu "Host utilities"
|
|||||||
source "package/mxsldr/Config.in.host"
|
source "package/mxsldr/Config.in.host"
|
||||||
source "package/omap-u-boot-utils/Config.in.host"
|
source "package/omap-u-boot-utils/Config.in.host"
|
||||||
source "package/openocd/Config.in.host"
|
source "package/openocd/Config.in.host"
|
||||||
|
source "package/opkg-utils/Config.in.host"
|
||||||
source "package/parted/Config.in.host"
|
source "package/parted/Config.in.host"
|
||||||
source "package/patchelf/Config.in.host"
|
source "package/patchelf/Config.in.host"
|
||||||
source "package/pru-software-support/Config.in.host"
|
source "package/pru-software-support/Config.in.host"
|
||||||
|
6
package/opkg-utils/Config.in.host
Normal file
6
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
package/opkg-utils/opkg-utils.hash
Normal file
2
package/opkg-utils/opkg-utils.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Locally calculated
|
||||||
|
sha256 c14284d999cdd18fee4c6b22720f38beee962b2c8e099166d8d55d76a2111beb opkg-utils-0.3.4.tar.gz
|
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 = 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))
|
Loading…
x
Reference in New Issue
Block a user