From: Hongxu Jia Date: Wed, 23 Jul 2014 03:30:49 +0000 (+0800) Subject: cryptodev-fsl: add missing colon for FILESEXTRAPATHS X-Git-Tag: 2.1~534^2~103 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bfefe19e30cea420507cbb3b4ab7a903470be9b6;p=meta-freescale.git cryptodev-fsl: add missing colon for FILESEXTRAPATHS While other cryptodev-fsl's bbapend to assign FILESEXTRAPATHS, there was a potential dir split error. Signed-off-by: Hongxu Jia --- diff --git a/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc index 3bdd3018..70544e26 100644 --- a/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc +++ b/meta-fsl-ppc/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 \