diff options
-rw-r--r-- | recipes/omnewrotate/omnewrotate_svn.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/omnewrotate/omnewrotate_svn.bb b/recipes/omnewrotate/omnewrotate_svn.bb index 63059bb5d2..b7ad1bf653 100644 --- a/recipes/omnewrotate/omnewrotate_svn.bb +++ b/recipes/omnewrotate/omnewrotate_svn.bb @@ -5,13 +5,11 @@ LICENSE = "GPLv3" SECTION = "console/network" DEPENDS = "libframeworkd-glib xrandr" -SRCREV = "67" +SRCREV = "69" -PV = "0.5.8+svnr${SRCPV}" -PR = "r1" +PV = "0.5.9+svnr${SRCPV}" -SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http \ - file://xsession.script.patch" +SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http" S = "${WORKDIR}/trunk" |