| Submitter | Steffen Sledz |
|---|---|
| Date | Nov. 28, 2011, 11:07 a.m. |
| Message ID | <1322478424-22419-3-git-send-email-sledz@dresearch-fe.de> |
| Download | mbox | patch |
| Permalink | /patch/15461/ |
| State | Accepted |
| Headers | show |
Comments
On 28.11.2011 12:07, Steffen Sledz wrote: > Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> > Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> pushed to oe-classic master
Patch
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 \ "