]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
perl-native: create_wrapper on perl${PV} too
authorTom Rini <tom_rini@mentor.com>
Mon, 16 May 2011 20:14:12 +0000 (13:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 May 2011 13:40:06 +0000 (14:40 +0100)
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 <tom_rini@mentor.com>
meta/recipes-devtools/perl/perl-native_5.12.3.bb

index f477679cbe02fdb4068b452bd074f9fea20c3883..cbb4e78c1f5cef0f383876cc9774031c93a57e50 100644 (file)
@@ -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/'
 }