summaryrefslogtreecommitdiffstats
path: root/meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.0.bbappend
diff options
context:
space:
mode:
authorHiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com>2022-09-16 09:32:17 +0900
committerHiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com>2022-09-16 09:51:33 +0900
commitf1bf9ed634be00674c5a02836da8d7647c9d67e5 (patch)
treee2e1584baccec98e9a8f93f9b1dc935ea03498fa /meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.0.bbappend
parent3cfd33f931d4154ee6afd1b4cc0a6598927545b6 (diff)
drm-lease: Fix build error due to weston update
The patches seems to be applied correctly without any changes, so we just use wildcard to avoid build error due to version mis-matching. Bug-AGL: SPEC-4564 Signed-off-by: Hiroyuki Ishii <ishii.hiroyuki002@jp.panasonic.com> Change-Id: I61ab8beb1e97190c58987bf54217a9553efa6c39
Diffstat (limited to 'meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.0.bbappend')
-rw-r--r--meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.0.bbappend10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.0.bbappend b/meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.0.bbappend
deleted file mode 100644
index 8152a264..00000000
--- a/meta-agl-drm-lease/recipes-graphics/weston/weston_10.0.0.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
-
-SRC_URI:append = " \
- file://0001-backend-drm-Add-method-to-import-DRM-fd.patch \
- file://0002-Add-DRM-lease-support.patch \
- file://0001-compositor-do-not-request-repaint-in-output_enable.patch \
- "
-
-PACKAGECONFIG[drm-lease] = "-Ddrm-lease=true,-Ddrm-lease=false,drm-lease-manager"
-PACKAGECONFIG:append = " drm-lease"