[oe] [meta-oe][PATCH] libosinfo: add runtime dependency osinfo-db

2024-08-14 Thread Kai Kang via lists.openembedded.org
From: Kai Kang osinfo-db is required by libosinfo to list os info. So add the recipes osinfo-db and its dependency osinfo-db-tools-native. Then add osinfo-db to RDEPENDS of libosinfo. Signed-off-by: Kai Kang --- .../libosinfo/libosinfo_1.11.0.bb | 2 +- .../0001-Make-xmlError

[oe] [meta-xfce][PATCH v2] xfwm4: fix gcc -Wincompatible-pointer-types

2024-06-12 Thread Kai Kang via lists.openembedded.org
From: Kai Kang Fix xfwm4 incompatible pointer type error with gcc option -Wincompatible-pointer-types: | ../../xfwm4-4.18.0/src/startup_notification.c:139:57: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Win

Re: [oe] [meta-xfce][PATCH] xfwm4: fix gcc -Wincompatible-pointer-types

2024-06-11 Thread Kai Kang via lists.openembedded.org
On 6/11/24 14:08, Khem Raj wrote: On Mon, Jun 10, 2024 at 4:38 AM Kai Kang via lists.openembedded.org wrote: From: Kai Kang Fix xfwm4 incompatible pointer type error with gcc option -Wincompatible-pointer-types: | ../../xfwm4-4.18.0/src/startup_notification.c:139:57: error: passing

[oe] [meta-xfce][PATCH] xfwm4: fix gcc -Wincompatible-pointer-types

2024-06-10 Thread Kai Kang via lists.openembedded.org
From: Kai Kang Fix xfwm4 incompatible pointer type error with gcc option -Wincompatible-pointer-types: | ../../xfwm4-4.18.0/src/startup_notification.c:139:57: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Win

[oe] [meta-gnome][PATCH] libwnck/libwnck3: fix incompatible pointer type error

2024-06-08 Thread Kai Kang via lists.openembedded.org
From: Kai Kang Update tasklist.c to fix incompatible pointer type error: | libwnck/tasklist.c:4355:49: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Wincompatible-pointer-type

[oe] [PATCH v2 4/4] daq: fix incompatible pointer type error

