summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
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
commitfc20f464909ee427515112f61b53649abcaf5876 (patch)
tree39c2488bca8e27db48a0a198e73ed1c05daf4b7f /recipes-kernel
parent5728b616be0cffc6811d706e11ee731fd6533b23 (diff)
downloadmeta-fsl-ppc-fc20f464909ee427515112f61b53649abcaf5876.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 'recipes-kernel')
-rw-r--r--recipes-kernel/cryptodev/cryptodev-fsl.inc2
1 files changed, 1 insertions, 1 deletions
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 @@
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 \