summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-08-14 12:40:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:14:32 +0100
commit9f9cc59eef1e91f8d8818581cf227a6742563820 (patch)
treee1785f09036513c9fb458c78e64b027ba6d6b7a4 /meta/recipes-graphics
parent060df944c27a30cd4c172995801436d1f5b13d9e (diff)
downloadpoky-9f9cc59eef1e91f8d8818581cf227a6742563820.tar.gz
matchbox-wm: fix icon handling on 64-bit hosts
Xlib has a historical quirk where 32-bit values are returned in longs (but always hidden through a cast). On 32-bit machines this doesn't matter but on 64-bit this leads to problems. Bump SRCREV to integrate a fix from upstream. Also, drop the conditional configure_fix.patch, it was integrated long ago. [ YOCTO #4917 ] (From OE-Core rev: 09c609afbfb6e9a2504166d0fe8c7ae3d8ae9ebd) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
index c6afd96790..015fbc08b8 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
@@ -10,12 +10,11 @@ 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 = "686178379e5ad00453d9f6f50b53777372a29e68" 13SRCREV = "29544f0e61cc281fc60061443a537271e1081b78"
14PV = "1.2+git${SRCPV}" 14PV = "1.2+git${SRCPV}"
15PR = "r0" 15PR = "r0"
16 16
17SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ 17SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \
18 file://configure_fix.patch;maxrev=1818 \
19 file://kbdconfig" 18 file://kbdconfig"
20 19
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"