[oe-commits] Frans Meulenbroeks : tgt: updaded recipe to use ${PV} for download

git version control git at git.openembedded.org
Tue Oct 27 09:47:30 UTC 2009


Module: openembedded.git
Branch: koen/static-libs-rework
Commit: d7e9f09e299b037f6a749a77e9e3385dfb1768f3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d7e9f09e299b037f6a749a77e9e3385dfb1768f3

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Oct 26 14:04:30 2009 +0100

tgt: updaded recipe to use ${PV} for download

---

 recipes/tgt/tgt_0.9.10.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tgt/tgt_0.9.10.bb b/recipes/tgt/tgt_0.9.10.bb
index dc87ec1..c2d5429 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}"
 





More information about the Openembedded-commits mailing list