diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-08-19 00:33:15 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-19 23:09:05 -0700 |
commit | 2625ed5200b380924e3d0b8a32da605e3fa7608e (patch) | |
tree | 1b4660833880a6bf7c569413ccfe159e9d5edb24 | |
parent | 6a241d45e4492d8db107f9e7d4a3943b092fd7b4 (diff) | |
download | meta-openembedded-2625ed5200b380924e3d0b8a32da605e3fa7608e.tar.gz |
xfce4-diskperf-plugin: upgrade 2.6.1 -> 2.6.2
* announcement claims this a translation update only
* they include sys/sysmacros.h at a different position -> patch can go
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 files changed, 10 insertions, 42 deletions
diff --git a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin/0001-panel-plugin-Include-sys-sysmacros.h-for-major-minor.patch b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin/0001-panel-plugin-Include-sys-sysmacros.h-for-major-minor.patch deleted file mode 100644 index 007d3e5852..0000000000 --- a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin/0001-panel-plugin-Include-sys-sysmacros.h-for-major-minor.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From c35a8cb24e8adafb11cbc261de37d97244e55927 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sat, 11 Aug 2018 10:08:27 -0700 | ||
4 | Subject: [PATCH] panel-plugin: Include sys/sysmacros.h for major/minor | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | glibc 2.28+ needs it | ||
10 | |||
11 | Upstream-Status: Pending | ||
12 | |||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
14 | Cc: Andreas Müller <schnitzeltony@googlemail.com> | ||
15 | --- | ||
16 | panel-plugin/devperf.c | 1 + | ||
17 | 1 file changed, 1 insertion(+) | ||
18 | |||
19 | diff --git a/panel-plugin/devperf.c b/panel-plugin/devperf.c | ||
20 | index 175fd44..cb2e88a 100644 | ||
21 | --- a/panel-plugin/devperf.c | ||
22 | +++ b/panel-plugin/devperf.c | ||
23 | @@ -34,6 +34,7 @@ | ||
24 | #include <errno.h> | ||
25 | #include <sys/time.h> | ||
26 | /* for major() and minor() */ | ||
27 | +#include <sys/sysmacros.h> | ||
28 | #define _BSD_SOURCE | ||
29 | #include <sys/types.h> | ||
30 | |||
diff --git a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.1.bb b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.1.bb deleted file mode 100644 index dc7f1fcd9a..0000000000 --- a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.1.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | SUMMARY = "Panel plugin displaying instant disk/partition performance" | ||
2 | HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3e627798d6a60bece47aa8b3532e1f1" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2 \ | ||
9 | file://0001-panel-plugin-Include-sys-sysmacros.h-for-major-minor.patch \ | ||
10 | " | ||
11 | SRC_URI[md5sum] = "63d5f03934c2dbddb3ad7bf7f535cc23" | ||
12 | SRC_URI[sha256sum] = "212ddc742be3eecb6ad5554e1b1df03d5685cb71f48a558d5f895de37c57e4fa" | ||
diff --git a/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.2.bb b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.2.bb new file mode 100644 index 0000000000..04da55d617 --- /dev/null +++ b/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.6.2.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | SUMMARY = "Panel plugin displaying instant disk/partition performance" | ||
2 | HOMEPAGE = "https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin" | ||
3 | LICENSE = "BSD" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3e627798d6a60bece47aa8b3532e1f1" | ||
5 | |||
6 | inherit xfce-panel-plugin | ||
7 | |||
8 | SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2" | ||
9 | SRC_URI[md5sum] = "538119ea97a217695b297e2d165b305f" | ||
10 | SRC_URI[sha256sum] = "fd2e9843da5822de96a7829e50ba496c34a50fb8492d5b5f792558c6b7ce9644" | ||