From: Tom Rini Date: Mon, 16 May 2011 20:14:12 +0000 (-0700) Subject: perl-native: create_wrapper on perl${PV} too X-Git-Tag: 2011-1~1422 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8e601cfb307bc9064a2478a87ad3097e21871ff7;p=openembedded-core.git perl-native: create_wrapper on perl${PV} too perl${PV} becomes hostperl when building for the target so we need a wrapper on that too. This is 1e255fbd296e95ff178d66c4a1fe4875a988d7e1 in OE. Signed-off-by: Tom Rini --- diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl-native_5.12.3.bb index f477679cbe..cbb4e78c1f 100644 --- a/meta/recipes-devtools/perl/perl-native_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl-native_5.12.3.bb @@ -97,4 +97,5 @@ do_install () { done create_wrapper ${D}${bindir}/perl PERL5LIB='$PERL5LIB:${STAGING_LIBDIR}/perl/${PV}:${STAGING_LIBDIR}/perl/' + create_wrapper ${D}${bindir}/perl${PV} PERL5LIB='$PERL5LIB:${STAGING_LIBDIR}/perl/${PV}:${STAGING_LIBDIR}/perl/' }