summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-11-22 14:15:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:43:44 +0000
commit3e783002b31aea84b97201cbda3878c93dc50df3 (patch)
tree4ef7cded0a3d7a932cf31ac5167c7e98ad08f45c /meta
parent935678cbe172f6c9a70ac293d8d19dc64ce0b38f (diff)
downloadpoky-3e783002b31aea84b97201cbda3878c93dc50df3.tar.gz
matchbox-wm: Fix variable type in _NET_WORKAREA setting
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. (From OE-Core rev: 381c7857a5b303bf9eadd7fffc39d17a2b8e31f2) (From OE-Core rev: 869601da9aa43d77564c37d291d9072b9896d3e6) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb2
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 f58529d3fd..5550dc2b89 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
10SECTION = "x11/wm" 10SECTION = "x11/wm"
11DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" 11DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf"
12 12
13SRCREV = "e8236c9ab44a8af8137cac2a35fb87f9146a9656" 13SRCREV = "f4394eaed475de6e627d373c5b35ee2cf87072e3"
14PV = "1.2+git${SRCPV}" 14PV = "1.2+git${SRCPV}"
15PR = "r0" 15PR = "r0"
16 16