]> code.ossystems Code Review - openembedded-core.git/commit
wayland: Fix wayland-tools packaging
authorTom Hochstein <tom.hochstein@nxp.com>
Sun, 7 Nov 2021 18:50:14 +0000 (12:50 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Nov 2021 22:01:53 +0000 (22:01 +0000)
commita31fbec45d24df5b74091940d0e0b2daf34d8492
tree4d2d6c400b21de199257abb3b63eccb52259e1b6
parentb0f30792fd0ea41f1d1590dbe0452c956e018c82
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.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/wayland_1.19.0.bb