diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-12-19 14:06:37 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-12-20 03:37:48 +0000 |
commit | 9d60ec30cfb6ad67c2ff6338487bbf201355556c (patch) | |
tree | 9e96165f217c615f8e821abe903bda9f0fe35ab6 /meta-agl-core | |
parent | b32d437148d27debb9fd7014e86fbdcf2ee888f2 (diff) |
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 <scott.murray@konsulko.com>
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
Diffstat (limited to 'meta-agl-core')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/weston_13.0_aglcore.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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 |