diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-20 18:37:13 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-20 21:01:31 -0300 |
commit | 89b4f87c3bb29a7ba4198333cc0fc9c10eaf9bfc (patch) | |
tree | 70198db6cdc7336347341f36bb893f4c4ffe0595 /recipes-graphics | |
parent | 9a33bbc892435b0120e2cd434fbc54d46bb71797 (diff) | |
download | meta-freescale-89b4f87c3bb29a7ba4198333cc0fc9c10eaf9bfc.tar.gz |
xserver-xorg: Cleanup
- drop redundant FILESEXTRAPATHS_prepend line
- co-locate SRC_URI mods
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend index d440a0b0..94a75107 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | |||
@@ -1,4 +1,6 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" |
2 | |||
3 | SRC_URI_append_use-mainline-bsp = " file://0001-Allow-to-enable-atomic-in-modesetting-DDX.patch" | ||
2 | SRC_URI_append_imxgpu = " \ | 4 | SRC_URI_append_imxgpu = " \ |
3 | file://0003-Remove-check-for-useSIGIO-option.patch \ | 5 | file://0003-Remove-check-for-useSIGIO-option.patch \ |
4 | file://0001-MGS-5186-Per-Specification-EGL_NATIVE_PIXMAP_KHR-req.patch \ | 6 | file://0001-MGS-5186-Per-Specification-EGL_NATIVE_PIXMAP_KHR-req.patch \ |
@@ -13,7 +15,3 @@ OPENGL_PKGCONFIGS_remove_mx6 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" | |||
13 | OPENGL_PKGCONFIGS_remove_mx7 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" | 15 | OPENGL_PKGCONFIGS_remove_mx7 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" |
14 | OPENGL_PKGCONFIGS_remove_mx8 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" | 16 | OPENGL_PKGCONFIGS_remove_mx8 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" |
15 | OPENGL_PKGCONFIGS_remove_imxdrm = "dri glx" | 17 | OPENGL_PKGCONFIGS_remove_imxdrm = "dri glx" |
16 | |||
17 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | ||
18 | SRC_URI_append_use-mainline-bsp = " file://0001-Allow-to-enable-atomic-in-modesetting-DDX.patch" | ||
19 | |||