From: Walter Bonetti Date: Thu, 21 Mar 2019 13:37:43 +0000 (-0400) Subject: white-space compliante in DEPENDS X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b2000e41f64c16def62be2b9eb8c41fa526e1b01;p=meta-freescale.git white-space compliante in DEPENDS --- diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index a0bb301f..d72d5964 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend @@ -6,7 +6,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI_append_use-mainline-bsp = " file://Environment-variable-enabling-the-workaround-FBO-rea.patch" -SRC_URI_append_imxgpu2d = "file://0014-Add-IMX-GPU-support.patch \ +SRC_URI_append_imxgpu2d = " file://0014-Add-IMX-GPU-support.patch \ file://0001-egl.prf-Fix-build-error-when-egl-headers-need-platfo.patch \ " SRC_URI_append_imxgpu3d = " \ diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index a99bec7f..f39754af 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb @@ -24,7 +24,7 @@ SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-yocto-sdk/qemu;nobra SRCREV = "ef54fffcee4324c9a32bf6e260c8141b4e6c542e" # add ptest patches -SRC_URI_append = "\ +SRC_URI_append = " \ file://add-ptest-in-makefile.patch \ file://run-ptest \ " diff --git a/recipes-graphics/wayland/weston_1.11.1.bb b/recipes-graphics/wayland/weston_1.11.1.bb index 22b30ad2..606e333d 100644 --- a/recipes-graphics/wayland/weston_1.11.1.bb +++ b/recipes-graphics/wayland/weston_1.11.1.bb @@ -30,10 +30,10 @@ EXTRA_OECONF = "--enable-setuid-install \ --disable-rdp-compositor \ WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} \ " -EXTRA_OECONF_append_qemux86 = "\ +EXTRA_OECONF_append_qemux86 = " \ WESTON_NATIVE_BACKEND=fbdev-backend.so \ " -EXTRA_OECONF_append_qemux86-64 = "\ +EXTRA_OECONF_append_qemux86-64 = " \ WESTON_NATIVE_BACKEND=fbdev-backend.so \ " PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \