mirror of
https://git.yoctoproject.org/poky
synced 2026-06-08 03:20:47 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
134aad7c6a
commit
9f4f30ac99
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user