mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
Add opkg-utils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4862 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
require opkg-utils_svn.bb
|
||||
|
||||
RDEPENDS = ""
|
||||
|
||||
inherit native
|
||||
|
||||
# Avoid circular dependencies from package_ipk.bbclass
|
||||
PACKAGES = ""
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/opkg-utils"
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "OPKG Package Manager Utilities"
|
||||
SECTION = "base"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPL"
|
||||
RDEPENDS = "python"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "file://opkg-utils.tgz"
|
||||
|
||||
inherit autotools
|
||||
|
||||
S = "${WORKDIR}/opkg-utils"
|
||||
|
||||
do_stage () {
|
||||
autotools_stage_all
|
||||
}
|
||||
Reference in New Issue
Block a user