aboutsummaryrefslogtreecommitdiffstats
path: root/packages/anki
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-17 10:19:00 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-17 10:19:00 +0000
commit87f5a11c6c0fa6f2ed6dffd2d00990caba59063a (patch)
tree82f49fdf7f986379b2286a9707f8770e56ee2ef3 /packages/anki
parent77ea601316feb01887b5f4bc26d97f072d111ab1 (diff)
downloadopenembedded-87f5a11c6c0fa6f2ed6dffd2d00990caba59063a.tar.gz
anki: export PV that should work with bitbake 1.8.8, too.
Diffstat (limited to 'packages/anki')
-rw-r--r--packages/anki/anki_0.4.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/anki/anki_0.4.3.bb b/packages/anki/anki_0.4.3.bb
index e4878645d8..f3a62f3323 100644
--- a/packages/anki/anki_0.4.3.bb
+++ b/packages/anki/anki_0.4.3.bb
@@ -1,9 +1,9 @@
require anki.inc
RDEPENDS += "libanki"
-PR = "r0"
+PR = "r1"
-#export PV="${PV}"
+export PV := "${PV}"
SRC_URI += "file://no-need-for-pyqt-at-buildtime.patch;patch=1"
S = "${WORKDIR}/anki-${PV}"