mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02: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:
10
meta/packages/opkg-utils/opkg-utils-native_svn.bb
Normal file
10
meta/packages/opkg-utils/opkg-utils-native_svn.bb
Normal file
@@ -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"
|
||||
|
||||
BIN
meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz
Normal file
BIN
meta/packages/opkg-utils/opkg-utils/opkg-utils.tgz
Normal file
Binary file not shown.
16
meta/packages/opkg-utils/opkg-utils_svn.bb
Normal file
16
meta/packages/opkg-utils/opkg-utils_svn.bb
Normal file
@@ -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