| Submitter | Zhai, Edwin |
|---|---|
| Date | March 6, 2012, 7:23 a.m. |
| Message ID | <cover.1331017518.git.edwin.zhai@intel.com> |
| Download | mbox |
| Permalink | /patch/22739/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib gzhai/master2Comments
On 03/05/2012 11:23 PM, edwin.zhai@intel.com wrote: > From: Zhai Edwin<edwin.zhai@intel.com> > > 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 > Merged into OE-Core > Zhai Edwin (3): > vte: fix scroll issue Richard already replied to this one, you need to dig into this one a little more please. > self-hosted: Fix multiple libx11 error I believe Richard fixed this in another way, please verify, I will also > shadow-sysroot: Fix for multilib > This was merged into OE-Core also Thanks Sau! > 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 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >
From: Zhai Edwin <edwin.zhai@intel.com> 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