diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-23 00:29:48 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-23 00:29:48 +0000 |
commit | 27c4835dc5f443a7bda4f6defbc22a10a5a6e423 (patch) | |
tree | 9f99230027c188a7080171faf73df4210b8a26a7 | |
parent | 62d71d9c5a832c8f60a926a519a647e9dc452275 (diff) |
sphyrna: fix $S
-rw-r--r-- | packages/sphyrna/sphyrna-python_svn.bb | 4 |
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 |