aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend2
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_git.bb2
-rw-r--r--recipes-graphics/wayland/weston_1.11.1.bb4
3 files changed, 4 insertions, 4 deletions
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)} \