[oe-commits] Steffen Sledz : gypsy: move generic SRC_URI part to gypsy.inc

git at git.openembedded.org git at git.openembedded.org
Thu Dec 1 15:03:29 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 89760e35d3239dd9fd5400700df8aaa8818b43eb
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=89760e35d3239dd9fd5400700df8aaa8818b43eb

Author: Steffen Sledz <sledz at dresearch-fe.de>
Date:   Wed Nov 30 08:57:55 2011 +0000

gypsy: move generic SRC_URI part to gypsy.inc

Signed-off-by: Steffen Sledz <sledz at dresearch-fe.de>
Acked-by: Paul Menzel <paulepanter at users.sourceforge.net>
Signed-off-by: Tom Rini <trini at kernel.crashing.org>

---

 recipes/gypsy/gypsy.inc    |    2 ++
 recipes/gypsy/gypsy_0.7.bb |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gypsy/gypsy.inc b/recipes/gypsy/gypsy.inc
index 964e336..6c7c942 100644
--- a/recipes/gypsy/gypsy.inc
+++ b/recipes/gypsy/gypsy.inc
@@ -5,6 +5,8 @@ DEPENDS = "glib-2.0 dbus-glib bluez4 libxslt-native"
 
 INC_PR = "r1"
 
+SRC_URI = "http://gypsy.freedesktop.org/releases/${PN}-${PV}.tar.gz;name=gypsy"
+
 inherit autotools pkgconfig
 
 do_configure_prepend () {
diff --git a/recipes/gypsy/gypsy_0.7.bb b/recipes/gypsy/gypsy_0.7.bb
index 054c784..6636961 100644
--- a/recipes/gypsy/gypsy_0.7.bb
+++ b/recipes/gypsy/gypsy_0.7.bb
@@ -2,7 +2,7 @@ require gypsy.inc
 
 PR = "${INC_PR}.0"
 
-SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-0.7.tar.gz;name=gypsy \
+SRC_URI += " \
            file://docs-reference-am.patch \
            file://remove-werror.patch \
 "





More information about the Openembedded-commits mailing list