[poky] [PATCH] perl-native: Update for userelocatableinc and non-shared libperl
Richard Purdie
richard.purdie at linuxfoundation.org
Mon Jan 31 08:30:31 PST 2011
On Mon, 2011-01-31 at 08:15 -0700, Tom Rini wrote:
> On 01/31/2011 08:12 AM, Richard Purdie wrote:
> > On Fri, 2011-01-28 at 14:07 -0700, Tom Rini wrote:
> >> Rather than using a wrapper switch to using upstreams support for
> >> relocation. While in here, bring in the mangling to use
> >> /usr/bin/env perl rather than /full/path/to in order to work
> >> in deep directory paths.
> >>
> >> Signed-off-by: Tom Rini<tom_rini at mentor.com>
> >> ---
> >> meta/recipes-devtools/perl/perl-native_5.12.2.bb | 25 +++++++++++++--------
> >> 1 files changed, 15 insertions(+), 10 deletions(-)
> >>
> >> diff --git a/meta/recipes-devtools/perl/perl-native_5.12.2.bb b/meta/recipes-devtools/perl/perl-native_5.12.2.bb
> >> index 14da569..a634da5 100644
> >> --- a/meta/recipes-devtools/perl/perl-native_5.12.2.bb
> >> +++ b/meta/recipes-devtools/perl/perl-native_5.12.2.bb
> >> @@ -4,8 +4,7 @@ SECTION = "libs"
> >> LICENSE = "Artistic|GPL"
> >> LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
> >> file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8"
> >> -DEPENDS = "virtual/db-native gdbm-native"
> >> -PR = "r2"
> >> +PR = "r3"
> >
> > Dropping DEPENDS like this needs an explanation. I've happened to read
> > the OE patch but could we add something here for the record please?
>
> Certainly. In the configure line there was already -Ui_db/ndbm/gdbm so
> these libraries weren't actually being used by perl (which is handy
> since in the OE case I then make autoconf/automake-native depend on this
> perl to fix some races).
Merged to master, thanks.
Richard
More information about the poky
mailing list