diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-20 18:26:01 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-20 20:32:57 -0300 |
commit | 9a33bbc892435b0120e2cd434fbc54d46bb71797 (patch) | |
tree | 10b7b2b2fba489c93f6939d56ccb3fd9ecba2ee7 /recipes-graphics/xorg-xserver | |
parent | bd86b45ab0167a1e5e2dd5b6f44231bd7c24cc36 (diff) | |
download | meta-freescale-9a33bbc892435b0120e2cd434fbc54d46bb71797.tar.gz |
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 <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver')
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
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}" | |||
15 | OPENGL_PKGCONFIGS_remove_imxdrm = "dri glx" | 15 | OPENGL_PKGCONFIGS_remove_imxdrm = "dri glx" |
16 | 16 | ||
17 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | 17 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" |
18 | SRC_URI_append_imxgpu2d = " file://0003-Remove-check-for-useSIGIO-option.patch" | ||
19 | SRC_URI_append_use-mainline-bsp = " file://0001-Allow-to-enable-atomic-in-modesetting-DDX.patch" | 18 | SRC_URI_append_use-mainline-bsp = " file://0001-Allow-to-enable-atomic-in-modesetting-DDX.patch" |
20 | 19 | ||