aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gypsy
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2011-11-28 11:07:03 +0000
committerSteffen Sledz <sledz@dresearch-fe.de>2011-11-29 19:19:33 +0100
commitb4a992155278212c07e60676dbd24efc6a151061 (patch)
tree8d560423936ef2eecf5d9deae9d745201a588884 /recipes/gypsy
parentdaf39b08208cf692962554493242ed5fe3526f83 (diff)
downloadopenembedded-b4a992155278212c07e60676dbd24efc6a151061.tar.gz
gypsy: move generic SRC_URI part to gypsy.inc
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'recipes/gypsy')
-rw-r--r--recipes/gypsy/gypsy.inc2
-rw-r--r--recipes/gypsy/gypsy_0.7.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gypsy/gypsy.inc b/recipes/gypsy/gypsy.inc
index 964e336c01..6c7c942292 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 054c7840f7..66369611f7 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 \
"