diff options
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb (renamed from meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb index 97021313dc..d2dfda6400 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | |||
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
6 | file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" | 6 | file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" |
7 | RDEPENDS_${PN} = "python" | 7 | RDEPENDS_${PN} = "python" |
8 | RDEPENDS_${PN}_virtclass-native = "" | 8 | RDEPENDS_${PN}_virtclass-native = "" |
9 | SRCREV = "4747" | 9 | SRCREV = "002d29bc605d7c2d02e4cf20a43c5277c15f5597" |
10 | PV = "0.1.8+svnr${SRCPV}" | 10 | PV = "0.1.8+git${SRCPV}" |
11 | PR = "r7" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ | 13 | SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \ |
14 | file://index-ignore-filenotfound.patch \ | 14 | file://index-ignore-filenotfound.patch \ |
15 | file://mtime-int.patch \ | 15 | file://mtime-int.patch \ |
16 | file://add-license-field.patch \ | 16 | file://add-license-field.patch \ |
@@ -18,7 +18,7 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ | |||
18 | file://shebang.patch \ | 18 | file://shebang.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | S = "${WORKDIR}/opkg-utils" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | # Avoid circular dependencies from package_ipk.bbclass | 23 | # Avoid circular dependencies from package_ipk.bbclass |
24 | PACKAGES_virtclass-native = "" | 24 | PACKAGES_virtclass-native = "" |