diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-17 10:19:00 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-17 10:19:00 +0000 |
commit | 87f5a11c6c0fa6f2ed6dffd2d00990caba59063a (patch) | |
tree | 82f49fdf7f986379b2286a9707f8770e56ee2ef3 /packages/anki/anki_0.4.3.bb | |
parent | 77ea601316feb01887b5f4bc26d97f072d111ab1 (diff) |
anki: export PV that should work with bitbake 1.8.8, too.
Diffstat (limited to 'packages/anki/anki_0.4.3.bb')
-rw-r--r-- | packages/anki/anki_0.4.3.bb | 4 |
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}" |