diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-07-23 11:30:50 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-23 18:06:54 +0800 |
| commit | d8d2594ec04a3b3d6059368d7332132efc23b7df (patch) | |
| tree | 959313a32db9e696c23bb7df5865f4190df6f779 | |
| parent | bfefe19e30cea420507cbb3b4ab7a903470be9b6 (diff) | |
| download | meta-freescale-d8d2594ec04a3b3d6059368d7332132efc23b7df.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>
| -rw-r--r-- | meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1g.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1g.bbappend b/meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1g.bbappend index f3e49aebe..ab1985bb0 100644 --- a/meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1g.bbappend +++ b/meta-fsl-ppc/recipes-connectivity/openssl/openssl_1.0.1g.bbappend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/openssl-fsl" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/openssl-fsl:" |
| 2 | 2 | ||
| 3 | RDEPENDS_${PN}_class-target += "cryptodev-module" | 3 | RDEPENDS_${PN}_class-target += "cryptodev-module" |
| 4 | 4 | ||
