granule: move SRC_URI definition into .inc file
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 19 May 2009 12:31:18 +0000 (14:31 +0200)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 19 May 2009 14:03:28 +0000 (16:03 +0200)
recipes/granule/granule.inc
recipes/granule/granule_1.2.4.bb

index ba32d48..71ac55d 100644 (file)
@@ -6,7 +6,7 @@ PRIORITY = "optional"
 LICENSE = "GPLv2"
 DEPENDS = "glib-2.0-native intltool-native gtkmm libxml2 libassa"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}-${MINVER}.tar.gz"
 
 inherit autotools pkgconfig
 
index cb01eb0..17120b4 100644 (file)
@@ -1,4 +1,3 @@
 require granule.inc
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}-1.tar.gz"
-
+MINVER = "1"