aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sphyrna
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-23 00:29:48 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-23 00:29:48 +0000
commit27c4835dc5f443a7bda4f6defbc22a10a5a6e423 (patch)
tree9f99230027c188a7080171faf73df4210b8a26a7 /packages/sphyrna
parent62d71d9c5a832c8f60a926a519a647e9dc452275 (diff)
downloadopenembedded-27c4835dc5f443a7bda4f6defbc22a10a5a6e423.tar.gz
sphyrna: fix $S
Diffstat (limited to 'packages/sphyrna')
-rw-r--r--packages/sphyrna/sphyrna-python_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sphyrna/sphyrna-python_svn.bb b/packages/sphyrna/sphyrna-python_svn.bb
index 2e7fd432e9..5dcab372e7 100644
--- a/packages/sphyrna/sphyrna-python_svn.bb
+++ b/packages/sphyrna/sphyrna-python_svn.bb
@@ -3,11 +3,11 @@ HOMEPAGE = "http://projects.linuxtogo.org/projects/sphyrna"
LICENSE = "GPLv2"
DEPENDS = "readline"
PV = "0.0+svnr${SRCREV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "svn://projects.linuxtogo.org/svn;module=sphyrna"
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/sphyrna"
inherit autotools