diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 13:24:11 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-01 13:25:41 +0200 |
commit | 9d1ebaedbddbe62c3e13927f4e1cd426afe20e25 (patch) | |
tree | 3dc1dce240433bda9b3e2ba669f001c8cceaf73e /recipes/omnewrotate | |
parent | 458ff8365e1ac2db7e18ab11d689f4bc794d6f73 (diff) |
omnewrotate: bump SRCREV for 0.5.8 version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/omnewrotate')
-rw-r--r-- | recipes/omnewrotate/omnewrotate_svn.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/omnewrotate/omnewrotate_svn.bb b/recipes/omnewrotate/omnewrotate_svn.bb index baf5e6902c..477434cb21 100644 --- a/recipes/omnewrotate/omnewrotate_svn.bb +++ b/recipes/omnewrotate/omnewrotate_svn.bb @@ -5,9 +5,9 @@ LICENSE = "GPLv3" SECTION = "console/network" DEPENDS = "libframeworkd-glib xrandr" -SRCREV = "61" +SRCREV = "66" -PV = "0.5.7+svnr${SRCPV}" +PV = "0.5.8+svnr${SRCPV}" PR = "r0" SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http \ @@ -16,4 +16,6 @@ SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http \ S = "${WORKDIR}/trunk" +CONFFILES_${PN} = "${sysconfdir}/default/omnewrotate.conf" + inherit autotools |