From: Scott Murray Date: Thu, 19 Dec 2024 19:06:37 +0000 (-0500) Subject: weston: remove pipewire from PACKAGECONFIG X-Git-Tag: 18.93.0~11 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9d60ec30cfb6ad67c2ff6338487bbf201355556c;p=AGL%2Fmeta-agl.git weston: remove pipewire from PACKAGECONFIG Appending the pipewire feature to PACKAGECONFIG here is problematic since it adds a dependency on meta-oe, breaking using meta-agl-core on its own. Remove it in favor of adding it in meta-agl-demo instead. Bug-AGL: SPEC-5325 Change-Id: I22f0c8dff578d70040786d96173e768d9cc2990a Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30695 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- diff --git a/meta-agl-core/recipes-graphics/wayland/weston_13.0_aglcore.inc b/meta-agl-core/recipes-graphics/wayland/weston_13.0_aglcore.inc index e2e18c18f..31e2a2bf9 100644 --- a/meta-agl-core/recipes-graphics/wayland/weston_13.0_aglcore.inc +++ b/meta-agl-core/recipes-graphics/wayland/weston_13.0_aglcore.inc @@ -6,7 +6,6 @@ SRC_URI:append = " \ file://0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch \ " -PACKAGECONFIG:append = " pipewire " WESTON_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:1])}" # Split weston-terminal out of the main package to allow installing it