summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-11-08 11:01:32 -0500
committerScott Murray <scott.murray@konsulko.com>2024-04-24 12:29:35 -0400
commit3d9975cfe1973c1c02bc8c274c50645f72ea708d (patch)
tree0080e2575d1efbcc78b80f189970aa6adcfcf220 /meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc
parent2f1298383c1fba5121dfeeff1f31ae4004703dae (diff)
weston: handle upgrade to 11.0
Changes: - Renamed local bbappend for weston to handle upstream upgrade to 11.0.0. - The local PACKAGECONFIG definitions have been removed as they are now present upstream. - Removed backported patch. Bug-AGL: SPEC-4578 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I3dc3c7042bf2ce8058df30ccd691232bf1d2a442
Diffstat (limited to 'meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc')
-rw-r--r--meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc b/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc
deleted file mode 100644
index a19e0f344..000000000
--- a/meta-agl-core/recipes-graphics/wayland/weston_10.0_aglcore.inc
+++ /dev/null
@@ -1,33 +0,0 @@
-FILESEXTRAPATHS:append := ":${THISDIR}/weston"
-
-# Workaround for incorrect upstream definition
-PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base"
-PACKAGECONFIG[headless] = "-Dbackend-headless=true"
-PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting', ' remoting', '', d)}"
-
-SRC_URI:append = "file://0001-libweston-Send-name-description-update-wl_output-to-.patch \
- file://0001-libweston-desktop-xdg-shell-Add-tiled-orientation-st.patch \
- file://0001-simple-touch-Add-maximized-fullscreen-states.patch \
- file://0001-backend-drm-make-sure-all-buffers-are-released-when-.patch \
- file://0001-libweston-weston-log-Add-a-iterator-helper-for-debug.patch \
-"
-
-# Split weston-terminal out of the main package to allow installing it
-# separately for use with other compositors. The icons, etc. that end
-# up in /usr/share/weston are also split out into a separate package
-# since they are required for weston-terminal and some of the programs
-# packaged in weston-examples in addition to ivi-shell in the main
-# package.
-
-PACKAGE_BEFORE_PN += "${PN}-data ${PN}-terminal"
-
-FILES:${PN}-data = "${datadir}/weston"
-
-FILES:${PN}-terminal = "${bindir}/weston-terminal"
-RDEPENDS:${PN}-terminal += "weston-data liberation-fonts"
-
-RDEPENDS:${PN}-examples += "weston-data"
-
-FILES:${PN}:remove = "weston-terminal"
-RDEPENDS:${PN}:remove = "liberation-fonts"
-RDEPENDS:${PN} += "weston-data weston-terminal"