ezx: replace ezx-gen-blob_svn.bb with ezx-gen-blob_git.bb
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 16 Jun 2010 14:50:03 +0000 (16:50 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sun, 20 Jun 2010 16:45:49 +0000 (18:45 +0200)
gen-blob is now at git.openezx.org, replace the old svn recipe with one
which fetches the code from the git repository.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
recipes/ezx/ezx-gen-blob_git.bb [moved from recipes/ezx/ezx-gen-blob_svn.bb with 82% similarity]

similarity index 82%
rename from recipes/ezx/ezx-gen-blob_svn.bb
rename to recipes/ezx/ezx-gen-blob_git.bb
index 39cec89..5ebcad1 100644 (file)
@@ -5,16 +5,16 @@ HOMEPAGE = "http://people.openezx.org/wyrm/gen-blob"
 LICENSE = "GPL"
 PROVIDES = "virtual/bootloader"
 DEPENDS = "virtual/kernel"
-SRCREV = "2519"
-PV = "1.0.0+svnr${SRCPV}"
+SRCREV = "48d1cf4dbc8228b982ff40c36922769f70347da1"
+PV = "1.0.0+gitr${SRCPV}"
+PR = "r0"
 PE = "1"
-PR = "r2"
 
 SRC_URI = "\
-  svn://svn.openezx.org/trunk/src/blob/;module=gen-blob;proto=http \
+  git://git.openezx.org/gen-blob.git;protocol=git;branch=master \
   file://remove-bogus-sed.patch \
 "
-S = "${WORKDIR}/gen-blob"
+S = "${WORKDIR}/git"
 
 inherit autotools