blob: 8395fced0c4c6aaa188580cd506aaf68080565d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require dbus-glib.inc
inherit native
DEPENDS = "glib-2.0-native dbus-native"
PR = "r0"
SRC_URI += "file://run-with-tmp-session-bus.patch;patch=1"
do_install_append() {
install -d ${D}${datadir}/dbus
install -m 0644 tools/dbus-glib-bindings.h ${D}${datadir}/dbus
}
|