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:
Richard Purdie
2008-07-17 21:32:43 +00:00
parent ba539abf0b
commit 7332ac9069
3 changed files with 26 additions and 0 deletions

View 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"

Binary file not shown.

View 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
}