summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-07-23 11:30:49 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-23 18:03:19 +0800
commitbfefe19e30cea420507cbb3b4ab7a903470be9b6 (patch)
tree793fc5fc7984f3ac9284792a2b9276f19e9d3d22 /meta-fsl-ppc
parent55ce8e486dc8f8db84e1cfaee5b274fa2316251d (diff)
downloadmeta-freescale-bfefe19e30cea420507cbb3b4ab7a903470be9b6.tar.gz
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 <hongxu.jia@windriver.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r--meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc b/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc
index 3bdd3018f..70544e262 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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/cryptodev-fsl" 1FILESEXTRAPATHS_prepend := "${THISDIR}/cryptodev-fsl:"
2 2
3SRC_URI_qoriq-ppc = "git://github.com/nmav/cryptodev-linux.git \ 3SRC_URI_qoriq-ppc = "git://github.com/nmav/cryptodev-linux.git \
4 file://0001-add-support-for-composite-TLS-SHA1-AES-algorithm-off.patch \ 4 file://0001-add-support-for-composite-TLS-SHA1-AES-algorithm-off.patch \