summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-15 17:24:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-16 08:13:12 +0000
commitbcf177b3d39c099ee85b9522ccc8f362a7e9c6d1 (patch)
treede542b19a4b4e0251f07c6522b9a24dc76b665cf
parentf26158603b6b5af7c522980ec1292ded6fe11c13 (diff)
downloadpoky-bcf177b3d39c099ee85b9522ccc8f362a7e9c6d1.tar.gz
matchbox-wm: Update 1.2.2 -> 1.2.3
Drop a patch merged in the upstream repo. License changes are due to the addition of SPDX license headers. (From OE-Core rev: 3409b6b22c7c443e9f4d6c1a5b5f740eaa6587ac) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch41
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (renamed from meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb)10
2 files changed, 4 insertions, 47 deletions
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch b/meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch
deleted file mode 100644
index 541b5c9c84..0000000000
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with-gcc-10.patch
+++ /dev/null
@@ -1,41 +0,0 @@
1From 8a8f8446e803cad04d7bbceaab78ee45d9778c3c Mon Sep 17 00:00:00 2001
2From: Adrian Bunk <bunk@stusta.de>
3Date: Tue, 12 May 2020 09:44:05 +0300
4Subject: Fix build with gcc 10
5
6Upstream-Status: Pending
7Signed-off-by: Adrian Bunk <bunk@stusta.de>
8---
9 src/mbtheme.h | 2 +-
10 src/structs.h | 2 +-
11 2 files changed, 2 insertions(+), 2 deletions(-)
12
13diff --git a/src/mbtheme.h b/src/mbtheme.h
14index aa9a7c5..ad03bde 100644
15--- a/src/mbtheme.h
16+++ b/src/mbtheme.h
17@@ -46,7 +46,7 @@ typedef struct _mb_theme_param
18
19 } MBThemeParam;
20
21-enum {
22+typedef enum {
23 LAYER_GRADIENT_HORIZ = 1,
24 LAYER_GRADIENT_VERT,
25 LAYER_LABEL,
26diff --git a/src/structs.h b/src/structs.h
27index 24985e7..8f53e72 100644
28--- a/src/structs.h
29+++ b/src/structs.h
30@@ -148,7 +148,7 @@
31
32 /* Atoms, if you change these check ewmh_init() first */
33
34-enum {
35+typedef enum {
36 WM_STATE = 0,
37 WM_CHANGE_STATE,
38 WM_PROTOCOLS,
39--
402.17.1
41
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb
index 81704beac4..8e9de0914e 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb
@@ -3,17 +3,15 @@ HOMEPAGE = "http://matchbox-project.org"
3BUGTRACKER = "http://bugzilla.yoctoproject.org/" 3BUGTRACKER = "http://bugzilla.yoctoproject.org/"
4 4
5LICENSE = "GPL-2.0-or-later" 5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa835 \ 6LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=ce20617ac10f26045cc57b8d977ab552 \
7 file://src/main.c;endline=21;md5=3e5d9f832b527b0d72dbe8e3c4c60b95 \ 7 file://src/main.c;endline=21;md5=508f280276140250ce483e0a44f7a9ec \
8 file://src/wm.c;endline=21;md5=8dc9d24477d87ef5dfbc2e4927146aab" 8 file://src/wm.c;endline=21;md5=f54584fb0d48cfc2e6876e0f0e272e6c"
9 9
10SECTION = "x11/wm" 10SECTION = "x11/wm"
11DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf libxcursor libxfixes" 11DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf libxcursor libxfixes"
12 12
13# SRCREV tagged 1.2.2 13SRCREV = "ce8c1053270d960a7235ab5c3435f707541810a4"
14SRCREV = "27da947e7fbdf9659f7e5bd1e92af92af6c03970"
15SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;branch=master \ 14SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;branch=master \
16 file://0001-Fix-build-with-gcc-10.patch \
17 file://kbdconfig" 15 file://kbdconfig"
18 16
19S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"