aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-09-03 18:19:14 +0300
committerSaul Wold <sgw@linux.intel.com>2012-09-03 22:52:53 -0700
commite5645f3ea39bfe2ec2fe7e67655c72b41bc98f0f (patch)
treef2ccb16037a86e22dd4c85abceb3aa4fe166348e /meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch
parent1110da87a2395e1d516f092553e6ed542bb34805 (diff)
downloadopenembedded-core-contrib-e5645f3ea39bfe2ec2fe7e67655c72b41bc98f0f.tar.gz
gypsy: upgrade to 0.9
fix-unused-but-set-variable-warning.patch: removed - included in the new version Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch')
-rw-r--r--meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch18
1 files changed, 0 insertions, 18 deletions
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: