mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
dbus-glib: package the binding tool into PN-tools, enable nativesdk
In a SDK environment we need a nativesdk build of dbus-glib for the dbus-binding-tool binary. Add a nativesdk variation and put the tool into a -tools subpackage so it can be installed if needed. (From OE-Core rev: bce011ebc21b402cc83c3b17063d2277b6347a68) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a78cf57aa3
commit
cb829cdd75
@@ -29,16 +29,19 @@ PACKAGECONFIG ??= ""
|
|||||||
PACKAGECONFIG[tests] = "--enable-tests,,,"
|
PACKAGECONFIG[tests] = "--enable-tests,,,"
|
||||||
|
|
||||||
EXTRA_OECONF:class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
|
EXTRA_OECONF:class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
|
||||||
|
EXTRA_OECONF:class-nativesdk = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
|
||||||
|
|
||||||
PACKAGES += "${PN}-tests"
|
PACKAGES += "${PN}-tests ${PN}-tools"
|
||||||
|
|
||||||
FILES:${PN} = "${libdir}/lib*${SOLIBS}"
|
FILES:${PN} = "${libdir}/lib*${SOLIBS}"
|
||||||
FILES:${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper"
|
FILES:${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper"
|
||||||
LICENSE:${PN}-bash-completion = "GPL-2.0-or-later"
|
LICENSE:${PN}-bash-completion = "GPL-2.0-or-later"
|
||||||
FILES:${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
|
|
||||||
FILES:${PN}-dev += "${bindir}/dbus-binding-tool"
|
RDEPENDS:${PN}-dev += "${PN}-tools"
|
||||||
|
|
||||||
RDEPENDS:${PN}-tests = "${PN}"
|
RDEPENDS:${PN}-tests = "${PN}"
|
||||||
FILES:${PN}-tests = "${datadir}/${BPN}/tests"
|
FILES:${PN}-tests = "${datadir}/${BPN}/tests"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
FILES:${PN}-tools = "${bindir}"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user