From: Tom Hochstein Date: Sun, 22 Dec 2024 16:22:31 +0000 (-0600) Subject: wayland-protocols: Remove inoperative packaging override X-Git-Tag: uninative-4.7~517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ee7a283125b29e40e4562c76d7d0940b37a4cfd;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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] https://github.com/openembedded/openembedded-core/commit/5de187aee675a78fe59620a3fb64a5da5ae662aa Signed-off-by: Tom Hochstein Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb index 3e628ab113d..be6b732b1a0 100644 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.38.bb @@ -21,7 +21,5 @@ inherit meson pkgconfig allarch EXTRA_OEMESON += "-Dtests=false" -FILES:${PN} += "${datadir}/pkgconfig/wayland-protocols.pc" - BBCLASSEXTEND = "native nativesdk"