Go to file
Paul Gortmaker 00ec8bc10d 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>
2016-05-12 11:53:30 -04: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-04-28 10:38:39 +02:00
meta-filesystems Add simple-mtpfs recipe 2016-04-21 21:34:09 +02:00
meta-gnome libwnck: fix WARNING 2016-05-10 20:19:28 +02:00
meta-gpe fbreader: add cflags fix for fribidi 0.19.7 2016-05-06 12:40:26 +02:00
meta-initramfs meta-initramfs: use bb.utils.contains() instead of base_contains() 2016-04-28 10:38:39 +02:00
meta-multimedia fluidsynth: set correct portaudio packageconfig dependency 2016-05-06 12:40:25 +02:00
meta-networking autotools-bootstrap: make bootstrap package specific. 2016-05-12 11:53:30 -04:00
meta-oe autotools-bootstrap: make bootstrap package specific. 2016-05-12 11:53:30 -04:00
meta-perl libhtml-parser-perl: update to 3.72 2016-04-21 21:33:18 +02:00
meta-python python-dateutil: update to version 2.5.3 2016-05-10 20:18:57 +02:00
meta-ruby libgxim: move from meta-ruby back to meta-oe 2015-12-18 12:39:50 +01:00
meta-systemd avahi: rename the bbappend to apply for all versions 2016-02-20 14:51:57 +01:00
meta-webserver nginx: update to version 1.9.15 2016-05-06 12:40:24 +02:00
meta-xfce xfce4-eyes-plugin: update to 4.4.5 2016-05-06 12:40:25 +02: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