From e5645f3ea39bfe2ec2fe7e67655c72b41bc98f0f 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 Signed-off-by: Constantin Musca Signed-off-by: Saul Wold --- .../files/fix-unused-but-set-variable-warning.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch (limited to 'meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch') 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: -- cgit 1.2.3-korg