freescale-layer: weston: make sure wayland-protocols gets included in the SDK

After poky commit 4705dd264681d908f144dd4d9bf1f6175f68d8b9, soft dependencies
for complementary packages no longer get included by bitbake's internal package
managers. Make weston's dependency with wayland-protocols a hard one to include
wayland-protocols in our SDKs, which is how it used to be in older DEY
releases.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-11-21 16:48:12 +01:00
parent 58effcfc11
commit 6b5402e3a1
1 changed files with 6 additions and 0 deletions

View File

@ -7,3 +7,9 @@ SRC_URI += " \
"
EXTRA_OEMESON += "-Ddeprecated-wl-shell=true"
# This package is already in RRECOMMENDS, but it doesn't get included in the
# SDK due to it being a soft dependency from a complementary package. Make it a
# hard dependency so it gets included.
# See: poky commit 4705dd264681d908f144dd4d9bf1f6175f68d8b9
RDEPENDS:${PN}-dev += "wayland-protocols"