wayland-protocols: Remove inoperative packaging override

The upgrade to 1.38 re-enables the dev package [1]. With the dev
package enabled, the file wayland-protocol.pc is filtered by default
into the dev package, and the override adding it to the main package
does nothing and is not needed.

[1] 5de187aee6

(From OE-Core rev: 9ee7a283125b29e40e4562c76d7d0940b37a4cfd)

Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Hochstein 2024-12-22 10:22:31 -06:00 committed by Richard Purdie
parent 3675ea0765
commit 71ba9ad6e9

View File

@ -21,7 +21,5 @@ inherit meson pkgconfig allarch
EXTRA_OEMESON += "-Dtests=false"
FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc"
BBCLASSEXTEND = "native nativesdk"