2024-06-08 Thread Kai Kang via lists.openembedded.org
From: Kai Kang Fix incompatible pointer type error for daq: | ../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'SetPktHdr': | ../../daq-2.0.7/os-daq-modules/daq_nfq.c:394:37: error: passing argument 2 of 'nfq_get_payload' from incompatible pointer type [-Wincomp

[oe] [PATCH v2 3/4] recipes: disable gcc option -Wincompatible-pointer-types

2024-06-08 Thread Kai Kang via lists.openembedded.org
From: Kai Kang It fails to run do_compile tasks for libdbd-mysql-perl and rrdtool with gcc option -Wincompatible-pointer-types enabled by default. Disable it as workaround. Signed-off-by: Kai Kang --- meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb | 2 ++ meta-oe/recipes-extended

[oe] [PATCH v2 2/4] uw-imap: fix incompatible pointer type errors

2024-06-08 Thread Kai Kang via lists.openembedded.org
From: Kai Kang Fix compile errors when gcc option '-Wincompatible-pointer-types' set: mx.c: In function 'mx_setdate': mx.c:1286:15: error: passing argument 2 of 'utime' from incompatible pointer type [-Wincompatible-pointer-types] 1286 | utime (file,tp);

[oe] [PATCH v2 1/4] xscreensaver: drop removal for CONFIGUREOPTS

2024-06-08 Thread Kai Kang via lists.openembedded.org
From: Kai Kang The options in removal for CONFIGUREOPTS have been handled in oe-core so they are not needed any more. Signed-off-by: Kai Kang --- meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-graphics/xscreensaver

[oe] [PATCH v2 0/4] fix incompatible pointer type compile errors

2024-06-08 Thread Kai Kang via lists.openembedded.org
From: Kai Kang v2: * update Upstream-Status with Inactive-Upstream for daq and uw-imap Kai Kang (4): xscreensaver: drop removal for CONFIGUREOPTS uw-imap: fix incompatible pointer type errors recipes: disable gcc option -Wincompatible-pointer-types daq: fix incompatible pointer type

Re: [oe] [meta-oe][PATCH 2/4] uw-imap: fix compile errors of incompatible pointer type

2024-06-08 Thread Kai Kang via lists.openembedded.org
27; status too. Thanks, in that case update the upstream status ro reflect Inappropriate [Upstream dead] or something pending means it should be send upstream at some point. OK. v2 will be sent. Regards, Kai Regards, Kai On Thu, Jun 6, 2024 at 9:23 AM Kai Kang via lists.openembedded.org wr

[oe] [meta-oe][PATCH] cdrkit: fix incompatible pointer type error

2024-06-07 Thread Kai Kang via lists.openembedded.org
From: Kai Kang Fix incompatible pointer type error when gcc option '-Wincompatible-pointer-types' set: cdrkit-1.1.11/genisoimage/eltorito.c:399:41: error: passing argument 1 of 'set_721' from incompatible pointer type [-Wincompatible-

Re: [oe] [meta-oe][PATCH] usleep: fix compile errors

2024-06-07 Thread Kai Kang via lists.openembedded.org
On 6/6/24 13:36, Khem Raj wrote: On Wed, Jun 5, 2024 at 10:02 PM Kai Kang via lists.openembedded.org wrote: From: Kai Kang Update usleep.c to fix following compile error: | usleep.c: In function 'main': | usleep.c:47:43: error: passing argument 3 of 'poptGetContext'

Re: [oe] [meta-networking][PATCH 4/4] daq: fix incompatible pointer type error

2024-06-07 Thread Kai Kang via lists.openembedded.org
On 6/7/24 00:32, Khem Raj wrote: On Thu, Jun 6, 2024 at 9:23 AM Kai Kang via lists.openembedded.org wrote: From: Kai Kang Fix incompatible pointer type error for daq: | ../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'SetPktHdr': | ../../daq-2.0.7/os-daq-modules/daq_nf

Re: [oe] [meta-oe][PATCH 2/4] uw-imap: fix compile errors of incompatible pointer type

2024-06-07 Thread Kai Kang via lists.openembedded.org
On 6/7/24 00:29, Khem Raj wrote: this patch is good cleanup patch please submit it upstream as well. It seems uw-imap project has been stalled and no upstream to submit. Other uw-imap patches have 'Pending' status too. Regards, Kai On Thu, Jun 6, 2024 at 9:23 AM Ka

[oe] [meta-networking][PATCH 4/4] daq: fix incompatible pointer type error

2024-06-06 Thread Kai Kang via lists.openembedded.org
From: Kai Kang Fix incompatible pointer type error for daq: | ../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'SetPktHdr': | ../../daq-2.0.7/os-daq-modules/daq_nfq.c:394:37: error: passing argument 2 of 'nfq_get_payload' from incompatible pointer type [-Wincomp

[oe] [meta-oe][PATCH 2/4] uw-imap: fix compile errors of incompatible pointer type

2024-06-06 Thread Kai Kang via lists.openembedded.org
From: Kai Kang Fix compile errors when gcc option '-Wincompatible-pointer-types' set: mx.c: In function 'mx_setdate': mx.c:1286:15: error: passing argument 2 of 'utime' from incompatible pointer type [-Wincompatible-pointer-types] 1286 | utime (file,tp);

[oe] [meta-oe][PATCH 3/4] recipes: disable gcc option -Wincompatible-pointer-types

2024-06-06 Thread Kai Kang via lists.openembedded.org
From: Kai Kang It fails to run do_compile tasks for libdbd-mysql-perl and rrdtool with gcc option -Wincompatible-pointer-types enabled by default. Disable it as workaround. Signed-off-by: Kai Kang --- meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb | 2 ++ meta-oe/recipes-extended

[oe] [meta-oe][PATCH 1/4] xscreensaver: drop removal for CONFIGUREOPTS

2024-06-06 Thread Kai Kang via lists.openembedded.org
From: Kai Kang The options in removal for CONFIGUREOPTS have been handled in oe-core so they are not needed any more. Signed-off-by: Kai Kang --- meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-graphics/xscreensaver

[oe] [meta-oe][PATCH] usleep: fix compile errors

2024-06-05 Thread Kai Kang via lists.openembedded.org
From: Kai Kang Update usleep.c to fix following compile error: | usleep.c: In function 'main': | usleep.c:47:43: error: passing argument 3 of 'poptGetContext' from incompatible pointer type [-Wincompatible-pointer-types] |47 | optCon = poptGetContext("uslee

Re: [oe] [PATCH] lvm2: rename to add version back

2024-06-04 Thread Kai Kang via lists.openembedded.org
On 6/4/24 00:31, Khem Raj wrote: its now in lvm2.inc which is shared between libdevmapper.bb and lvm2.bb Thank you all. It triggers bbappend file can not find corresponding bb file. I'll figure it out. Regards, Kai On Mon, Jun 3, 2024 at 1:43 AM Kai Kang via lists.openembedde

[oe] [PATCH] lvm2: rename to add version back

2024-06-03 Thread Kai Kang
From: Kai Kang The version has been removed from recipe name by commit * cc4e9fbd82 lvm2: remove subitted patch it is not proper and rename to add the version back in recipe name. Signed-off-by: Kai Kang --- meta-oe/recipes-support/lvm2/{lvm2.bb => lvm2_2.03.22.bb} | 0 1 file changed

[oe] [meta-webserver][PATCH v4] apache2: fix multilib file conflicts

2024-05-22 Thread Kai Kang
From: Kai Kang There are file conflicts of apache2 when multilib enabled: Error: Transaction test error: file /usr/share/apache2/build/config.nice conflicts between attempted installs of apache2-dev-2.4.58-r0.cortexa57 and lib32-apache2-dev-2.4.58-r0.armv7vet2hf_vfp file /usr/share

Re: [oe] [PATCH v3 1/1] apache2: fix multilib file conflicts

2024-05-21 Thread Kai Kang
do not think this is a problem per se, but you may as well continue to use $''{libexecdir} above and below to maintain the formatting of the file. + -e 's#\(installbuilddir:\s*\).*#\1${libexecdir}/${PN}/build#' \ This now works for us while using the RedHat

Re: [oe] [PATCH v3 1/1] apache2: fix multilib file conflicts

2024-05-12 Thread Kai Kang
On 5/12/24 21:59, Peter Kjellerstedt wrote: -Original Message- From:kai.k...@windriver.com Sent: den 8 maj 2024 09:07 To: Peter Kjellerstedt Cc:openembedded-devel@lists.openembedded.org Subject: [PATCH v3 1/1] apache2: fix multilib file conflicts From: Kai Kang There are file

[oe] [PATCH v3 1/1] apache2: fix multilib file conflicts

2024-05-08 Thread Kai Kang
From: Kai Kang There are file conflicts of apache2 when multilib enabled: Error: Transaction test error: file /usr/share/apache2/build/config.nice conflicts between attempted installs of apache2-dev-2.4.58-r0.cortexa57 and lib32-apache2-dev-2.4.58-r0.armv7vet2hf_vfp file /usr/share

[oe] [PATCH v3 0/1] apache2: fix multilib file conflicts

2024-05-08 Thread Kai Kang
From: Kai Kang v3: * substitute the install dir of `build` directory for all layout just as the same as the `cgidir` Hi Peter, Please have a try. If not work for you, please let me know. Regards, Kai Kai Kang (1): apache2: fix multilib file conflicts .../recipes-httpd/apache2

Re: [oe] [PATCH v2] apache2: fix multilib files confliction

2024-04-28 Thread Kai Kang
On 4/29/24 05:32, Peter Kjellerstedt wrote: -Original Message- From: openembedded-devel@lists.openembedded.org On Behalf Of Kai Kang Sent: den 25 april 2024 05:07 To: openembedded-devel@lists.openembedded.org Subject: [oe] [PATCH v2] apache2: fix multilib files confliction From: Kai

[oe] [PATCH v2] apache2: fix multilib files confliction

2024-04-24 Thread Kai Kang
From: Kai Kang There are files confliction of apache2 when multilib enabled: Error: Transaction test error: file /usr/share/apache2/build/config.nice conflicts between attempted installs of apache2-dev-2.4.58-r0.cortexa57 and lib32-apache2-dev-2.4.58-r0.armv7vet2hf_vfp file /usr/share

Re: [oe] [meta-webserver][PATCH] apache2: fix multilib files confliction

2024-04-22 Thread Kai Kang
On 4/22/24 23:36, Kai Kang wrote: From: Kai Kang There are files confliction of apache2 when multilib enabled: Please ignore it. v2 will be sent. Regards, Kai Error: Transaction test error: file /usr/share/apache2/build/config.nice conflicts between attempted installs of apache2

[oe] [meta-webserver][PATCH] apache2: fix multilib files confliction

2024-04-22 Thread Kai Kang
From: Kai Kang There are files confliction of apache2 when multilib enabled: Error: Transaction test error: file /usr/share/apache2/build/config.nice conflicts between attempted installs of apache2-dev-2.4.58-r0.cortexa57 and lib32-apache2-dev-2.4.58-r0.armv7vet2hf_vfp file /usr/share

[oe] [meta-oe][PATCH] thin-provisioning-tools: install binary to ${sbindir}

2024-03-26 Thread Kai Kang
From: Kai Kang The binaries of thin-provisioning-tools 0.9.0 are installed to ${sbindir}. And it also set BINDIR in the Makefile in the git repo: BINDIR:=$(DESTDIR)$(PREFIX)/sbin Tweak to install binary to ${sbindir} and create link files there. Signed-off-by: Kai Kang --- .../thin

[oe] [PATCH] Packages depends on libadwaita should require distro feature opengl

2024-03-19 Thread Kai Kang
From: Kai Kang libadwaita requires distro feature 'opengl', so packages depends on it either directly or indirectly should require distro feature 'opengl' too. Signed-off-by: Kai Kang --- .../network-manager-applet/network-manager-applet_1.36.0.bb| 1 + meta-gnome/re

Re: [oe] [meta-python][PATCH 1/2] python3-pyudev: provide native

2023-12-13 Thread Kai Kang
se (partial application of a patch series) could be made more explicit in your template answer? The v2 thread is also replied. I suppose it may be need to skip the revision thread before final version. Regards, Kai Thanks! Best regards, -- Kai Kang Wind River Linux -=-=-=-=-=-

Re: [oe] [meta-python][PATCH 1/2] python3-pyudev: provide native

2023-12-06 Thread Kai Kang
On 12/5/23 22:50, Kai Kang wrote: From: Kai Kang Add 'native' to BBCLASSEXTEND to provides python3-pyudev-native which is required by lvm2 when package config 'dbus' is enabled. Hi Khem, It seems this patch is still in branch master-next, but it has been dropped in t

[oe] [PATCH v2] lvm2: 2.03.16 -> 2.03.22

2023-12-05 Thread Kai Kang
From: Kai Kang Update lvm2 from 2.03.16 to 2.03.22. * remove 0002-Guard-use-of-mallinfo-with-__GLIBC__.patch which has done in upstream already * add patch to check egrep & grep * rebase patches * add package config 'dbus' and fix errors about it Signed-off-by: Kai Kang --

Re: [oe] [meta-python][PATCH 1/2] python3-pyudev: provide native

2023-12-05 Thread Kai Kang
On 12/5/23 23:39, Yoann Congal wrote: Hi, Le 05/12/2023 à 15:50, Kai Kang a écrit : From: Kai Kang Add 'native' to BBCLASSEXTEND to provides python3-pyudev-native which is required by lvm2 when package config 'dbus' is enabled. Signed-off-by: Kai Kang --- meta-pyt

[oe] [meta-oe][PATCH 2/2] lvm2: 2.03.16 -> 2.03.22

2023-12-05 Thread Kai Kang
From: Kai Kang Update lvm2 from 2.03.16 to 2.03.22. * remove 0002-Guard-use-of-mallinfo-with-__GLIBC__.patch which has done in upstream already * add patch to check egrep & grep * rebase patches * add package config 'dbus' and fix errors about it Signed-off-by: Kai Kang ---

[oe] [meta-python][PATCH 1/2] python3-pyudev: provide native

2023-12-05 Thread Kai Kang
From: Kai Kang Add 'native' to BBCLASSEXTEND to provides python3-pyudev-native which is required by lvm2 when package config 'dbus' is enabled. Signed-off-by: Kai Kang --- meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb | 2 ++ 1 file changed, 2 insertions(+

[oe] [meta-gnome][PATCH] libnma: remove conflict xml file

2023-12-03 Thread Kai Kang
From: Kai Kang The file org.gnome.nm-applet.gschema.xml conflicts with the one provided by network-manager-applet, so remove it from libnma and use the one from network-manager-applet. | Error: Transaction test error: | file /usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml

[oe] [meta-python][PATCH 1/2] python3-blivet: 3.4.3 -> 3.8.2

2023-11-01 Thread Kai Kang
From: Kai Kang Update python3-blivet 3.4.3 to 3.8.2 * drop 0004-fix-new.roots-object-is-not-iterable.patch which is not needed any more * adjust indent as well Signed-off-by: Kai Kang --- ...fix-new.roots-object-is-not-iterable.patch | 28 --- ...livet_3.4.3.bb => pyth

[oe] [meta-python][PATCH 2/2] python3-blivetgui: 2.3.0 -> 2.4.2

2023-11-01 Thread Kai Kang
From: Kai Kang Update python3-blivetgui from 2.3.0 to 2.4.2 * drop patches that there are not needed any more * not set var `B` that out of source tree build is supported * inherit setuptools3 rather than setuptools3_legacy Signed-off-by: Kai Kang --- ...ols-instead-of-distutils-in

[oe] [meta-python][PATCH] python3-nacl: drop duplicate recipe

2023-11-01 Thread Kai Kang
From: Kai Kang Recipes python3-nacl and python3-pynacl are exactly the same reipces for python packge "PyNaCl", so drop the latter one python3-nacl_1.5.0.bb. And let python3-pynacl rprovides python3-nacl in case it is required by other recipes. Ajust the order in python3-pynacl as w

Re: [oe] [meta-python][PATCH] python3-nacl: Add recipe for the latest release of PyNaCl

2023-10-31 Thread Kai Kang
b85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba" > > + > > +DEPENDS += "\ > > +    libsodium \ > > +    python3-cffi-native \ > > +    python3-pip-native \ > > +" > > + > > +RDEPENDS:${PN}:class

Re: [oe] [meta-python][PATCH] python3-nacl: Add recipe for the latest release of PyNaCl

2023-10-31 Thread Kai Kang
python3-cffi-native \ +python3-pip-native \ +" + +RDEPENDS:${PN}:class-target += " \ +python3-cffi \ +python3-pycparser \ +" + +export SODIUM_INSTALL = "system" + +BBCLASSEXTEND = "native" \ No newline at end of file -- Kai Kang Wind River L

[oe] [meta-xfce][PATCH] xfce4-panel-profiles: 1.0.13 -> 1.0.14

2023-10-30 Thread Kai Kang
From: Kai Kang Upgrade xfce4-panel-profiles from 1.0.13 to 1.0.14. Drop the patch that it has dropped the creation of the link file already. Signed-off-by: Kai Kang --- .../not-create-link-to-locale.patch | 22 --- ...0.13.bb => xfce4-panel-profiles_1.0.14.bb} |

[oe] [meta-oe][PATCH] ostree: not compatible with riscv32 when ptest enabled

2023-09-13 Thread Kai Kang
From: Kai Kang ostree-ptest rdepends on strace which is not compatible with riscv32. So when ptest is enabled, set ostree not compatible with riscv32. Signed-off-by: Kai Kang --- meta-oe/recipes-extended/ostree/ostree_2023.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe

[oe] [meta-oe][PATCH] libmcrypt: fix multilib conflict

2023-08-31 Thread Kai Kang
From: Kai Kang It fails to install libmcrypt-dev and lib32-libmcrypt-dev at same time: Error: Transaction test error: file /usr/bin/libmcrypt-config conflicts between attempted installs of libmcrypt-dev-2.5.8-r0.core2_64 and lib32-libmcrypt-dev-2.5.8-r0.i586 Use MULTILIB_SCRIPTS from

[oe] [meta-oe][PATCH v2] fltk-native: fix libdl link issue

2023-07-11 Thread Kai Kang
From: Kai Kang It fails to build fltk-native on Ubuntu 20.04 with glibc 2.31: | /path_to/tmp/hosttools/ld: lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): in function `fl_dlopen(char const*, char const*)': | Fl_Native_File_Chooser.cxx:(.text+0x61a): undefined reference to `dlopen' | /p

[oe] [meta-oe][PATCH] fltk-native: fix libdl link issue

2023-07-11 Thread Kai Kang
From: Kai Kang It fails to build fltk-native on Ubuntu 20.04 with glibc 2.31: | /path_to/tmp/hosttools/ld: lib/libfltk.a(Fl_Native_File_Chooser.cxx.o): in function `fl_dlopen(char const*, char const*)': | Fl_Native_File_Chooser.cxx:(.text+0x61a): undefined reference to `dlopen' | /p

[oe] [meta-gnome][PATCH] libtimezonemap: rename downloaded file name

2023-06-28 Thread Kai Kang
From: Kai Kang Add parameter 'downloadfilename' to SRC_URI to keep the downloaded file name as same as before. Signed-off-by: Kai Kang --- meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gno

[oe] [meta-xfce][PATCH 4/4] xfce4-screensaver: 4.16.0 -> 4.18.1

2023-04-17 Thread Kai Kang
From: Kai Kang Update xfce4-screensaver from 4.16.0 to 4.18.1 * rebase fix-cross-compile.patch Release notes for 4.18.1 This release is to fix a build issue on BSD systems - Refactor spawn_make_environment_for_display() Release notes for 4.18.0

[oe] [meta-xfce][PATCH 1/4] thunar-archive-plugin: 0.5.0 -> 0.5.1

2023-04-17 Thread Kai Kang
From: Kai Kang Release notes for 0.5.1 === Bugfix and translation release Fixes: - Fix use-after-free crash in "tap_provider_child_watch_destroy" - build: Add GLib requirement - build: Fix autotools warnings - Use generic package icon name in dialog header T

[oe] [meta-xfce][PATCH 2/4] garcon: 4.18.0 -> 4.18.1

2023-04-17 Thread Kai Kang
From: Kai Kang Add GFDL-1.1-no-invariants-only to LICENSE since it states in license file 'COPYING' [1]: garcon's source code is licensed under the LGPLv2, while its documentation is licensed under the GFDL 1.1 (with no invariant sections). Release n

[oe] [meta-xfce][PATCH 3/4] xfce4-power-manager: 4.18.0 -> 4.18.1

2023-04-17 Thread Kai Kang
From: Kai Kang Release notes for 4.18.1 - Update copyright year - Use XfceScreensaver from Libxfce4ui (!33) - screensaver: Fall back on lock command if D-Bus call failed (#142, !24) - panel-plugin: Properly disconnect signal handler - build: Fix autotools warnings - Fix

[oe] [meta-xfce][PATCH 5/5] xfce4-settings: 4.18.0 -> 4.18.2

2023-04-12 Thread Kai Kang
From: Kai Kang Update xfce4-settings from 4.18.0 to 4.18.2 * rebase 0001-xsettings.xml-Set-default-themes.patch Release notes for 4.18.2 - Update copyright year - mime-settings: Increase dialog size (!96) - display: fix blurry 'help' indicator on output

[oe] [meta-xfce][PATCH 2/5] libxfce4ui: 4.18.0 -> 4.18.3

2023-04-12 Thread Kai Kang
From: Kai Kang Release notes for 4.18.3 - Add comment about the need for gtk_widget_destroy() - Fix memory management in Vala generated code - Add annotation "(nullable)" where appropriate - Replace deprecated annotation: "(allow-

[oe] [meta-xfce][PATCH 4/5] xfce4-panel: 4.18.0 -> 4.18.3

2023-04-12 Thread Kai Kang
From: Kai Kang Update xfce4-panel from 4.18.0 to 4.18.3 * rebase 2 patches Release notes for 4.18.3 - launcher: Show action menu also when there are several items - Fix memory management of vala generated plugins - panel: Rephrase "Don't reserve space on bo

[oe] [meta-xfce][PATCH 3/5] xfce4-session: 4.18.0 -> 4.18.2

2023-04-12 Thread Kai Kang
From: Kai Kang Release notes for 4.18.2 - manager: Fix GQueue memory management - Fix Xfconf memory management - Update bug report address - Fix suspend/hibernation bug on ConsoleKit2 (Fixes #164) Release notes for 4.18.1 - Update copyright year

[oe] [meta-xfce][PATCH 1/5] libxfce4util: 4.18.0 -> 4.18.1

2023-04-12 Thread Kai Kang
From: Kai Kang Release notes for 4.18.1 - Handle remaining escape sequences - Fix desktop entry value escaping Signed-off-by: Kai Kang --- .../{libxfce4util_4.18.0.bb => libxfce4util_4.18.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ren

Re: [oe] [meta-xfce][PATCH 4/4] xfce4-screenshooter: 1.9.10 -> 1.10.3

2023-04-10 Thread Kai Kang
On 4/10/23 14:36, Khem Raj wrote: On Sun, Apr 9, 2023 at 10:36 PM Kai wrote: On 4/7/23 23:41, Khem Raj wrote: On Fri, Apr 7, 2023 at 2:17 AM Kai Kang wrote: From: Kai Kang Update xfce4-screenshooter from 1.9.10 to 1.10.3 * update HOMEPAGE that goodies.xfce.org has been decommissioning

[oe] [meta-xfce][PATCH 1/2] thunar-media-tags-plugin: 0.3.0 -> 0.4.0

2023-04-10 Thread Kai Kang
From: Kai Kang Update thunar-media-tags-plugin from 0.3.0 to 0.4.0 * update HOMEPAGE * the license file is out of date and has been updated to latest GPL2 text [1] [1]: https://gitlab.xfce.org/thunar-plugins/thunar-media-tags-plugin/-/commit/e206959 Signed-off-by: Kai Kang --- ...s

[oe] [meta-xfce][PATCH 2/2] thunar: 4.18.0 -> 4.18.4

2023-04-10 Thread Kai Kang
From: Kai Kang Release notes for 4.18.4 Bugfix and translation release on the 4.18 branch Bugfixes: - Don't open folder when mounting device (Issue #919) - Don't show full menu for unmounted devices (#1049) - Support handling URIs via desktop file (#104

Re: [oe] [meta-xfce][PATCH 4/4] xfce4-screenshooter: 1.9.10 -> 1.10.3

2023-04-09 Thread Kai Kang
On 4/7/23 23:41, Khem Raj wrote: On Fri, Apr 7, 2023 at 2:17 AM Kai Kang wrote: From: Kai Kang Update xfce4-screenshooter from 1.9.10 to 1.10.3 * update HOMEPAGE that goodies.xfce.org has been decommissioning * content of license file has been updated Its vague and does not state what has

Re: [oe] [meta-xfce][PATCH 1/4] xfce4-notifyd: 0.6.3 -> 0.8.2

2023-04-09 Thread Kai Kang
On 4/7/23 23:42, Khem Raj wrote: On Fri, Apr 7, 2023 at 2:17 AM Kai Kang wrote: From: Kai Kang Update xfce4-notifyd from 0.6.3 to 0.8.2 * update HOMEPAGE that goodies.xfce.org has been decommissioned * the content of license file has been updated but license not changed * patch for

[oe] [meta-oe][PATCH] syslog-ng: not deliver syslog-ng-update-virtualenv

2023-04-07 Thread Kai Kang
From: Kai Kang syslog-ng-update-virtualenv causes install conflict when multilib enabled: Error: Transaction test error: file /usr/bin/syslog-ng-update-virtualenv conflicts between attempted installs of lib32-syslog-ng-4.0.1-r0.core2_32 and syslog-ng-4.0.1-r0.core2_64 Since python support

[oe] [meta-xfce][PATCH 3/4] xfce4-terminal: 1.0.0 -> 1.0.4

2023-04-07 Thread Kai Kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{xfce4-terminal_1.0.0.bb => xfce4-terminal_1.0.4.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_1.0.0.bb => xfce4-terminal_1.0.4.bb} (80%) diff --git a/met

[oe] [meta-xfce][PATCH 1/4] xfce4-notifyd: 0.6.3 -> 0.8.2

2023-04-07 Thread Kai Kang
From: Kai Kang Update xfce4-notifyd from 0.6.3 to 0.8.2 * update HOMEPAGE that goodies.xfce.org has been decommissioned * the content of license file has been updated but license not changed * patch for configure.ac to get the absolute path of pkg-config variables * drop dependencies dbus and

[oe] [meta-xfce][PATCH 2/4] xfce4-taskmanager: 1.5.2 -> 1.5.5

2023-04-07 Thread Kai Kang
From: Kai Kang The content of the license file has been updated [1]. [1]: https://gitlab.xfce.org/apps/xfce4-taskmanager/-/commit/d47388f7 Signed-off-by: Kai Kang --- .../xfce4-taskmanager/xfce4-taskmanager_1.5.2.bb | 9 - .../xfce4-taskmanager/xfce4-taskmanager_1.5.5.bb

[oe] [meta-xfce][PATCH 4/4] xfce4-screenshooter: 1.9.10 -> 1.10.3

2023-04-07 Thread Kai Kang
From: Kai Kang Update xfce4-screenshooter from 1.9.10 to 1.10.3 * update HOMEPAGE that goodies.xfce.org has been decommissioning * content of license file has been updated Signed-off-by: Kai Kang --- ...creenshooter_1.9.10.bb => xfce4-screenshooter_1.10.3.bb} | 6 +++--- 1 file changed

[oe] [PATCH] crda: remove recipe

2023-02-05 Thread Kai Kang
From: Kai Kang CRDA is no longer needed as of kernel v4.15 since commit 007f6c5e6eb45 ("cfg80211: support loading regulatory database as firmware file") added support to use the kernel's firmware request API which looks for the firmware on /lib/firmware. Because of this CRDA is

Re: [oe] [meta-networking][PATCH] crda: remove recipe

2023-01-19 Thread Kai Kang
wrote: From: Kai Kang CRDA is no longer needed as of kernel v4.15 since commit 007f6c5e6eb45 ("cfg80211: support loading regulatory database as firmware file") added support to use the kernel's firmware request API which looks for the firmware on /lib/firmware. Because of this CRD

[oe] [meta-gnome][PATCH] libnma: 1.10.4 -> 1.10.6

2023-01-19 Thread Kai Kang
From: Kai Kang === libnma-1.10.6 Overview of changes since libnma-1.10.4 === * Fix the path and translation domains of GSchema files. * Removed strings that don't match our conscious language standards from

Re: [oe] [meta-networking][PATCH] crda: remove recipe

2023-01-19 Thread Kai Kang
On 1/19/23 16:37, Kai Kang wrote: From: Kai Kang CRDA is no longer needed as of kernel v4.15 since commit 007f6c5e6eb45 ("cfg80211: support loading regulatory database as firmware file") added support to use the kernel's firmware request API which looks for the firmware o

[oe] [meta-networking][PATCH] crda: remove recipe

2023-01-19 Thread Kai Kang
From: Kai Kang CRDA is no longer needed as of kernel v4.15 since commit 007f6c5e6eb45 ("cfg80211: support loading regulatory database as firmware file") added support to use the kernel's firmware request API which looks for the firmware on /lib/firmware. Because of this CRDA is

[oe] [meta-networking][PATCH] crda: 3.18 -> 4.15

2023-01-16 Thread Kai Kang
From: Kai Kang Update crda from 3.18 to 4.15: * use git repo in SRC_URI that no tar archive found for recent releases * drop fix-gcc-6-unused-variables.patch and make.patch * rebase patches Signed-off-by: Kai Kang --- ...-Makefile-respect-LDFLAGS-for-libreg.patch | 12 ++--- .../crda

[oe] [meta-oe][PATCH] mozjs: fix compile error for arm

2023-01-13 Thread Kai Kang
From: Kai Kang Backport patch from firefox bugzilla to fix compile error for qemuarm with some armv7ve tunes such as 'armv7vethf' and 'armv7vet-vfpv3d16': | /path/to/build/tmp/work/armv7vet2hf-vfp-poky-linux-gnueabi/mozjs-102/102.5.0-r0/build/js/src/jit/AtomicOperatio

[oe] [meta-oe][PATCH] xorg-lib: set XORG_EXT for recipes

2022-12-29 Thread Kai Kang
From: Kai Kang It sets default value of XORG_EXT with 'tar.xz' in xorg-lib-common.inc, so set XORG_EXT with previous default value 'tar.bz2' to make recipes work, including libxaw, libxkbui, libxpresent and liblbxutil. Signed-off-by: Kai Kang --- meta-oe/recip

[oe] [meta-xfce][PATCH 5/5] thunar-shares-plugin: Bump GLib minimum required to 2.26

2022-12-27 Thread Kai Kang
From: Kai Kang Backport patch to bump glib minimum required version to 2.26 for thunar-shares-plugin. Signed-off-by: Kai Kang --- ...d-Bump-GLib-minimum-required-to-2.26.patch | 34 +++ .../shares/thunar-shares-plugin_0.3.1.bb | 2 +- 2 files changed, 35 insertions(+), 1

[oe] [meta-xfce][PATCH 3/5] xfce4-wavelan-plugin: 0.6.2 -> 0.6.3

2022-12-27 Thread Kai Kang
From: Kai Kang Signed-off-by: Kai Kang --- ...e4-wavelan-plugin_0.6.2.bb => xfce4-wavelan-plugin_0.6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-panel-plugins/wavelan/{xfce4-wavelan-plugin_0.6.2.bb => xfce4-wavelan-plugin_0.6.3.bb} (76%) diff

[oe] [meta-xfce][PATCH 4/5] xfce4-sensors-plugin: 1.4.3 -> 1.4.4

2022-12-27 Thread Kai Kang
From: Kai Kang Update xfce4-sensors-plugin from 1.4.3 to 1.4.4 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang --- ...ensors-plugin_1.4.3.bb => xfce4-sensors-plugin_1.4.4.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-xfce/recipes-panel-plug

[oe] [meta-xfce][PATCH 2/5] xfce4-cpugraph-plugin: 1.2.6 -> 1.2.7

2022-12-27 Thread Kai Kang
From: Kai Kang Update xfce4-cpugraph-plugin from 1.2.6 to 1.2.7 * correct license with LGPL-2.0-or-later Signed-off-by: Kai Kang --- ...pugraph-plugin_1.2.6.bb => xfce4-cpugraph-plugin_1.2.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-pa

[oe] [meta-xfce][PATCH 1/5] xfce4-cpufreq-plugin: 1.2.7 -> 1.2.8

2022-12-27 Thread Kai Kang
From: Kai Kang Update xfce4-cpufreq-plugin from 1.2.7 to 1.2.8 * correct license with LGPL-2.0-or-later * inherit perlnative Signed-off-by: Kai Kang --- ...pufreq-plugin_1.2.7.bb => xfce4-cpufreq-plugin_1.2.8.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-x

[oe] [meta-xfce][PATCH v2 1/2] libxfce4ui: 4.16.1 -> 4.18.0

2022-12-27 Thread Kai Kang
From: Kai Kang Update libxfce4ui from 4.16.1 to 4.18.0. And update license which should be LGPL-2.0-or-later according to https://gitlab.xfce.org/xfce/libxfce4ui/-/commit/797b7a6b and https://gitlab.xfce.org/xfce/libxfce4ui/-/blob/master/COPYING#L457 This library is free software; you can

[oe] [meta-xfce][PATCH v2 0/2] Fixups for libxfce4ui and thunar-volman

2022-12-27 Thread Kai Kang
From: Kai Kang v2: * fix fuzzy patch issue for libxfce4ui * fix configure error for thunar-volman Other update for xfce4 core recipes are as same as v1. Kai Kang (2): libxfce4ui: 4.16.1 -> 4.18.0 thunar-volman: 4.16.0 -> 4.18.0 ...4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patc

[oe] [meta-xfce][PATCH v2 2/2] thunar-volman: 4.16.0 -> 4.18.0

2022-12-27 Thread Kai Kang
From: Kai Kang Update thunar-volman from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later * inherit perlnative to fix error: | checking for XML::Parser... configure: error: | XML::Parser perl module is required for intltool Signed-off-by: Kai Kang --- .../{thunar-volman_4.16.0.bb

Re: [oe] [meta-xfce][PATCH 00/16] Update core xfce components to 4.18.0

2022-12-25 Thread Kai Kang
On 12/26/22 01:56, Khem Raj wrote: Thanks for that patches. They fail to build see xfce related recipe failures here. https://errors.yoctoproject.org/Errors/Build/157414/ It seems all are qemumips related. I'll check them. Kai On Sat, Dec 24, 2022 at 1:34 PM Kai Kang wrote: From

[oe] [meta-xfce][PATCH 16/16] xfwm4: 4.16.1 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update xfwm4 from 4.16.1 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang --- .../recipes-xfce/xfwm4/{xfwm4_4.16.1.bb => xfwm4_4.18.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.16.1

[oe] [meta-xfce][PATCH 11/16] xfce4-appfinder: 4.16.1 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update xfce4-appfinder from 4.16.1 to 4.18.0. * update license with GPL-2.0-or-later Signed-off-by: Kai Kang --- ...{xfce4-appfinder_4.16.1.bb => xfce4-appfinder_4.18.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-xfce/recipes-xfce/xf

[oe] [meta-xfce][PATCH 15/16] xfdesktop: 4.16.0 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update xfdesktop from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang --- .../xfdesktop/{xfdesktop_4.16.0.bb => xfdesktop_4.18.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfdesk

[oe] [meta-xfce][PATCH 14/16] xfce4-settings: 4.16.5 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update xfce4-settings from 4.16.5 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang --- .../{xfce4-settings_4.16.5.bb => xfce4-settings_4.18.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-xfce/recipes-xfce/xfce4-setti

[oe] [meta-xfce][PATCH 13/16] xfce4-session: 4.16.0 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update xfce4-session from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang --- ...xfce4-session_4.16.0.bb => xfce4-session_4.18.0.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta-xfce/recipes-xfce/xfce4-sess

[oe] [meta-xfce][PATCH 12/16] xfce4-power-manager: 4.16.0 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Signed-off-by: Kai Kang --- ...e4-power-manager_4.16.0.bb => xfce4-power-manager_4.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-xfce/xfce4-power-manager/{xfce4-power-manager_4.16.0.bb => xfce4-power-manager_4.18.0.bb} (93%)

[oe] [meta-xfce][PATCH 10/16] xfconf: 4.16.0 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update xfconf from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang --- .../xfconf/{xfconf_4.16.0.bb => xfconf_4.18.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfconf/{xfconf_4.1

[oe] [meta-xfce][PATCH 09/16] tumbler: 4.16.0 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update tumbler from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later * add dependency libxfce4util * inherit systemd Signed-off-by: Kai Kang --- .../tumbler/{tumbler_4.16.0.bb => tumbler_4.18.0.bb} | 9 + 1 file changed, 5 insertions(+), 4 deleti

[oe] [meta-xfce][PATCH 08/16] thunar-volman: 4.16.0 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update thunar-volman from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang --- .../{thunar-volman_4.16.0.bb => thunar-volman_4.18.0.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-xfce/recipes-xfce/thunar-vol

[oe] [meta-xfce][PATCH 07/16] thunar: 4.16.9 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update thunar from 4.16.9 to 4.18.0. * update license which should be GPL-2.0-or-later * update package config pcre Signed-off-by: Kai Kang --- .../thunar/{thunar_4.16.9.bb => thunar_4.18.0.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename m

[oe] [meta-xfce][PATCH 05/16] garcon: 4.16.1 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Signed-off-by: Kai Kang --- .../recipes-xfce/garcon/{garcon_4.16.1.bb => garcon_4.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-xfce/recipes-xfce/garcon/{garcon_4.16.1.bb => garcon_4.18.0.bb} (89%) diff --git a/meta-xfce/recipes-xfce/

[oe] [meta-xfce][PATCH 06/16] xfce4-panel: 4.16.3 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update xfce4-panel 4.16.3 to 4.18.0 * update license which should be GPL-2.0-or-later * rebase 0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch Signed-off-by: Kai Kang --- ...o-not-display-desktop-icon-when-no-windo.patch | 15 +-- ...fce4

[oe] [meta-xfce][PATCH 03/16] libxfce4ui: 4.16.1 -> 4.18.0

2022-12-24 Thread Kai Kang
From: Kai Kang Update libxfce4ui from 4.16.1 to 4.18.0. And update license which should be LGPL-2.0-or-later according to https://gitlab.xfce.org/xfce/libxfce4ui/-/commit/797b7a6b and https://gitlab.xfce.org/xfce/libxfce4ui/-/blob/master/COPYING#L457 This library is free software; you can

  1   2   3   >