mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta/packages/dbus/dbus_0.60.bb
Normal file
13
meta/packages/dbus/dbus_0.60.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
include 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"
|
||||
|
||||
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/
|
||||
}
|
||||
Reference in New Issue
Block a user