diff options
author | Ross Burton <ross.burton@intel.com> | 2013-08-14 12:40:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:13 +0100 |
commit | 09c609afbfb6e9a2504166d0fe8c7ae3d8ae9ebd (patch) | |
tree | 423e17b25e8d6dfa248192bb8081839e1219076b /meta/recipes-graphics/matchbox-wm | |
parent | 4f51bf23346947cd47e7ac9e1290e799f3c20708 (diff) | |
download | openembedded-core-contrib-09c609afbfb6e9a2504166d0fe8c7ae3d8ae9ebd.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 ]
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/matchbox-wm')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | 3 |
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 c6afd96790f..015fbc08b8a 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 SECTION = "x11/wm" DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" -SRCREV = "686178379e5ad00453d9f6f50b53777372a29e68" +SRCREV = "29544f0e61cc281fc60061443a537271e1081b78" PV = "1.2+git${SRCPV}" PR = "r0" SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ - file://configure_fix.patch;maxrev=1818 \ file://kbdconfig" S = "${WORKDIR}/git" |