diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-09-25 09:57:04 -0500 | 
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-10-09 16:36:15 -0300 | 
| commit | 4ad0fe232a9a18a0be616362b2796b24fffd921d (patch) | |
| tree | b4432bd09572771fcac4a5a36e28f526eee15304 | |
| parent | a37ba587b1fd73948e4bc53bfcaaaafd46e8f054 (diff) | |
| download | meta-freescale-4ad0fe232a9a18a0be616362b2796b24fffd921d.tar.gz | |
xserver-xorg: Fix missing space in SRC_URI_append assignment
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend index 5762f0f09..84b69075b 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | |||
| @@ -5,4 +5,4 @@ OPENGL_PKGCONFIGS_remove_mx7 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" | |||
| 5 | OPENGL_PKGCONFIGS_remove_mx8 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" | 5 | OPENGL_PKGCONFIGS_remove_mx8 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" | 
| 6 | 6 | ||
| 7 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | 7 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | 
| 8 | SRC_URI_append_imxgpu2d = "file://0003-Remove-check-for-useSIGIO-option.patch" | 8 | SRC_URI_append_imxgpu2d = " file://0003-Remove-check-for-useSIGIO-option.patch" | 
