[oe-commits] Thomas Zimmermann : omnewrotate: make recipe valid

git version control git at git.openembedded.org
Sat Apr 10 21:34:12 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 83c92ae8d1e83129b5fd692585113316216a49e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=83c92ae8d1e83129b5fd692585113316216a49e7

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Sat Apr 10 16:59:55 2010 +0200

omnewrotate: make recipe valid

*it's an svn recipe that had rev=HEAD in SRCURI

Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>

---

 .../{omnewrotate_0.5.4.bb => omnewrotate_svn.bb}   |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/recipes/omnewrotate/omnewrotate_0.5.4.bb b/recipes/omnewrotate/omnewrotate_svn.bb
similarity index 53%
rename from recipes/omnewrotate/omnewrotate_0.5.4.bb
rename to recipes/omnewrotate/omnewrotate_svn.bb
index c712efa..baf5e69 100644
--- a/recipes/omnewrotate/omnewrotate_0.5.4.bb
+++ b/recipes/omnewrotate/omnewrotate_svn.bb
@@ -4,12 +4,16 @@ AUTHOR = "Rui Seabra"
 LICENSE = "GPLv3"
 SECTION = "console/network"
 DEPENDS = "libframeworkd-glib xrandr"
-PV = "0.5.4"
-PR = "r4"
 
-SRC_URI = "svn://omnewrotate.googlecode.com/svn/trunk;module=.;proto=http;rev=HEAD \
-file://correct-sysfs-bl-path.patch;patch=1 \
+SRCREV = "61"
+
+PV = "0.5.7+svnr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http \
+           file://correct-sysfs-bl-path.patch;patch=1;maxrev=55 \
 "
-S = "${WORKDIR}"
+
+S = "${WORKDIR}/trunk"
 
 inherit autotools





More information about the Openembedded-commits mailing list