mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 03:17:35 +00:00
dbus-glib: Fix introspection configure option
This commit is contained in:
parent
48b487d1af
commit
a65bb5032c
@ -9,7 +9,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz
|
||||
|
||||
inherit autotools_stage pkgconfig gettext
|
||||
|
||||
EXTRA_OECONF = "--with-introspect=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
|
||||
EXTRA_OECONF = "--with-introspect-xml=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
|
||||
|
||||
FILES_${PN} = "${libdir}/lib*.so.*"
|
||||
FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
require dbus-glib.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
do_configure_prepend() {
|
||||
install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user