summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/dbus/dbus-glib_0.114.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib_0.114.bb b/meta/recipes-core/dbus/dbus-glib_0.114.bb
index 28a9d4a4fc..ff3d282ac6 100644
--- a/meta/recipes-core/dbus/dbus-glib_0.114.bb
+++ b/meta/recipes-core/dbus/dbus-glib_0.114.bb
@@ -29,16 +29,19 @@ PACKAGECONFIG ??= ""
29PACKAGECONFIG[tests] = "--enable-tests,,," 29PACKAGECONFIG[tests] = "--enable-tests,,,"
30 30
31EXTRA_OECONF:class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool" 31EXTRA_OECONF:class-target = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
32EXTRA_OECONF:class-nativesdk = "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"
32 33
33PACKAGES += "${PN}-tests" 34PACKAGES += "${PN}-tests ${PN}-tools"
34 35
35FILES:${PN} = "${libdir}/lib*${SOLIBS}" 36FILES:${PN} = "${libdir}/lib*${SOLIBS}"
36FILES:${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper" 37FILES:${PN}-bash-completion += "${libexecdir}/dbus-bash-completion-helper"
37LICENSE:${PN}-bash-completion = "GPL-2.0-or-later" 38LICENSE:${PN}-bash-completion = "GPL-2.0-or-later"
38FILES:${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool" 39
39FILES:${PN}-dev += "${bindir}/dbus-binding-tool" 40RDEPENDS:${PN}-dev += "${PN}-tools"
40 41
41RDEPENDS:${PN}-tests = "${PN}" 42RDEPENDS:${PN}-tests = "${PN}"
42FILES:${PN}-tests = "${datadir}/${BPN}/tests" 43FILES:${PN}-tests = "${datadir}/${BPN}/tests"
43 44
44BBCLASSEXTEND = "native" 45FILES:${PN}-tools = "${bindir}"
46
47BBCLASSEXTEND = "native nativesdk"