From 27c4835dc5f443a7bda4f6defbc22a10a5a6e423 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Sat, 23 Aug 2008 00:29:48 +0000 Subject: sphyrna: fix $S --- packages/sphyrna/sphyrna-python_svn.bb | 4 ++-- 1 file 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 -- cgit v1.2.3