]> code.ossystems Code Review - meta-freescale.git/commitdiff
cryptodev-fsl: add missing colon for FILESEXTRAPATHS
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 23 Jul 2014 03:30:49 +0000 (11:30 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 23 Jul 2014 10:03:19 +0000 (18:03 +0800)
While other cryptodev-fsl's bbapend to assign FILESEXTRAPATHS,
there was a potential dir split error.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc

index 3bdd3018f3765d09f4017859b2f2df57086f1094..70544e2624f8384f80b31bd7ebc6e8fa00cf0de6 100644 (file)
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/cryptodev-fsl"
+FILESEXTRAPATHS_prepend := "${THISDIR}/cryptodev-fsl:"
 
 SRC_URI_qoriq-ppc = "git://github.com/nmav/cryptodev-linux.git \
     file://0001-add-support-for-composite-TLS-SHA1-AES-algorithm-off.patch \