From 1c70f2139252b2334884a612522355e60335bd68 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 15 Nov 2009 14:07:42 +0100 Subject: svn recipes: change +svnr${SRCREV} +svnr${SRCPV} * Just formal change * No need to bump PE or PR Signed-off-by: Martin Jansa --- recipes/kismet/kismet-newcore_svn.bb | 2 +- recipes/kismet/kismet_svn.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/kismet') diff --git a/recipes/kismet/kismet-newcore_svn.bb b/recipes/kismet/kismet-newcore_svn.bb index 6f3c00bdcb..aaa0727e87 100644 --- a/recipes/kismet/kismet-newcore_svn.bb +++ b/recipes/kismet/kismet-newcore_svn.bb @@ -2,7 +2,7 @@ require kismet.inc DEFAULT_PREFERENCE = "-1" -PV = "0.0+svnr${SRCREV}" +PV = "0.0+svnr${SRCPV}" PR = "r3" SRC_URI = "svn://svn.kismetwireless.net/code/branch/;module=kismet-newcore;proto=http" diff --git a/recipes/kismet/kismet_svn.bb b/recipes/kismet/kismet_svn.bb index 878678052a..aa60062a52 100644 --- a/recipes/kismet/kismet_svn.bb +++ b/recipes/kismet/kismet_svn.bb @@ -2,7 +2,7 @@ require kismet.inc DEFAULT_PREFERENCE = "-1" -PV = "2007-10-R1+svnr${SRCREV}" +PV = "2007-10-R1+svnr${SRCPV}" PR = "r2" SRC_URI = "svn://svn.kismetwireless.net/code/;module=trunk;proto=http" -- cgit 1.2.3-korg