blob: 57edc7f92f74d4c3301a8a0c0de639efc566e14e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require dbus_${PV}.inc
DEPENDS = "expat glib-2.0 virtual/libintl dbus-native"
SRC_URI_EXTRA = "file://no-introspect.patch;patch=1 file://no-bindings.patch;patch=1"
PROVIDES = "dbus-glib"
FILES_${PN} += "${bindir}/dbus-daemon"
FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
do_configure_prepend() {
install -m 0644 ${STAGING_DIR}/${BUILD_SYS}/share/dbus/dbus-bus-introspect.xml ${S}/tools/
install -m 0644 ${STAGING_DIR}/${BUILD_SYS}/share/dbus/dbus-glib-bindings.h ${S}/tools/
}
|