mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
I've cleaned up some odd license fields, fixed some license names and corrected some incorrect licenses. LICENSE really needs a pass through by the maintainers as some of the licensing is incorrect. Also, every license with Artistic should be gone through and noted as which version of Artistic. (From OE-Core rev: 4786ecdf7cd427089464dcb62579110d494e7cd7) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
SUMMARY = "High level language (GLib) binding for D-Bus"
|
|
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 = "AFL-2 | 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"
|
|
|
|
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
|
|
file://no-examples.patch"
|
|
|
|
inherit autotools pkgconfig gettext
|
|
|
|
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"
|