On Fri, Dec 6, 2013 at 2:53 PM, Ulf Samuelsson <openembed...@emagii.com> wrote: > > recipes-xfce/xfconf/xfconf_4.10.0.bbappend: > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > EXTRA_OECONF = "--disable-perl-bindings" > > This also results in xfconf-perl/Makefile.perl not beeing run, > and then the build completes. > > I am going to try to make xfconf depend on "perl" instead. > Then hopefully, "configure" should find the perl for ARM > instead of the native perl.
You have to make sure that xfconf has proper cross tests when poking for system capability like that. which is the real problem here since its probablt trying to execute checks, if you point it to target perl that will only be helpful if the execution bits somehow can figure out the target perl capability. The fix above to disable perl bindings is a good one since it provided consistency even though at the expense of disabling a feature. _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel