summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-31 10:27:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-01 15:15:14 +0000
commitef328622c2b5758be72ea7f327932115cb0404f5 (patch)
tree98886ca46944d794c4063b5953a8a0a2b68e1156 /meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
parent217584211625b1c496fe5b78aa4765ccf605d2b9 (diff)
downloadpoky-ef328622c2b5758be72ea7f327932115cb0404f5.tar.gz
opkg-utils: convert to git repo at git.yoctoproject.org
The svn.openmoko.org site seems to have become unstable, make a copy and convert to git at git.yoctoproject.org to preserve history [YOCTO #1867] (From OE-Core rev: b44717c29c4f50917570039adf896680d24bb216) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
deleted file mode 100644
index 97021313dc..0000000000
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
+++ /dev/null
@@ -1,31 +0,0 @@
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"
8RDEPENDS_${PN}_virtclass-native = ""
9SRCREV = "4747"
10PV = "0.1.8+svnr${SRCPV}"
11PR = "r7"
12
13SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
14 file://index-ignore-filenotfound.patch \
15 file://mtime-int.patch \
16 file://add-license-field.patch \
17 file://arfile_header_split.patch \
18 file://shebang.patch \
19 "
20
21S = "${WORKDIR}/opkg-utils"
22
23# Avoid circular dependencies from package_ipk.bbclass
24PACKAGES_virtclass-native = ""
25
26do_install() {
27 oe_runmake PREFIX=${prefix} DESTDIR=${D} install
28}
29
30BBCLASSEXTEND = "native"
31TARGET_CC_ARCH += "${LDFLAGS}"