[oe] [OE-core] [oe-commits] Robert Yang : perl: fix dependecies

Richard Purdie richard.purdie at linuxfoundation.org
Mon Oct 22 10:49:09 UTC 2012


On Mon, 2012-10-22 at 10:34 +0200, Martin Jansa wrote:
> >  # 5.10.1 has Module::Build built-in
> >  PROVIDES += "libmodule-build-perl"
> > @@ -243,7 +243,13 @@ perl_package_preprocess () {
> >  
> >  PACKAGES = "perl-dbg perl perl-misc perl-dev perl-pod perl-doc perl-lib \
> >              perl-module-cpan perl-module-cpanplus perl-module-unicore"
> > -FILES_${PN} = "${bindir}/perl ${bindir}/perl${PV}"
> > +FILES_${PN} = "${bindir}/perl ${bindir}/perl${PV} \
> > +               ${libdir}/perl/${PV}/Config.pm \
> > +               ${libdir}/perl/${PV}/strict.pm \
> > +               ${libdir}/perl/${PV}/warnings.pm \
> > +               ${libdir}/perl/${PV}/warnings \
> > +               ${libdir}/perl/${PV}/vars.pm \
> > +              "
> 
> I think this breaks at least automake, tiobench and libtimedate-perl
> 
> OE @ ~/openembedded-core $ git grep perl-module-strict
> meta/recipes-devtools/automake/automake_1.12.3.bb:    perl-module-strict \
> meta/recipes-extended/perl/libtimedate-perl_1.20.bb:RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
> OE @ ~/meta-openembedded $ git grep perl-module-strict
> meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb:    perl-module-strict \
> OE @ ~/openembedded-core $ git grep perl-module-vars
> meta/recipes-devtools/automake/automake_1.12.3.bb:    perl-module-vars "
> 
> perl-module-strict and perl-module-vars are not created now, probably empty.
> 

It does, the autobuilder also noticed this and I pushed in a fix this
morning:

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=072a6d352f55bbe481b04db02aa6d9cde7d90057

Cheers,

Richard





More information about the Openembedded-devel mailing list