From: Zhenhua Luo Date: Thu, 23 Jun 2016 22:09:31 +0000 (-0500) Subject: openssl-qoriq: correct the find.pl path X-Git-Tag: 2.2~328 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3be8c0503d0ab0a6dfc6fa666aea0e36487ef680;p=meta-freescale.git 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 --- 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" export DIRS = "crypto ssl apps engines" export OE_LDFLAGS="${LDFLAGS}" -SRC_URI += "file://find.pl;subdir=${BP}/util/ \ +SRC_URI += "file://find.pl;subdir=openssl-${PV}/util/ \ file://run-ptest \ file://openssl-c_rehash.sh \ file://configure-targets.patch \