From: Frans Meulenbroeks Date: Mon, 26 Oct 2009 13:04:30 +0000 (+0100) Subject: tgt: updaded recipe to use ${PV} for download X-Git-Tag: Release-2010-05/1~1929 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e9f09e299b037f6a749a77e9e3385dfb1768f3;p=openembedded.git tgt: updaded recipe to use ${PV} for download --- diff --git a/recipes/tgt/tgt_0.9.10.bb b/recipes/tgt/tgt_0.9.10.bb index dc87ec109d..c2d54297c6 100644 --- a/recipes/tgt/tgt_0.9.10.bb +++ b/recipes/tgt/tgt_0.9.10.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Linux target framework (tgt) aims to simplify various SCSI target driver (iSCSI, Fibre Channel, SRP, etc) creation and maintenance" HOMEPAGE = "http://stgt.berlios.de/" LICENSE = "GPLv2" -PR = "r0" +PR = "r1" -SRC_URI = "http://stgt.berlios.de/releases/tgt-0.9.10.tar.bz2" +SRC_URI = "http://stgt.berlios.de/releases/tgt-${PV}.tar.bz2" TARGET_CC_ARCH += "${LDFLAGS}"