diff options
Diffstat (limited to 'recipes/omnewrotate')
-rw-r--r-- | recipes/omnewrotate/omnewrotate_svn.bb (renamed from recipes/omnewrotate/omnewrotate_0.5.4.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 index c712efaba0..baf5e6902c 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 |