]> code.ossystems Code Review - meta-freescale.git/commitdiff
openssl-qoriq: correct the find.pl path
authorZhenhua Luo <zhenhua.luo@nxp.com>
Thu, 23 Jun 2016 22:09:31 +0000 (17:09 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:41:02 +0000 (11:41 -0300)
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>
recipes-connectivity/openssl/openssl-qoriq_1.0.2h.bb

index deb4fd7ce81e3edea4f308b1d3a55e22b8b914f3..f67d3deec25d34f73758eb23ffb95541269377d9 100644 (file)
@@ -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 \