From ef328622c2b5758be72ea7f327932115cb0404f5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 31 Jan 2012 10:27:53 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 31 ++++++++++++++++++++++ meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb | 31 ---------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils_git.bb delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb (limited to 'meta/recipes-devtools/opkg-utils') 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..d2dfda6400 --- /dev/null +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "OPKG Package Manager Utilities" +SECTION = "base" +HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" +RDEPENDS_${PN} = "python" +RDEPENDS_${PN}_virtclass-native = "" +SRCREV = "002d29bc605d7c2d02e4cf20a43c5277c15f5597" +PV = "0.1.8+git${SRCPV}" +PR = "r0" + +SRC_URI = "git://git.yoctoproject.org/opkg-utils;protocol=git \ + file://index-ignore-filenotfound.patch \ + file://mtime-int.patch \ + file://add-license-field.patch \ + file://arfile_header_split.patch \ + file://shebang.patch \ + " + +S = "${WORKDIR}/git" + +# Avoid circular dependencies from package_ipk.bbclass +PACKAGES_virtclass-native = "" + +do_install() { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install +} + +BBCLASSEXTEND = "native" +TARGET_CC_ARCH += "${LDFLAGS}" 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 @@ -DESCRIPTION = "OPKG Package Manager Utilities" -SECTION = "base" -HOMEPAGE = "http://wiki.openmoko.org/wiki/Opkg" -LICENSE = "GPLv2+" -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" - -SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ - file://index-ignore-filenotfound.patch \ - file://mtime-int.patch \ - file://add-license-field.patch \ - file://arfile_header_split.patch \ - file://shebang.patch \ - " - -S = "${WORKDIR}/opkg-utils" - -# Avoid circular dependencies from package_ipk.bbclass -PACKAGES_virtclass-native = "" - -do_install() { - oe_runmake PREFIX=${prefix} DESTDIR=${D} install -} - -BBCLASSEXTEND = "native" -TARGET_CC_ARCH += "${LDFLAGS}" -- cgit v1.2.3-54-g00ecf