From 9d60ec30cfb6ad67c2ff6338487bbf201355556c Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 19 Dec 2024 14:06:37 -0500 Subject: 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 --- meta-agl-core/recipes-graphics/wayland/weston_13.0_aglcore.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-agl-core/recipes-graphics') 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 -- cgit 1.2.3-korg