tgt: updaded recipe to use ${PV} for download
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 26 Oct 2009 13:04:30 +0000 (14:04 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Mon, 26 Oct 2009 13:04:30 +0000 (14:04 +0100)
recipes/tgt/tgt_0.9.10.bb

index dc87ec1..c2d5429 100644 (file)
@@ -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}"