[oe-commits] Constantin Musca : gypsy: upgrade to 0.9

git at git.openembedded.org git at git.openembedded.org
Tue Sep 4 11:51:04 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: e5645f3ea39bfe2ec2fe7e67655c72b41bc98f0f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e5645f3ea39bfe2ec2fe7e67655c72b41bc98f0f

Author: Constantin Musca <constantinx.musca at intel.com>
Date:   Mon Sep  3 18:19:14 2012 +0300

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 at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../fix-unused-but-set-variable-warning.patch      |   18 ------------------
 .../gypsy/{gypsy_0.8.bb => gypsy_0.9.bb}           |   10 ++++------
 2 files changed, 4 insertions(+), 24 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 d276b2c..0000000
--- 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.9.bb
similarity index 79%
rename from meta/recipes-connectivity/gypsy/gypsy_0.8.bb
rename to meta/recipes-connectivity/gypsy/gypsy_0.9.bb
index e701838..9b99267 100644
--- a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb
+++ b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb
@@ -13,14 +13,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
 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"
+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] = "32b8db24db86d2dac87b391dd255f4bf"
-SRC_URI[sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa"
+SRC_URI[md5sum] = "e2d186df9c2cc3b70a027043e22acf1a"
+SRC_URI[sha256sum] = "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e236ddfb271904f154d6"





More information about the Openembedded-commits mailing list