summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-07-23 11:30:50 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-23 18:06:54 +0800
commit6ed73d907b93359725f8d1e5c1214fe7b9dce7e3 (patch)
tree2d8504a2637ca3bb67ecd0573c5869e8da34ba52 /recipes-connectivity
parentfc20f464909ee427515112f61b53649abcaf5876 (diff)
downloadmeta-fsl-ppc-6ed73d907b93359725f8d1e5c1214fe7b9dce7e3.tar.gz
openssl_1.0.1g.bbappend: add missing colon for FILESEXTRAPATHS
While other openssl'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-connectivity')
-rw-r--r--recipes-connectivity/openssl/openssl_1.0.1g.bbappend2
1 files changed, 1 insertions, 1 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/openssl-fsl" 1FILESEXTRAPATHS_prepend := "${THISDIR}/openssl-fsl:"
2 2
3RDEPENDS_${PN}_class-target += "cryptodev-module" 3RDEPENDS_${PN}_class-target += "cryptodev-module"
4 4