From 0dc523b1946875ba6768127b8057d93b186597c9 Mon Sep 17 00:00:00 2001 From: Constantin Musca Date: Mon, 3 Sep 2012 18:19:14 +0300 Subject: gypsy: upgrade to 0.9 fix-unused-but-set-variable-warning.patch: removed - included in the new version (From OE-Core rev: e5645f3ea39bfe2ec2fe7e67655c72b41bc98f0f) Signed-off-by: Constantin Musca Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../fix-unused-but-set-variable-warning.patch | 18 --------------- meta/recipes-connectivity/gypsy/gypsy_0.8.bb | 26 ---------------------- meta/recipes-connectivity/gypsy/gypsy_0.9.bb | 24 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 44 deletions(-) delete mode 100644 meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch delete mode 100644 meta/recipes-connectivity/gypsy/gypsy_0.8.bb create mode 100644 meta/recipes-connectivity/gypsy/gypsy_0.9.bb (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch b/meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch deleted file mode 100644 index d276b2cd54..0000000000 --- a/meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch +++ /dev/null @@ -1,18 +0,0 @@ -Upstream-Status: Accepted - -Index: gypsy-0.8/gypsy/gypsy-time.c -=================================================================== ---- gypsy-0.8.orig/gypsy/gypsy-time.c -+++ gypsy-0.8/gypsy/gypsy-time.c -@@ -156,10 +156,10 @@ get_property (GObject *object, - GParamSpec *pspec) - { - GypsyTimePrivate *priv; -- - priv = GET_PRIVATE (object); - switch (prop_id) { - case PROP_PATH: -+ g_value_set_string (value, priv->object_path); - break; - - default: diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb b/meta/recipes-connectivity/gypsy/gypsy_0.8.bb deleted file mode 100644 index e7018383ea..0000000000 --- a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "GPS Multiplexing Daemon" -DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \ -multiple clients to access GPS data from multiple GPS sources \ -concurrently. Gypsy also hides the details of parsing NMEA from the \ -client applications, passing the data as simple values for the clients \ -to use." -LICENSE = "GPLv2+ & LGPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ - file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \ - file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \ - file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd" - -SECTION = "x11" -DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" - -SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \ - file://fix-unused-but-set-variable-warning.patch \ - " -PR = "r3" - -inherit autotools pkgconfig - -FILES_${PN} += "/usr/share/dbus-1/system-services/" - -SRC_URI[md5sum] = "32b8db24db86d2dac87b391dd255f4bf" -SRC_URI[sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa" diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.9.bb b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb new file mode 100644 index 0000000000..9b99267ef4 --- /dev/null +++ b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb @@ -0,0 +1,24 @@ +SUMMARY = "GPS Multiplexing Daemon" +DESCRIPTION = "Gypsy is a GPS multiplexing daemon which allows \ +multiple clients to access GPS data from multiple GPS sources \ +concurrently. Gypsy also hides the details of parsing NMEA from the \ +client applications, passing the data as simple values for the clients \ +to use." +LICENSE = "GPLv2+ & LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ + file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \ + file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \ + file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd" + +SECTION = "x11" +DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" + +SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" +PR = "r0" + +inherit autotools pkgconfig + +FILES_${PN} += "/usr/share/dbus-1/system-services/" + +SRC_URI[md5sum] = "e2d186df9c2cc3b70a027043e22acf1a" +SRC_URI[sha256sum] = "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e236ddfb271904f154d6" -- cgit v1.2.3-54-g00ecf