]> code.ossystems Code Review - meta-freescale.git/commitdiff
libdrm: libdrm build fails due to missing space in SRC_URI_append
authorAlexander Shashkevych <alex@stunpix.com>
Fri, 19 Dec 2014 14:06:23 +0000 (16:06 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 20 Dec 2014 17:56:28 +0000 (15:56 -0200)
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@stunpix.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/drm/libdrm_%.bbappend

index 1ef3340f33ea79beb606713123ffe343d489e369..6bd7968d9e886f60357af978e10ce16af830b109 100644 (file)
@@ -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}"