]> code.ossystems Code Review - meta-freescale.git/commitdiff
xserver-xorg: Cleanup
authorTom Hochstein <tom.hochstein@nxp.com>
Tue, 20 Apr 2021 23:37:13 +0000 (18:37 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 21 Apr 2021 00:01:31 +0000 (21:01 -0300)
- drop redundant FILESEXTRAPATHS_prepend line
- co-locate SRC_URI mods

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend

index d440a0b005bcc01c05e626ef642ebeb4785ea6f1..94a7510785c5653edbd0ff1ccf17ed023e0916e8 100644 (file)
@@ -1,4 +1,6 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
+
+SRC_URI_append_use-mainline-bsp = " file://0001-Allow-to-enable-atomic-in-modesetting-DDX.patch"
 SRC_URI_append_imxgpu = " \
     file://0003-Remove-check-for-useSIGIO-option.patch \
     file://0001-MGS-5186-Per-Specification-EGL_NATIVE_PIXMAP_KHR-req.patch \
@@ -13,7 +15,3 @@ OPENGL_PKGCONFIGS_remove_mx6        = "${IMX_OPENGL_PKGCONFIGS_REMOVE}"
 OPENGL_PKGCONFIGS_remove_mx7        = "${IMX_OPENGL_PKGCONFIGS_REMOVE}"
 OPENGL_PKGCONFIGS_remove_mx8        = "${IMX_OPENGL_PKGCONFIGS_REMOVE}"
 OPENGL_PKGCONFIGS_remove_imxdrm     = "dri glx"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
-SRC_URI_append_use-mainline-bsp = " file://0001-Allow-to-enable-atomic-in-modesetting-DDX.patch"
-