[meta-freescale] [PATCH 1/2] cryptodev-fsl: add missing colon for FILESEXTRAPATHS

Hongxu Jia hongxu.jia at windriver.com
Tue Jul 22 20:30:49 PDT 2014


While other cryptodev-fsl's bbapend to assign FILESEXTRAPATHS,
there was a potential dir split error.

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
 recipes-kernel/cryptodev/cryptodev-fsl.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/cryptodev/cryptodev-fsl.inc b/recipes-kernel/cryptodev/cryptodev-fsl.inc
index 3bdd301..70544e2 100644
--- a/recipes-kernel/cryptodev/cryptodev-fsl.inc
+++ b/recipes-kernel/cryptodev/cryptodev-fsl.inc
@@ -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 \
-- 
1.8.1.2



More information about the meta-freescale mailing list