summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg-utils')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
new file mode 100644
index 0000000000..279cb74a1d
--- /dev/null
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "OPKG Package Manager Utilities"
2SECTION = "base"
3HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg"
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
6 file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083"
7RDEPENDS_${PN} = "python python-shell python-io python-math python-crypt python-logging python-fcntl python-subprocess python-pickle python-compression python-textutils python-stringold"
8RDEPENDS_${PN}_class-native = ""
9SRCREV = "757a1664a440c60e8126443bf984e4bdf374c327"
10PV = "0.1.8+git${SRCPV}"
11
12SRC_URI = "git://git.yoctoproject.org/opkg-utils \
13 "
14
15S = "${WORKDIR}/git"
16
17# Avoid circular dependencies from package_ipk.bbclass
18PACKAGES_class-native = ""
19
20do_install() {
21 oe_runmake PREFIX=${prefix} DESTDIR=${D} install
22}
23
24BBCLASSEXTEND = "native"
25TARGET_CC_ARCH += "${LDFLAGS}"