Go to file
Paul Gortmaker 3cec94aef8 autotools-bootstrap: make bootstrap package specific.
The theory behind this bbclass was reasonable, with the primary
goal being to avoid multiple downloads of gnulib, but it neglected
the fact that packages would be shipping a specific version of the
./bootstrap which will support some flags but maybe not all the
latest ones from the latest gnulib/build-aux/bootstrap file.

I attempted to simply update the two pkgs to use the latest copy
of bootstrap from gnulib but this of course triggers the descent
into autoconf hell that we all know and love.  Rather than futzing
with the packages configure.ac and deviating from what the pkg
maintainers intended and tested, we can just let the packages have
independent calls to ./bootstrap with whatever flags are needed.

The goal of this commit is to move the prepend out to the packages
and then delete the class without any real functional change ; i.e.
a purely mechanical change.  Then we can adjust each package to
ensure it will still build with a modern host, in an independent
fashion, while keeping the main advantage of not fetching gnulib
two extra times for netcf and fontforge.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2016-05-13 23:05:54 -07:00
contrib contrib: print oldline within single quotes 2016-01-04 14:56:24 +01:00
meta-efl meta-efl: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
meta-filesystems Add simple-mtpfs recipe 2016-05-02 14:03:03 -07:00
meta-gnome libwnck: fix WARNING 2016-05-13 23:03:12 -07:00
meta-gpe README: update maintainers list for krogoth 2016-04-12 11:50:37 +02:00
meta-initramfs meta-initramfs: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:04 -07:00
meta-multimedia fluidsynth: set correct portaudio packageconfig dependency 2016-05-09 19:05:03 -07:00
meta-networking autotools-bootstrap: make bootstrap package specific. 2016-05-13 23:05:54 -07:00
meta-oe autotools-bootstrap: make bootstrap package specific. 2016-05-13 23:05:54 -07:00
meta-perl libhtml-parser-perl: update to 3.72 2016-05-02 14:03:01 -07:00
meta-python python-pyparsing: modify build to correctly use setuptools rather than distutils 2016-05-09 19:05:04 -07:00
meta-ruby README: update maintainers list for krogoth 2016-04-12 11:50:37 +02:00
meta-systemd README: update maintainers list for krogoth 2016-04-12 11:50:37 +02:00
meta-webserver meta-webserver: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
meta-xfce xfce-polkit: fix warning not able to copy license 2016-05-09 19:05:03 -07:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories