diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-03-21 21:43:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-25 10:29:15 +0000 |
commit | 93e411ee00805c0d37b68317a5916acdbe58d951 (patch) | |
tree | 449ebf88d3a09b595c0706d0bced6bcf6da17df6 /meta | |
parent | c8430227f480c18dcfb93eb978f067a4edc4f0fb (diff) | |
download | poky-93e411ee00805c0d37b68317a5916acdbe58d951.tar.gz |
matchbox-wm: Update to fix XChangeProperty datatype issue
This brings us to master HEAD and adds a single commit
compared to the previous version:
8178e70 ewmh: Fix data type of a few XChangeProperty calls
This fixes broken Home-button in matchbox panel on mips64 (and
probably other platforms).
[YOCTO #9284]
(From OE-Core rev: b5ed789a6fe2d395b74a073c28060eb0f5a04a1b)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@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.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 422d255951..aa768280a8 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 | |||
10 | SECTION = "x11/wm" | 10 | SECTION = "x11/wm" |
11 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf libxcursor libxfixes" | 11 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf libxcursor libxfixes" |
12 | 12 | ||
13 | SRCREV = "29544f0e61cc281fc60061443a537271e1081b78" | 13 | SRCREV = "8178e70d5c742c4cd63b51df228cc8aa3594d518" |
14 | PV = "1.2+git${SRCPV}" | 14 | PV = "1.2+git${SRCPV}" |
15 | 15 | ||
16 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager \ | 16 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager \ |