From: Rolf Leggewie Date: Sun, 17 Feb 2008 10:19:00 +0000 (+0000) Subject: anki: export PV that should work with bitbake 1.8.8, too. X-Git-Tag: Release-2010-05/1~7653^2~54^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f5a11c6c0fa6f2ed6dffd2d00990caba59063a;p=openembedded.git anki: export PV that should work with bitbake 1.8.8, too. --- 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}"