Bug fixes, enhanced logging, a new debugging system, enhanced device discovery.
Signed-off-by: Steffen Sledz <[email protected]> --- recipes/gypsy/gypsy.inc | 2 ++ recipes/gypsy/gypsy_0.7.bb | 2 +- recipes/gypsy/gypsy_0.8.bb | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletions(-) create mode 100644 recipes/gypsy/gypsy_0.8.bb 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 a10cd6e..c95f380 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}.1" -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 \ " diff --git a/recipes/gypsy/gypsy_0.8.bb b/recipes/gypsy/gypsy_0.8.bb new file mode 100644 index 0000000..7c84ef9 --- /dev/null +++ b/recipes/gypsy/gypsy_0.8.bb @@ -0,0 +1,6 @@ +require gypsy.inc + +PR = "${INC_PR}.1" + +SRC_URI[gypsy.md5sum] = "32b8db24db86d2dac87b391dd255f4bf" +SRC_URI[gypsy.sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa" -- 1.7.7 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
