diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-26 22:40:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-27 13:21:38 +0100 |
commit | 9f4f30ac99846de0af3850f463a468291f3072d7 (patch) | |
tree | 48b375fbe085b68d4d299a011f6863b76ef9b043 /meta/recipes-graphics | |
parent | 134aad7c6a30a27bbee6019763d5e42c2b71140c (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/wayland_1.19.0.bb | 4 |
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 | ||
55 | PACKAGES += "${PN}-tools" | ||
56 | |||
55 | FILES_${PN} = "${libdir}/*${SOLIBS}" | 57 | FILES_${PN} = "${libdir}/*${SOLIBS}" |
56 | FILES_${PN}-dev += "${bindir} ${datadir}/wayland" | 58 | FILES_${PN}-tools += "${bindir} ${datadir}/wayland" |
57 | 59 | ||
58 | BBCLASSEXTEND = "native nativesdk" | 60 | BBCLASSEXTEND = "native nativesdk" |
59 | 61 | ||