libdrm build fails due to libdrm_%.bbappend, since 'SRC_URI_append' doesn't 
contain leading space in appended string.

Signed-off-by: Alexander Shashkevich <[email protected]>
---
 recipes-graphics/drm/libdrm_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/drm/libdrm_%.bbappend 
b/recipes-graphics/drm/libdrm_%.bbappend
index 1ef3340..6bd7968 100644
--- a/recipes-graphics/drm/libdrm_%.bbappend
+++ b/recipes-graphics/drm/libdrm_%.bbappend
@@ -1,5 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-SRC_URI_append_mx6 = "file://drm-update-arm.patch"
+SRC_URI_append_mx6 = " file://drm-update-arm.patch"
 
 PACKAGE_ARCH_mx6 = "${MACHINE_SOCARCH}"
-- 
1.9.1

-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to