summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 17:09:31 -0500
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-24 11:11:31 +0800
commit2f88953124017770b98d00b7e7880cc0c57c5ee8 (patch)
treee8b38f9e8234ca5a4a2d764d1e22533f14847752 /recipes-connectivity
parent1520506e8b64e9686c415a29a688dcdb1ba721c5 (diff)
downloadmeta-fsl-ppc-2f88953124017770b98d00b7e7880cc0c57c5ee8.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>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/openssl/openssl-qoriq_1.0.2h.bb2
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 deb4fd7..f67d3de 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"
15export DIRS = "crypto ssl apps engines" 15export DIRS = "crypto ssl apps engines"
16export OE_LDFLAGS="${LDFLAGS}" 16export OE_LDFLAGS="${LDFLAGS}"
17 17
18SRC_URI += "file://find.pl;subdir=${BP}/util/ \ 18SRC_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 \