From patchwork Tue Mar 6 07:23:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/4] Fixes for multilib and VTE, Mar 6, 2012 Date: Tue, 06 Mar 2012 07:23:09 -0000 From: Zhai, Edwin X-Patchwork-Id: 22739 Message-Id: To: openembedded-core@lists.openembedded.org From: Zhai Edwin RP, 2 fixes for multilib. 1 for VTE, which just revert a simple commit after last VTE upgrade. Although doesn't hit the root cause, it fix the end user experience issue and is more light-weight than reverting whole VTE upgrade. We can revisit it for root cause in future. Thanks, edwin The following changes since commit a8dc76ee69cfe1ffe846c07a510e3a562a5b1a7f: base.bbclass: Fix PACKAGECONFIG handling when no flags are set (2012-03-05 13:04:11 -0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib gzhai/master2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/master2 Dongxiao Xu (1): multilib: extend all recipes in multilib.conf Zhai Edwin (3): vte: fix scroll issue self-hosted: Fix multiple libx11 error shadow-sysroot: Fix for multilib meta/classes/useradd.bbclass | 2 +- meta/conf/multilib.conf | 313 ++++++++++++++++++++-- meta/recipes-core/tasks/task-self-hosted.bb | 4 +- meta/recipes-support/vte/vte.inc | 3 +- meta/recipes-support/vte/vte/scrollbar_fix.patch | 122 +++++++++ 5 files changed, 424 insertions(+), 20 deletions(-) create mode 100644 meta/recipes-support/vte/vte/scrollbar_fix.patch