Signed-off-by: Steffen Sledz <[email protected]> Acked-by: Paul Menzel <[email protected]> --- 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 \ " -- 1.7.7 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
