[meta-freescale] [meta-fsl-arm][PATCH] libdrm: libdrm build fails due to missing space in SRC_URI_append

Alexander Shashkevich alex at stunpix.com
Fri Dec 19 06:06:23 PST 2014


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

Signed-off-by: Alexander Shashkevich <alex at stunpix.com>
---
 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



More information about the meta-freescale mailing list