aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gypsy
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2011-11-30 08:57:55 +0000
committerTom Rini <trini@kernel.crashing.org>2011-12-01 07:56:38 -0700
commit89760e35d3239dd9fd5400700df8aaa8818b43eb (patch)
treef68c6643d9b798cad803f2f0b34a63221eb3f78d /recipes/gypsy
parent05041650874afe143f3f35a0821b9ddbd191fb40 (diff)
downloadopenembedded-89760e35d3239dd9fd5400700df8aaa8818b43eb.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> Signed-off-by: Tom Rini <trini@kernel.crashing.org>
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 \
"