diff options
| -rw-r--r-- | meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch (renamed from meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-core/dbus/dbus-glib.inc | 12 | ||||
| -rw-r--r-- | meta/recipes-core/dbus/dbus-glib_0.88.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-core/dbus/dbus-glib_0.92.bb | 6 |
4 files changed, 13 insertions, 11 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch b/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch index 32609b9b9c..32609b9b9c 100644 --- a/meta/recipes-core/dbus/dbus-glib-0.88/no-examples.patch +++ b/meta/recipes-core/dbus/dbus-glib-0.92/no-examples.patch | |||
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 @@ | |||
| 1 | SUMMARY = "High level language (GLib) binding for D-Bus" | 1 | SUMMARY = "High level language (GLib) binding for D-Bus" |
| 2 | DESCRIPTION = "GLib bindings for the D-Bus message bus that integration the D-Bus library with the GLib thread abstraction and main loop." | 2 | DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \ |
| 3 | the D-Bus library with the GLib thread abstraction and main loop." | ||
| 3 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | 4 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" |
| 4 | LICENSE = "AFL2.1 | GPLv2+" | 5 | LICENSE = "AFL2.1 | GPLv2+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=cf5b3a2f7083750d504333114e738656 \ |
| 6 | file://dbus/dbus-glib.h;firstline=7;endline=21;md5=833ef01806b4c524fb3678a16300536f" | 7 | file://dbus/dbus-glib.h;firstline=7;endline=21;md5=833ef01806b4c524fb3678a16300536f" |
| 7 | SECTION = "base" | 8 | SECTION = "base" |
| 9 | |||
| 8 | DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" | 10 | DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus" |
| 9 | DEPENDS_virtclass-native = "glib-2.0-native dbus-native" | 11 | DEPENDS_virtclass-native = "glib-2.0-native dbus-native" |
| 10 | 12 | ||
| @@ -13,12 +15,12 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz | |||
| 13 | 15 | ||
| 14 | inherit autotools pkgconfig gettext | 16 | inherit autotools pkgconfig gettext |
| 15 | 17 | ||
| 16 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
| 17 | FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" | ||
| 18 | FILES_${PN}-dev += "${bindir}/dbus-binding-tool" | ||
| 19 | |||
| 20 | EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml \ | 18 | EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml \ |
| 21 | --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" | 19 | --with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" |
| 22 | EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" | 20 | EXTRA_OECONF_virtclass-native = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml" |
| 23 | 21 | ||
| 22 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
| 23 | FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" | ||
| 24 | FILES_${PN}-dev += "${bindir}/dbus-binding-tool" | ||
| 25 | |||
| 24 | BBCLASSEXTEND = "native" | 26 | 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 @@ | |||
| 1 | require dbus-glib.inc | ||
| 2 | |||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "7c04ba01df6130c2c4e62f73bea0d0d5" | ||
| 6 | 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 @@ | |||
| 1 | require dbus-glib.inc | ||
| 2 | |||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "b595b36890c4f9f8f5d5dec131c495f8" | ||
| 6 | SRC_URI[sha256sum] = "5a7fd4cf937cdcb7f2eed61341b70ee0f2607450a50db381618598adf60dd40e" | ||
