From bfefe19e30cea420507cbb3b4ab7a903470be9b6 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 23 Jul 2014 11:30:49 +0800 Subject: [PATCH] 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 --- meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-fsl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.40.1