Fix a parse error for weston and kmscube 05/29005/3 15.91.0 15.91.1 pike/15.91.0 pike/15.91.1 pike_15.91.0 pike_15.91.1
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Thu, 8 Jun 2023 15:08:52 +0000 (00:08 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 12 Jun 2023 11:11:07 +0000 (11:11 +0000)
After the this patch https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-devel/+/28877
These recipe out error for patch file not found.
This patch fix to it.

Bug-AGL: SPEC-4825

Change-Id: Ic8aa59f3571ed873f62a0513d85c77764407bc1b
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
meta-agl-drm-lease/recipes-graphics/kmscube/kmscube_agl-drm-lease.inc
meta-agl-drm-lease/recipes-graphics/weston/weston_agl-drm-lease.inc

index bc9e8b3..fded6ce 100644 (file)
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/kmscube:"
 
 
 SRC_URI += "file://0001-texturator-Use-correct-GL-extension-header.patch \
index 8152a26..224e8b9 100644 (file)
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS:prepend := "${THISDIR}/weston:"
 
 SRC_URI:append = " \
             file://0001-backend-drm-Add-method-to-import-DRM-fd.patch \