mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
10 lines
219 B
BlitzBasic
10 lines
219 B
BlitzBasic
require dbus-glib.inc
|
|
|
|
PR = "r0"
|
|
|
|
do_configure_prepend() {
|
|
cp -p ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/
|
|
}
|
|
|
|
EXTRA_OECONF += "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
|