diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-08 11:01:32 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-04-24 12:29:35 -0400 |
commit | 3d9975cfe1973c1c02bc8c274c50645f72ea708d (patch) | |
tree | 0080e2575d1efbcc78b80f189970aa6adcfcf220 /meta-agl-core/recipes-graphics/wayland/weston_10.0.%.bbappend | |
parent | 2f1298383c1fba5121dfeeff1f31ae4004703dae (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.%.bbappend')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/weston_10.0.%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/weston_10.0.%.bbappend b/meta-agl-core/recipes-graphics/wayland/weston_10.0.%.bbappend deleted file mode 100644 index 685894116..000000000 --- a/meta-agl-core/recipes-graphics/wayland/weston_10.0.%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require ${@bb.utils.contains('AGL_FEATURES', 'aglcore', 'weston_10.0_aglcore.inc', '', d)} |