diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-09-03 18:19:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-04 12:53:04 +0100 |
commit | 0dc523b1946875ba6768127b8057d93b186597c9 (patch) | |
tree | 1d04d8fb503eba3cf69caa3e6fc27217b8e873d2 /meta/recipes-connectivity | |
parent | e7b20fa79cde18587e6994c3854080cae7cd4d24 (diff) | |
download | poky-0dc523b1946875ba6768127b8057d93b186597c9.tar.gz |
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 <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch | 18 | ||||
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_0.9.bb (renamed from meta/recipes-connectivity/gypsy/gypsy_0.8.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 d276b2cd54..0000000000 --- a/meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | Upstream-Status: Accepted | ||
2 | |||
3 | Index: gypsy-0.8/gypsy/gypsy-time.c | ||
4 | =================================================================== | ||
5 | --- gypsy-0.8.orig/gypsy/gypsy-time.c | ||
6 | +++ gypsy-0.8/gypsy/gypsy-time.c | ||
7 | @@ -156,10 +156,10 @@ get_property (GObject *object, | ||
8 | GParamSpec *pspec) | ||
9 | { | ||
10 | GypsyTimePrivate *priv; | ||
11 | - | ||
12 | priv = GET_PRIVATE (object); | ||
13 | switch (prop_id) { | ||
14 | case PROP_PATH: | ||
15 | + g_value_set_string (value, priv->object_path); | ||
16 | break; | ||
17 | |||
18 | default: | ||
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb index e7018383ea..9b99267ef4 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 \ | |||
13 | SECTION = "x11" | 13 | SECTION = "x11" |
14 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" | 14 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt" |
15 | 15 | ||
16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \ | 16 | SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" |
17 | file://fix-unused-but-set-variable-warning.patch \ | 17 | PR = "r0" |
18 | " | ||
19 | PR = "r3" | ||
20 | 18 | ||
21 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
22 | 20 | ||
23 | FILES_${PN} += "/usr/share/dbus-1/system-services/" | 21 | FILES_${PN} += "/usr/share/dbus-1/system-services/" |
24 | 22 | ||
25 | SRC_URI[md5sum] = "32b8db24db86d2dac87b391dd255f4bf" | 23 | SRC_URI[md5sum] = "e2d186df9c2cc3b70a027043e22acf1a" |
26 | SRC_URI[sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa" | 24 | SRC_URI[sha256sum] = "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e236ddfb271904f154d6" |