]> code.ossystems Code Review - openembedded-core.git/commitdiff
wayland: package target binaries into -tools, not into -dev
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 26 May 2021 20:40:15 +0000 (22:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 May 2021 12:20:44 +0000 (13:20 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/wayland_1.19.0.bb

index 8f121601c4d46b5305560f1e254517b58176eb66..7e8a2884fec4e969a21f2c6b3d39c4ecc89424b3 100644 (file)
@@ -52,8 +52,10 @@ sysroot_stage_all_append_class-target () {
        cp ${STAGING_DATADIR_NATIVE}/aclocal/wayland-scanner.m4 ${SYSROOT_DESTDIR}/${datadir}/aclocal/
 }
 
+PACKAGES += "${PN}-tools"
+
 FILES_${PN} = "${libdir}/*${SOLIBS}"
-FILES_${PN}-dev += "${bindir} ${datadir}/wayland"
+FILES_${PN}-tools += "${bindir} ${datadir}/wayland"
 
 BBCLASSEXTEND = "native nativesdk"