anki: fix parse error
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 14 Feb 2008 14:33:52 +0000 (14:33 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 14 Feb 2008 14:33:52 +0000 (14:33 +0000)
packages/anki/anki_0.4.3.bb

index 5d0c8fa..ead6cc7 100644 (file)
@@ -3,7 +3,7 @@ require anki.inc
 RDEPENDS += "libanki"
 PR = "r0"
 
-export PV
+export PV="${PV}"
 
 SRC_URI += "file://no-need-for-pyqt-at-buildtime.patch;patch=1"
 S = "${WORKDIR}/anki-${PV}"