aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/granule
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-19 14:31:18 +0200
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-19 16:03:28 +0200
commitf2ba78c87b2314b97fd05715e69e79709a383b2c (patch)
tree7a33c732fd2b3b43d9df8976ef09ec67361c22d5 /recipes/granule
parentac5d9b4400a3b0b45336adb0427166184ae7bd32 (diff)
downloadopenembedded-f2ba78c87b2314b97fd05715e69e79709a383b2c.tar.gz
granule: move SRC_URI definition into .inc file
Diffstat (limited to 'recipes/granule')
-rw-r--r--recipes/granule/granule.inc2
-rw-r--r--recipes/granule/granule_1.2.4.bb3
2 files changed, 2 insertions, 3 deletions
diff --git a/recipes/granule/granule.inc b/recipes/granule/granule.inc
index ba32d489f4..71ac55db2d 100644
--- a/recipes/granule/granule.inc
+++ b/recipes/granule/granule.inc
@@ -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
diff --git a/recipes/granule/granule_1.2.4.bb b/recipes/granule/granule_1.2.4.bb
index cb01eb0388..17120b49a3 100644
--- a/recipes/granule/granule_1.2.4.bb
+++ b/recipes/granule/granule_1.2.4.bb
@@ -1,4 +1,3 @@
require granule.inc
-SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}-1.tar.gz"
-
+MINVER = "1"