mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
udisks2: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
This commit is contained in:
committed by
Martin Jansa
parent
9afa64e6d2
commit
3244b7e701
@@ -11,11 +11,11 @@ SRC_URI = "http://udisks.freedesktop.org/releases/udisks-${PV}.tar.bz2"
|
||||
SRC_URI[md5sum] = "73632501002e6de8244f831e38b2b98e"
|
||||
SRC_URI[sha256sum] = "2cfcf560447ea44cba2a683342c7062aaaf35e4eb554bed64ac2dd55a70a5fb6"
|
||||
|
||||
inherit autotools systemd gtk-doc
|
||||
inherit autotools systemd gtk-doc gobject-introspection
|
||||
|
||||
S = "${WORKDIR}/udisks-${PV}"
|
||||
|
||||
EXTRA_OECONF = "--disable-introspection --disable-man"
|
||||
EXTRA_OECONF = "--disable-man"
|
||||
|
||||
FILES_${PN} += "${libdir}/polkit-1/extensions/*.so \
|
||||
${datadir}/dbus-1/ \
|
||||
|
||||
Reference in New Issue
Block a user