meta-openembedded/meta-oe
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
..
classes autotools-bootstrap: make bootstrap package specific. 2016-05-13 23:05:54 -07:00
conf waf-samba.bbclass: move to meta-networking 2016-04-01 12:05:27 -04:00
licenses acpitests: Fix license issue 2016-05-13 23:02:47 -07:00
recipes-benchmark lmbench: avoid gcc optimize-away multiplication 2016-05-13 23:00:36 -07:00
recipes-connectivity wvstreams: fixing segfault with new gcc optimizations 2016-05-13 23:01:45 -07:00
recipes-core llvm3.3: Disable auto -dbg packages 2016-05-09 19:05:04 -07:00
recipes-devtools meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-extended rrdtool: fix do_configure failure on some hosts 2016-05-09 19:05:04 -07:00
recipes-gnome libunique: fix gobject introspection support 2016-03-14 12:15:31 +01:00
recipes-graphics autotools-bootstrap: make bootstrap package specific. 2016-05-13 23:05:54 -07:00
recipes-kernel meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-multimedia meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-navigation meta-oe: use bb.utils.contains() instead of base_contains() 2016-05-02 14:03:03 -07:00
recipes-sato/claws-mail libetpan, claws*: blacklist because of gnutls upgrade 2016-01-06 13:25:59 +01:00
recipes-support upower: fix WARNING 2016-05-13 23:03:35 -07:00
recipes-test gtest, gmock: allow building gtest-native and gmock-native 2016-05-02 14:03:03 -07:00
site
COPYING.MIT
README README: update maintainers list for krogoth 2016-04-12 11:50:37 +02:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: krogoth
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][krogoth]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][krogoth][PATCH'

You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

krogoth Branch Maintainer:
Armin Kuster <akuster808@gmail.com>