mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
19 lines
676 B
PHP
19 lines
676 B
PHP
DESCRIPTION = "high level language (glib) binding for dbus"
|
|
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
|
|
LICENSE = "AFL2.1 | GPLv2+"
|
|
SECTION = "base"
|
|
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
|
|
|
|
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
|
|
file://fix_asneeded.patch \
|
|
file://no-examples.patch"
|
|
|
|
inherit autotools pkgconfig gettext
|
|
|
|
EXTRA_OECONF = "--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"
|
|
|