[OE-core] [PATCH v3] mkelfimage: switch to git repository

Emilia Ciobanu emilia.maria.silvia.ciobanu at intel.com
Wed Jul 3 15:02:49 UTC 2013


The project has switched to using git for version control.

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu at intel.com>
---
 .../{mkelfimage_svn.bb => mkelfimage_git.bb}       |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-devtools/mkelfimage/{mkelfimage_svn.bb => mkelfimage_git.bb} (56%)

diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
similarity index 56%
rename from meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb
rename to meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
index b53f7a7..8d232bb 100644
--- a/meta/recipes-devtools/mkelfimage/mkelfimage_svn.bb
+++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb
@@ -1,21 +1,21 @@
-DESCRIPTION = "A utility to create ELF boot images from Linux kernel images"
+DESCRIPTION = "A utility to create ELF boot images for ELF-based Linux kernel images"
 HOMEPAGE = "http://www.coreboot.org/Mkelfimage"
 SECTION = "devel"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a"
 
-SRCREV = "6637"
-PV = "1.0.0+svn${SRCPV}"
-PR = "r2"
+SRCREV = "686a48a339b3200184c27e7f98d4c03180b2be6c"
+PV = "4.0+git${SRCPV}"
+PR = "r0"
 
 DEPENDS += "zlib"
 
-SRC_URI = "svn://coreboot.org/coreboot/trunk/util;module=mkelfImage;protocol=svn \
-           file://cross-compile.patch \
-           file://fix-makefile-to-find-libz.patch \
+SRC_URI = "git://review.coreboot.org/p/coreboot;protocol=http \
+           file://cross-compile.patch   \
+           file://fix-makefile-to-find-libz.patch   \
           "
 
-S = "${WORKDIR}/mkelfImage"
+S = "${WORKDIR}/git/util/mkelfImage"
 
 CFLAGS += "-fno-stack-protector"
 CACHED_CONFIGUREVARS += "HOST_CC='${BUILD_CC}'"
-- 
1.7.9.5




More information about the Openembedded-core mailing list