Merge pull request #59 from IniterWorker/morty

[morty] white-space compliant append
This commit is contained in:
Otavio Salvador 2019-04-02 14:52:38 -03:00 committed by GitHub
commit 64894e2060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI_append_imxgpu2d = "file://0014-Add-IMX-GPU-support.patch"
SRC_URI_append_imxgpu2d = " file://0014-Add-IMX-GPU-support.patch"
SRC_URI_append_imxgpu3d = " \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
'file://0015-Add-eglfs-to-IMX-GPU.patch \

View File

@ -29,7 +29,7 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/qemu;branc
SRCREV = "4b846e9b2b15660abace52dd27a406af08c4212d"
# add ptest patches
SRC_URI_append = "\
SRC_URI_append = " \
file://add-ptest-in-makefile.patch \
file://run-ptest \
"