From 27bdee593f1f939d851f0c8c2e2fcbf9d6df13a6 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Tue, 4 Jan 2011 15:27:17 -0800 Subject: dbus-glib: upgrade to version 0.92 Includes some minor recipe formatting changes. Signed-off-by: Scott Garman --- meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch | 12 ------------ meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch | 12 ++++++++++++ meta/recipes-core/dbus/dbus-glib.inc | 12 +++++++----- meta/recipes-core/dbus/dbus-glib_0.88.bb | 6 ------ meta/recipes-core/dbus/dbus-glib_0.92.bb | 6 ++++++ 5 files changed, 25 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch create mode 100644 meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.88.bb create mode 100644 meta/recipes-core/dbus/dbus-glib_0.92.bb (limited to 'meta/recipes-core/dbus') diff --git a/meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch b/meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch deleted file mode 100644 index 32609b9b9c..0000000000 --- a/meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch +++ /dev/null @@ -1,12 +0,0 @@ -# disable compiling examples -# -# comment added by Kevin Tian , 2010-07-10 - ---- 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/no-examples.patch b/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch new file mode 100644 index 0000000000..32609b9b9c --- /dev/null +++ b/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch @@ -0,0 +1,12 @@ +# disable compiling examples +# +# comment added by Kevin Tian , 2010-07-10 + +--- 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.inc b/meta/recipes-core/dbus/dbus-glib.inc index 7dee3ffb7b..22bf6274a7 100644 --- a/meta/recipes-core/dbus/dbus-glib.inc +++ b/meta/recipes-core/dbus/dbus-glib.inc @@ -1,10 +1,12 @@ SUMMARY = "High level language (GLib) binding for D-Bus" -DESCRIPTION = "GLib bindings for the D-Bus message bus that integration the D-Bus library with the GLib thread abstraction and main loop." +DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \ +the D-Bus library with the GLib thread abstraction and main loop." HOMEPAGE = "http://www.freedesktop.org/Software/dbus" LICENSE = "AFL2.1 | GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \ file://dbus/dbus-glib.h;firstline=7;endline=21;md5=833ef01806b4c524fb3678a16300536f" SECTION = "base" + DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" DEPENDS_virtclass-native = "glib-2.0-native dbus-native" @@ -13,12 +15,12 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz inherit autotools pkgconfig gettext -FILES_${PN} = "${libdir}/lib*.so.*" -FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" -FILES_${PN}-dev += "${bindir}/dbus-binding-tool" - EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml \ --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" +FILES_${PN}-dev += "${bindir}/dbus-binding-tool" + BBCLASSEXTEND = "native" diff --git a/meta/recipes-core/dbus/dbus-glib_0.88.bb b/meta/recipes-core/dbus/dbus-glib_0.88.bb deleted file mode 100644 index 64f083047c..0000000000 --- a/meta/recipes-core/dbus/dbus-glib_0.88.bb +++ /dev/null @@ -1,6 +0,0 @@ -require dbus-glib.inc - -PR = "r0" - -SRC_URI[md5sum] = "7c04ba01df6130c2c4e62f73bea0d0d5" -SRC_URI[sha256sum] = "57939e2b567940beb23a52b5f3075743bd25ab203428e1c86f8c773330565737" diff --git a/meta/recipes-core/dbus/dbus-glib_0.92.bb b/meta/recipes-core/dbus/dbus-glib_0.92.bb new file mode 100644 index 0000000000..72bea89825 --- /dev/null +++ b/meta/recipes-core/dbus/dbus-glib_0.92.bb @@ -0,0 +1,6 @@ +require dbus-glib.inc + +PR = "r0" + +SRC_URI[md5sum] = "b595b36890c4f9f8f5d5dec131c495f8" +SRC_URI[sha256sum] = "5a7fd4cf937cdcb7f2eed61341b70ee0f2607450a50db381618598adf60dd40e" -- cgit v1.2.3-54-g00ecf