From patchwork Tue May 1 16:02:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/6] A few misc. commits I had pending Date: Tue, 01 May 2012 16:02:39 -0000 From: Christopher Larson X-Patchwork-Id: 26761 Message-Id: To: openembedded-core@lists.openembedded.org Most of these are pretty simple and obvious fixes, but this also changes base.bbclass to use isinstance instead of bb.event.getName(), and also shifts the information used to display the build config summary at the start of the build into bitbake.conf as variables, so it's possible to easily add to the list of variables and content to be emitted there. As one example, I have a change to csl-versions.inc which adds the external toolchain version string to the summary. The following changes since commit 26d822ad059dd4839cc6fee2a65714e73cc146e1: nfs-utils: don't try to unload nfsd module (2012-05-01 14:28:47 +0100) are available in the git repository at: git://github.com/kergoth/oe-core misc-fixes Christopher Larson (6): mesa: add missing flex-native/bison-native deps distcc: use PACKAGECONFIG for x11 distro feature libpcap: use PACKAGECONFIG for bluetooth distro feature libsndfile1: use PACKAGECONFIG for alsa distro feature bitbake.conf: shift build config summary control to here base.bbclass: use isinstance for base_eventhandler meta/classes/base.bbclass | 56 ++++++++++++------- meta/conf/bitbake.conf | 7 +++ meta/recipes-connectivity/libpcap/libpcap.inc | 5 ++- meta/recipes-devtools/distcc/distcc_2.18.3.bb | 14 +++-- meta/recipes-graphics/mesa/mesa-common.inc | 2 +- .../libsndfile/libsndfile1_1.0.25.bb | 5 ++- 6 files changed, 59 insertions(+), 30 deletions(-) Christopher Larson (6): mesa: add missing flex-native/bison-native deps distcc: use PACKAGECONFIG for x11 distro feature libpcap: use PACKAGECONFIG for bluetooth distro feature libsndfile1: use PACKAGECONFIG for alsa distro feature bitbake.conf: shift build config summary control to here base.bbclass: use isinstance for base_eventhandler meta/classes/base.bbclass | 56 ++++++++++++------- meta/conf/bitbake.conf | 7 +++ meta/recipes-connectivity/libpcap/libpcap.inc | 5 ++- meta/recipes-devtools/distcc/distcc_2.18.3.bb | 14 +++-- meta/recipes-graphics/mesa/mesa-common.inc | 2 +- .../libsndfile/libsndfile1_1.0.25.bb | 5 ++- 6 files changed, 59 insertions(+), 30 deletions(-)