[meta-freescale] [PATCH 2/2] openssl_1.0.1g.bbappend: add missing colon for FILESEXTRAPATHS

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


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

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
 recipes-connectivity/openssl/openssl_1.0.1g.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-connectivity/openssl/openssl_1.0.1g.bbappend b/recipes-connectivity/openssl/openssl_1.0.1g.bbappend
index f3e49ae..ab1985b 100644
--- a/recipes-connectivity/openssl/openssl_1.0.1g.bbappend
+++ b/recipes-connectivity/openssl/openssl_1.0.1g.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/openssl-fsl"
+FILESEXTRAPATHS_prepend := "${THISDIR}/openssl-fsl:"
 
 RDEPENDS_${PN}_class-target += "cryptodev-module"
 
-- 
1.8.1.2



More information about the meta-freescale mailing list