]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg-utils: convert to git repo at git.yoctoproject.org
authorSaul Wold <sgw@linux.intel.com>
Tue, 31 Jan 2012 18:27:53 +0000 (10:27 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Feb 2012 15:11:52 +0000 (15:11 +0000)
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]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb [moved from meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb with 82% similarity]

similarity index 82%
rename from meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
rename to meta/recipes-devtools/opkg-utils/opkg-utils_git.bb
index 97021313dc3a5b2f8f51d40ec4f8bb3889c35a50..d2dfda6400655a0049f4a22412af49d02dcc1f22 100644 (file)
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
                     file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083"
 RDEPENDS_${PN} = "python"
 RDEPENDS_${PN}_virtclass-native = ""
-SRCREV = "4747"
-PV = "0.1.8+svnr${SRCPV}"
-PR = "r7"
+SRCREV = "002d29bc605d7c2d02e4cf20a43c5277c15f5597"
+PV = "0.1.8+git${SRCPV}"
+PR = "r0"
 
-SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
+SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \
            file://index-ignore-filenotfound.patch \
            file://mtime-int.patch \
            file://add-license-field.patch \
@@ -18,7 +18,7 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \
            file://shebang.patch \
            "
 
-S = "${WORKDIR}/opkg-utils"
+S = "${WORKDIR}/git"
 
 # Avoid circular dependencies from package_ipk.bbclass
 PACKAGES_virtclass-native = ""