diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-23 17:09:31 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:41:02 -0300 |
commit | 3be8c0503d0ab0a6dfc6fa666aea0e36487ef680 (patch) | |
tree | 71994c72ae9801cd2b1b505af7028b218918f703 | |
parent | 0579a92e1ff03656e1c6089714a3be4244622ef0 (diff) | |
download | meta-freescale-3be8c0503d0ab0a6dfc6fa666aea0e36487ef680.tar.gz |
openssl-qoriq: correct the find.pl path
Fix the following build error:
| Can't locate find.pl in @INC (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at perlpath.pl line 7.
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r-- | recipes-connectivity/openssl/openssl-qoriq_1.0.2h.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq_1.0.2h.bb b/recipes-connectivity/openssl/openssl-qoriq_1.0.2h.bb index deb4fd7c..f67d3dee 100644 --- a/recipes-connectivity/openssl/openssl-qoriq_1.0.2h.bb +++ b/recipes-connectivity/openssl/openssl-qoriq_1.0.2h.bb | |||
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=27ffa5d74bb5a337056c14b2ef93fbf6" | |||
15 | export DIRS = "crypto ssl apps engines" | 15 | export DIRS = "crypto ssl apps engines" |
16 | export OE_LDFLAGS="${LDFLAGS}" | 16 | export OE_LDFLAGS="${LDFLAGS}" |
17 | 17 | ||
18 | SRC_URI += "file://find.pl;subdir=${BP}/util/ \ | 18 | SRC_URI += "file://find.pl;subdir=openssl-${PV}/util/ \ |
19 | file://run-ptest \ | 19 | file://run-ptest \ |
20 | file://openssl-c_rehash.sh \ | 20 | file://openssl-c_rehash.sh \ |
21 | file://configure-targets.patch \ | 21 | file://configure-targets.patch \ |