mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
18 lines
324 B
BlitzBasic
18 lines
324 B
BlitzBasic
require dbus.inc
|
|
inherit native
|
|
|
|
DEPENDS = "glib-2.0-native libxml2-native expat-native"
|
|
|
|
do_stage() {
|
|
oe_runmake install
|
|
autotools_stage_all
|
|
|
|
# for dbus-glib-native introspection generation
|
|
install -d ${STAGING_DATADIR}/dbus
|
|
install -m 0644 bus/session.conf ${STAGING_DATADIR}/dbus/session.conf
|
|
}
|
|
|
|
do_install() {
|
|
:
|
|
}
|