mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
15 lines
311 B
BlitzBasic
15 lines
311 B
BlitzBasic
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_stage() {
|
|
autotools_stage_all
|
|
install -d ${STAGING_DATADIR}/dbus
|
|
install -m 0644 tools/dbus-glib-bindings.h ${STAGING_DATADIR}/dbus
|
|
}
|