Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix matchbox-window-manager variable type error on x86-64
@ 2011-11-22  6:15 edwin.zhai
  2011-11-22  6:15 ` [PATCH 1/1] matchbox-wm: Fix variable type in _NET_WORKAREA setting edwin.zhai
  0 siblings, 1 reply; 3+ messages in thread
From: edwin.zhai @ 2011-11-22  6:15 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

RP,
This fix the blank screen of matchbox-desktop caused by wrong variable type for
_NET_WORKAREA in matchbox-window-manager.

[YOCTO #1689] fixed.

The following changes since commit 17a92c4c9801396ce6aa82f7c1532b49b18dbad4:

  netbase: update 4.46 -> 4.47 (2011-11-21 18:49:40 +0000)

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

Zhai Edwin (1):
  matchbox-wm: Fix variable type in _NET_WORKAREA setting

 .../matchbox-wm/matchbox-wm_git.bb                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] matchbox-wm: Fix variable type in _NET_WORKAREA setting
  2011-11-22  6:15 [PATCH 0/1] Fix matchbox-window-manager variable type error on x86-64 edwin.zhai
@ 2011-11-22  6:15 ` edwin.zhai
  2011-11-22 15:13   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: edwin.zhai @ 2011-11-22  6:15 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

According to XChangeProperty doc, array of "long" should be used when format is
32. Wrong _NET_WORKAREA parameter caused blank screen in matchbox-desktop on 64
bit platform.

[YOCTO #1689] got fixed.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 .../matchbox-wm/matchbox-wm_git.bb                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
index f58529d..5550dc2 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa
 SECTION = "x11/wm"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf"
 
-SRCREV = "e8236c9ab44a8af8137cac2a35fb87f9146a9656"
+SRCREV = "f4394eaed475de6e627d373c5b35ee2cf87072e3"
 PV = "1.2+git${SRCPV}"
 PR = "r0"
 
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] matchbox-wm: Fix variable type in _NET_WORKAREA setting
  2011-11-22  6:15 ` [PATCH 1/1] matchbox-wm: Fix variable type in _NET_WORKAREA setting edwin.zhai
@ 2011-11-22 15:13   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-11-22 15:13 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2011-11-22 at 14:15 +0800, edwin.zhai@intel.com wrote:
> From: Zhai Edwin <edwin.zhai@intel.com>
> 
> According to XChangeProperty doc, array of "long" should be used when format is
> 32. Wrong _NET_WORKAREA parameter caused blank screen in matchbox-desktop on 64
> bit platform.
> 
> [YOCTO #1689] got fixed.
> 
> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
> ---
>  .../matchbox-wm/matchbox-wm_git.bb                 |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-22 15:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22  6:15 [PATCH 0/1] Fix matchbox-window-manager variable type error on x86-64 edwin.zhai
2011-11-22  6:15 ` [PATCH 1/1] matchbox-wm: Fix variable type in _NET_WORKAREA setting edwin.zhai
2011-11-22 15:13   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox