[oe-commits] Rolf Leggewie : granule: move SRC_URI definition into .inc file

GIT User account git at amethyst.openembedded.net
Wed May 20 12:41:15 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: f2ba78c87b2314b97fd05715e69e79709a383b2c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f2ba78c87b2314b97fd05715e69e79709a383b2c

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Tue May 19 14:31:18 2009 +0200

granule: move SRC_URI definition into .inc file

---

 recipes/granule/granule.inc      |    2 +-
 recipes/granule/granule_1.2.4.bb |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes/granule/granule.inc b/recipes/granule/granule.inc
index ba32d48..71ac55d 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 cb01eb0..17120b4 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"





More information about the Openembedded-commits mailing list