From 9963fdb3d1eed9e7d4bc7caf1b22e77b97fcfeb9 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Thu, 15 Mar 2012 12:43:57 +0800 Subject: dbus-glib: upgrade to 0.98 (From OE-Core rev: 4634aa0fabb9646ba61597cb81f74a242144cd14) Signed-off-by: Shane Wang Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch | 15 --------------- meta/recipes-core/dbus/dbus-glib-0.98/no-examples.patch | 15 +++++++++++++++ meta/recipes-core/dbus/dbus-glib_0.92.bb | 6 ------ meta/recipes-core/dbus/dbus-glib_0.98.bb | 6 ++++++ 4 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch create mode 100644 meta/recipes-core/dbus/dbus-glib-0.98/no-examples.patch delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.92.bb create mode 100644 meta/recipes-core/dbus/dbus-glib_0.98.bb (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch b/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch deleted file mode 100644 index fbb4967828..0000000000 --- a/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch +++ /dev/null @@ -1,15 +0,0 @@ -Disable compiling examples - -Upstream-Status: Inappropriate [disable feature] - -Signed-off-by: Kevin Tian -Signed-off-by: Scott Garman - ---- dbus-glib-0.70/dbus/Makefile.am.orig 2006-07-23 16:04:43.000000000 +0200 -+++ dbus-glib-0.70/dbus/Makefile.am 2006-07-23 16:04:52.000000000 +0200 -@@ -1,4 +1,4 @@ --SUBDIRS = . examples -+SUBDIRS = . - - INCLUDES=-I$(top_srcdir) $(DBUS_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) -DDBUS_COMPILATION=1 -DDBUS_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" - diff --git a/meta/recipes-core/dbus/dbus-glib-0.98/no-examples.patch b/meta/recipes-core/dbus/dbus-glib-0.98/no-examples.patch new file mode 100644 index 0000000000..fbb4967828 --- /dev/null +++ b/meta/recipes-core/dbus/dbus-glib-0.98/no-examples.patch @@ -0,0 +1,15 @@ +Disable compiling examples + +Upstream-Status: Inappropriate [disable feature] + +Signed-off-by: Kevin Tian +Signed-off-by: Scott Garman + +--- dbus-glib-0.70/dbus/Makefile.am.orig 2006-07-23 16:04:43.000000000 +0200 ++++ dbus-glib-0.70/dbus/Makefile.am 2006-07-23 16:04:52.000000000 +0200 +@@ -1,4 +1,4 @@ +-SUBDIRS = . examples ++SUBDIRS = . + + INCLUDES=-I$(top_srcdir) $(DBUS_CFLAGS) $(DBUS_GLIB_CFLAGS) $(DBUS_GLIB_TOOL_CFLAGS) -DDBUS_COMPILATION=1 -DDBUS_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" + diff --git a/meta/recipes-core/dbus/dbus-glib_0.92.bb b/meta/recipes-core/dbus/dbus-glib_0.92.bb deleted file mode 100644 index 988625b90c..0000000000 --- a/meta/recipes-core/dbus/dbus-glib_0.92.bb +++ /dev/null @@ -1,6 +0,0 @@ -require dbus-glib.inc - -PR = "r2" - -SRC_URI[md5sum] = "b595b36890c4f9f8f5d5dec131c495f8" -SRC_URI[sha256sum] = "5a7fd4cf937cdcb7f2eed61341b70ee0f2607450a50db381618598adf60dd40e" diff --git a/meta/recipes-core/dbus/dbus-glib_0.98.bb b/meta/recipes-core/dbus/dbus-glib_0.98.bb new file mode 100644 index 0000000000..bd9389a9f5 --- /dev/null +++ b/meta/recipes-core/dbus/dbus-glib_0.98.bb @@ -0,0 +1,6 @@ +require dbus-glib.inc + +PR = "r0" + +SRC_URI[md5sum] = "3f7f117dc7c8d899d9acfdcbf9253fb8" +SRC_URI[sha256sum] = "297c81d6bb8b1c312e9b0ccfe91eb28ec0672756abb64dfb7bbe2b5f1ae5d111" -- cgit v1.2.3-54-g00ecf