diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-06-16 16:50:03 +0200 |
---|---|---|
committer | Antonio Ospite <ospite@studenti.unina.it> | 2010-06-20 18:45:49 +0200 |
commit | 7451853acecd4a26860afc0dbaeafbf6e32170ae (patch) | |
tree | 918f67d564099b1155c40695cdf09bc4cd388dc4 /recipes/ezx | |
parent | c5955cfe486cb84ba27ad0692ceecdaab779bb99 (diff) |
ezx: replace ezx-gen-blob_svn.bb with ezx-gen-blob_git.bb
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>
Diffstat (limited to 'recipes/ezx')
-rw-r--r-- | recipes/ezx/ezx-gen-blob_git.bb (renamed from recipes/ezx/ezx-gen-blob_svn.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/ezx/ezx-gen-blob_svn.bb b/recipes/ezx/ezx-gen-blob_git.bb index 39cec891a2..5ebcad100c 100644 --- a/recipes/ezx/ezx-gen-blob_svn.bb +++ b/recipes/ezx/ezx-gen-blob_git.bb @@ -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 |