> On Dec 5, 2016, at 3:08 PM, Andreas Müller <[email protected]> > wrote: > > fixes: > > | checking for perl5... no > | checking for perl... perl > | checking for perl module URI::Escape... no > | checking for perl module URI::file... no > | checking for perl module URI::URL... no > | configure: error: Atleast one of the required Perl modules (URI::Escape, > URI::file and URI::URL) was not found on your system >
I was seeing same errors. Should this be using native perl instead ? > Signed-off-by: Andreas Müller <[email protected]> > --- > meta-xfce/recipes-xfce/exo/exo_0.11.1.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb > b/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb > index c145ce0..733ba24 100644 > --- a/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb > +++ b/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb > @@ -24,6 +24,8 @@ SRC_URI_append_class-native = " \ > SRC_URI[md5sum] = "866292556586facb034191aa66431697" > SRC_URI[sha256sum] = > "c70c47f690284a5cb4f507dd89088efbdd8123506f924e33a5f97aab74eb97d4" > > +export PERL = "${bindir}/perl" > + > PACKAGES =+ "exo-csource" > > # Note: python bindings did not work in oe-dev and are about to be moved to > -- > 2.5.5 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
