summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-26 22:40:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-27 13:21:38 +0100
commit9f4f30ac99846de0af3850f463a468291f3072d7 (patch)
tree48b375fbe085b68d4d299a011f6863b76ef9b043
parent134aad7c6a30a27bbee6019763d5e42c2b71140c (diff)
downloadpoky-9f4f30ac99846de0af3850f463a468291f3072d7.tar.gz
wayland: package target binaries into -tools, not into -dev
(From OE-Core rev: 5e96a2b56ce3ee4d113f3ae8b556c230f4b9df7d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/wayland/wayland_1.19.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/wayland_1.19.0.bb b/meta/recipes-graphics/wayland/wayland_1.19.0.bb
index 8f121601c4..7e8a2884fe 100644
--- a/meta/recipes-graphics/wayland/wayland_1.19.0.bb
+++ b/meta/recipes-graphics/wayland/wayland_1.19.0.bb
@@ -52,8 +52,10 @@ sysroot_stage_all_append_class-target () {
52 cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/ 52 cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/
53} 53}
54 54
55PACKAGES += "${PN}-tools"
56
55FILES_${PN} = "${libdir}/*${SOLIBS}" 57FILES_${PN} = "${libdir}/*${SOLIBS}"
56FILES_${PN}-dev += "${bindir} ${datadir}/wayland" 58FILES_${PN}-tools += "${bindir} ${datadir}/wayland"
57 59
58BBCLASSEXTEND = "native nativesdk" 60BBCLASSEXTEND = "native nativesdk"
59 61