]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus-glib: upgrade to 0.100
authorConstantin Musca <constantinx.musca@intel.com>
Thu, 23 Aug 2012 11:45:02 +0000 (14:45 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Aug 2012 16:31:24 +0000 (17:31 +0100)
test-service-glib-include-glib-only.patch: removed
- no more compiling errors

meta/recipes-core/dbus/dbus-glib-0.100/no-examples.patch [moved from meta/recipes-core/dbus/dbus-glib-0.98/no-examples.patch with 100% similarity]
meta/recipes-core/dbus/dbus-glib-0.100/test-install-makefile.patch [moved from meta/recipes-core/dbus/dbus-glib-0.98/test-install-makefile.patch with 100% similarity]
meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch [deleted file]
meta/recipes-core/dbus/dbus-glib.inc
meta/recipes-core/dbus/dbus-glib_0.100.bb [new file with mode: 0644]
meta/recipes-core/dbus/dbus-glib_0.98.bb [deleted file]

diff --git a/meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch b/meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch
deleted file mode 100644 (file)
index 27780e7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Fix the compiling error that not include glib.h directly.
-
-upstream bugzilla link: https://bugs.freedesktop.org/show_bug.cgi?id=52210
-Upstream-Status: Submitted
-
-Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
-
-diff --git a/test/core/test-service-glib.c b/test/core/test-service-glib.c
-index 3355890..7291f35 100644
---- a/test/core/test-service-glib.c
-+++ b/test/core/test-service-glib.c
-@@ -11,7 +11,7 @@
- #include <string.h>
- #include <glib/gi18n.h>
- #include <glib-object.h>
--#include <glib/gquark.h>
-+#include <glib.h>
- #include "my-object.h"
- #include "my-object-subclass.h"
index a8e6d420f7e51e3a3b2e651aad06bccfedd1d47f..3469a4f2b10d20158c716a5d62b195ce0841e406 100644 (file)
@@ -12,7 +12,6 @@ DEPENDS_virtclass-native = "glib-2.0-native dbus-native"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
            file://no-examples.patch \
-           file://test-service-glib-include-glib-only.patch \
            file://test-install-makefile.patch \
 "
 
diff --git a/meta/recipes-core/dbus/dbus-glib_0.100.bb b/meta/recipes-core/dbus/dbus-glib_0.100.bb
new file mode 100644 (file)
index 0000000..f96d04e
--- /dev/null
@@ -0,0 +1,6 @@
+require dbus-glib.inc
+
+PR = "r0"
+
+SRC_URI[md5sum] = "d33959a9c0c6a158f5ac6d640316e89e"
+SRC_URI[sha256sum] = "80ddf7584a659590103817798dd95d7e451d666f385e5e95a83abf85c46d4605"
diff --git a/meta/recipes-core/dbus/dbus-glib_0.98.bb b/meta/recipes-core/dbus/dbus-glib_0.98.bb
deleted file mode 100644 (file)
index e2c6a0c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-require dbus-glib.inc
-
-PR = "r1"
-
-SRC_URI[md5sum] = "3f7f117dc7c8d899d9acfdcbf9253fb8"
-SRC_URI[sha256sum] = "297c81d6bb8b1c312e9b0ccfe91eb28ec0672756abb64dfb7bbe2b5f1ae5d111"