From patchwork Fri Jan 27 17:15:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [CONSOLIDATED,PULL,0/6] Various patches from the list Date: Fri, 27 Jan 2012 17:15:43 -0000 From: Saul Wold X-Patchwork-Id: 20253 Message-Id: To: openembedded-core@lists.openembedded.org Richard, This is a set of patches that I have tested with, it also includes a couple of fixes to issues reported recently. Thanks Sau! The following changes since commit fba0459da7f274ae284d36b7fdbf2f9d10a52610: distro_tracking_fields: fix the typos in the field of maintainer. (2012-01-27 09:52:00 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/stage http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage Andrea Adami (1): image_types.bbclass: refactor cpio images generation. Eric Bénard (1): qt4-tools-nativesdk-4.8.0: fix build Martin Jansa (1): rootfs_ipk: remove runtime_script_required usage Saul Wold (3): default-providers: add kbd as PREFERRED_PROVIDER for console-tools gcc-runtime: fix override from poky-lsb to linuxstdbase genext2fs: fix inode computation meta/classes/image_types.bbclass | 21 +++++++++-- meta/classes/rootfs_ipk.bbclass | 2 +- meta/conf/distro/include/default-providers.inc | 2 +- meta/recipes-devtools/gcc/gcc-runtime_4.6.bb | 2 +- .../genext2fs-1.4.1/fix-nbblocks-cast.patch | 35 ++++++++++++++++++++ meta/recipes-devtools/genext2fs/genext2fs_1.4.1.bb | 4 ++- .../qt4/{files => qt-4.7.4}/configure-lflags.patch | 0 .../recipes-qt/qt4/qt-4.8.0/configure-lflags.patch | 18 ++++++++++ meta/recipes-qt/qt4/qt4-tools-nativesdk.inc | 10 ++++-- meta/recipes-qt/qt4/qt4-tools-nativesdk_4.7.4.bb | 3 +- 10 files changed, 85 insertions(+), 12 deletions(-) create mode 100644 meta/recipes-devtools/genext2fs/genext2fs-1.4.1/fix-nbblocks-cast.patch rename meta/recipes-qt/qt4/{files => qt-4.7.4}/configure-lflags.patch (100%) create mode 100644 meta/recipes-qt/qt4/qt-4.8.0/configure-lflags.patch