From: Tom Hochstein Date: Tue, 20 Apr 2021 23:26:01 +0000 (-0500) Subject: xserver-xorg: Don't apply same patch twice X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9a33bbc892435b0120e2cd434fbc54d46bb71797;p=meta-freescale.git xserver-xorg: Don't apply same patch twice The patch 0003-Remove-check-for-useSIGIO-option.patch is applied for both imxgpu and imxgpu2d overrides. imxgpu is enough. Signed-off-by: Tom Hochstein --- diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend index 68c6d2d2..d440a0b0 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend @@ -15,6 +15,5 @@ OPENGL_PKGCONFIGS_remove_mx8 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" OPENGL_PKGCONFIGS_remove_imxdrm = "dri glx" FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -SRC_URI_append_imxgpu2d = " file://0003-Remove-check-for-useSIGIO-option.patch" SRC_URI_append_use-mainline-bsp = " file://0001-Allow-to-enable-atomic-in-modesetting-DDX.patch"