mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1130 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
487 B
BlitzBasic
15 lines
487 B
BlitzBasic
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/
|
|
}
|