diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-01 13:20:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-02 00:27:35 +0200 |
commit | 926280dac03410f8c535afc948dabfd73ce10463 (patch) | |
tree | e696db026d1dc2015943ee46ba14563226e11a58 /recipes/ezx | |
parent | 82b394467d9142edf2721176244c3a7eb26ba69a (diff) |
sane-srcrevs: move SRCREVs to recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ezx')
-rw-r--r-- | recipes/ezx/ezx-boot-usb-native_svn.bb | 1 | ||||
-rw-r--r-- | recipes/ezx/ezx-gen-blob_svn.bb | 4 | ||||
-rw-r--r-- | recipes/ezx/ezx-gpiotool_svn.bb (renamed from recipes/ezx/ezx-gpiotool_1877.bb) | 4 | ||||
-rw-r--r-- | recipes/ezx/ezxd_svn.bb | 1 |
4 files changed, 8 insertions, 2 deletions
diff --git a/recipes/ezx/ezx-boot-usb-native_svn.bb b/recipes/ezx/ezx-boot-usb-native_svn.bb index 237d06bd14..3e24c59f32 100644 --- a/recipes/ezx/ezx-boot-usb-native_svn.bb +++ b/recipes/ezx/ezx-boot-usb-native_svn.bb @@ -3,6 +3,7 @@ DEPENDS = "virtual/libusb0-native virtual/kernel" SECTION = "devel" AUTHOR = "Team OpenEZX <openezx-devel@lists.openezx.org>" LICENSE = "GPL" +SRCREV = "2512" PV = "0.3.0+svnr${SRCPV}" SRC_URI = "svn://svn.openezx.org/trunk/src/host;module=boot_usb;proto=http" diff --git a/recipes/ezx/ezx-gen-blob_svn.bb b/recipes/ezx/ezx-gen-blob_svn.bb index 5841407ce3..cf9f117cdd 100644 --- a/recipes/ezx/ezx-gen-blob_svn.bb +++ b/recipes/ezx/ezx-gen-blob_svn.bb @@ -5,7 +5,9 @@ HOMEPAGE = "http://people.openezx.org/wyrm/gen-blob" LICENSE = "GPL" PROVIDES = "virtual/bootloader" DEPENDS = "virtual/kernel" -PV = "1.0.0+${SRCREV}" +SRCREV = "2517" +PV = "1.0.0+svnr${SRCPV}" +PE = "1" PR = "r1" SRC_URI = "\ diff --git a/recipes/ezx/ezx-gpiotool_1877.bb b/recipes/ezx/ezx-gpiotool_svn.bb index 81a1ecc2a0..ef232e639e 100644 --- a/recipes/ezx/ezx-gpiotool_1877.bb +++ b/recipes/ezx/ezx-gpiotool_svn.bb @@ -3,9 +3,11 @@ SECTION = "devel" LICENSE = "GPL" HOMEPAGE = "http://www.openezx.org" AUTHOR = "Harald Welte" +SRCREV = "1877" +PV = "${SRCPV}" PR = "r0" -SRC_URI = "svn://svn.openezx.org/trunk/src/userspace;module=gpiotool;proto=http;rev=${PV}" +SRC_URI = "svn://svn.openezx.org/trunk/src/userspace;module=gpiotool;proto=http" S = "${WORKDIR}/gpiotool" do_compile() { diff --git a/recipes/ezx/ezxd_svn.bb b/recipes/ezx/ezxd_svn.bb index 19bbd93184..f738b5f842 100644 --- a/recipes/ezx/ezxd_svn.bb +++ b/recipes/ezx/ezxd_svn.bb @@ -3,6 +3,7 @@ LICENSE = "GPLv2" SECTION = "devel" AUTHOR = "Daniel Ribeiro" +SRCREV = "2513" PV = "0.0+svnr${SRCPV}" PR = "r4" |