diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-11-07 12:50:14 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-08 22:03:51 +0000 |
commit | 166cbbbd48d6c91b70eb47c54fb224628df0432d (patch) | |
tree | 022d4433d9d8dfca56b3accdd4147bc0e2a6e6fd /meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb | |
parent | 28937721ab04968e689aec26a92a2317dd2d5828 (diff) | |
download | poky-166cbbbd48d6c91b70eb47c54fb224628df0432d.tar.gz |
wayland: Fix wayland-tools packaging
There are some packaging problems due to the wayland-tools packaging
implementation. The wayland-tools package currently looks like this:
wayland-tools
└── usr
├── bin
│ └── wayland-scanner
└── share
└── wayland
├── wayland.dtd
├── wayland-scanner.mk
└── wayland.xml
The files wayland.dtd and wayland.xml belong in the main package,
while wayland-scanner.mk belongs in wayland-dev.
Fix the wayland.dtd and wayland.xml packaging by prepending the
wayland-tools package and dropping the main package FILES variable
override. The file wayland-scanner.mk is included in the main
package by default, and so must be explicitly added to wayland-dev.
(From OE-Core rev: a31fbec45d24df5b74091940d0e0b2daf34d8492)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb')
0 files changed, 0 insertions, 0 deletions