[oe] [meta-oe][PATCH] doxygen-native: fix compile error

2020-03-17 Thread kai.kang
From: Kai Kang It fails to compile doxygen-native when /usr/bin/python is a link to python3 on build host: | Failed to import the site module | Traceback (most recent call last): | File "/usr/lib64/python3.6/site.py", line 564, in | main() | File "/usr/lib64/python3.6/site.py", line

[oe] [meta-perl][PATCH] adduser: set default shell with /sbin/nologin

2020-01-08 Thread kai.kang
From: Kai Kang Shell nologin whether provided by shadow or util-linux is installed to /sbin/nologin in oe-core. But the default shell of adduser is /usr/sbin/nologin and will fail to create a new user. Set the default shell with /sbin/nologin to fix the issue. Signed-off-by: Kai Kang ---

[oe] [meta-oe][PATCH v2] libbytesize: disable doc build

2020-01-02 Thread kai.kang
From: Kai Kang It fails to build doc for libbytesize and the documents are simple and not important, so disable doc build. Signed-off-by: Kai Kang --- meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[oe] [meta-oe][PATCH] libbytesize: disable doc build

2020-01-02 Thread kai.kang
From: Kai Kang It fails to build doc for libbytesize and the documents are simpole and not important, so disable doc build. Signed-off-by: Kai Kang --- meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[oe] [meta-oe][PATCH] volume-key: not create python2 bindings

2019-12-30 Thread kai.kang
From: Kai Kang If create python2 bindings for volume-key, it requires to inherit pythonnative which conflict with python3native.bbclass. And python2 reachs EOL, so remove package config 'python' and not create python2 bindings for volume-key. Signed-off-by: Kai Kang ---

[oe] [meta-oe][PATCH] bdwgc: make libatomic-ops as dependency

2019-12-25 Thread kai.kang
From: Kai Kang libatomic_ops is required and can't be optional. Move it from PACKAGECONFIG to DEPENDS. Adjust the ordering of the recipe as well. Signed-off-by: Kai Kang --- meta-oe/recipes-support/bdwgc/bdwgc_8.0.4.bb | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff

[oe] [meta-networking][PATCH v2] openl2tp: update systemd service file

2019-12-18 Thread kai.kang
From: Kai Kang It shows an warning of openl2tp in systemd log: | /lib/systemd/system/openl2tpd.service:8: PIDFile= references a path | below legacy directory /var/run/, updating /var/run/openl2tpd.pid → | /run/openl2tpd.pid; please update the unit file accordingly. Update the systemd service

[oe] [meta-networking][PATCH] openl2tp: update systemd service file

2019-12-18 Thread kai.kang
From: Kai Kang It shows an warning of openl2tp in systemd log: | /lib/systemd/system/openl2tpd.service:8: PIDFile= references a path | below legacy directory /var/run/, updating /var/run/openl2tpd.pid → | /run/openl2tpd.pid; please update the unit file accordingly. Update the systemd service

[oe] [PATCH v2] rdma-core: 18.1 -> 27.0

2019-12-15 Thread kai.kang
From: Kai Kang Upgrade rdma-core from 18.1 to 27.0 * remove 4 patches which have been merged by upstream * update context and remove more unbuildable manual in 0001-Remove-man-files-which-cant-be-built.patch * set services file for systemd Signed-off-by: Kai Kang ---

[oe] [meta-networking][PATCH 1/2] rdma-core: 18.1 -> 26.1

2019-12-12 Thread kai.kang
From: Kai Kang Upgrade rdma-core from 18.1 to 26.1. * remove patches which are merged by upstream * update context and remove more unbuildable manual in 0001-Remove-man-files-which-cant-be-built.patch * set services file for systemd Signed-off-by: Kai Kang ---

[oe] [meta-networking][PATCH 2/2] corosync: fix build error when package config rdma enabled

2019-12-12 Thread kai.kang
From: Kai Kang Fix corosync build error when package config rdma enabled. * replace dependency librdmacm from layer meta-cloud-services with rdma-core from meta-networking * add patch to fix issue that fail to find rdma library via pkgconfig Signed-off-by: Kai Kang ---

[oe] [meta-networking][PATCH 0/2] Fix corosync build error when package config rdma enabled

2019-12-12 Thread kai.kang
From: Kai Kang Kai Kang (2): rdma-core: 18.1 -> 26.1 corosync: fix build error when package config rdma enabled ...igure.ac-fix-pkgconfig-issue-of-rdma.patch | 32 +++ .../corosync/corosync_2.4.5.bb| 3 +- ...Remove-man-files-which-cant-be-built.patch | 255

[oe] [meta-oe][Patch] fltk: fix build error when enable package config examples

2019-12-11 Thread kai.kang
From: Kai Kang Backport patch to fix fltk build error when enable package config 'examples'. Drop the useless parts such as .gitignore and Makefile from the patch. fltk-native is also required by package config 'examples'. Signed-off-by: Kai Kang --- meta-oe/recipes-support/fltk/fltk.bb

[oe] [meta-networking][Patch] blueman: disable appindicator support

2019-12-08 Thread kai.kang
From: Kai Kang libappindicator is a library to allow applications to export a menu into the Unity Menu bar. Unity is not supported in openembedded, so disable appindicator support for blueman. Signed-off-by: Kai Kang --- meta-networking/recipes-connectivity/blueman/blueman_2.1.1.bb | 1 + 1

[oe] [meta-xfce][Patch 2/2] exo: 0.12.9 -> 0.12.10

2019-12-06 Thread kai.kang
From: Kai Kang Upgrade exo from 0.12.9 to 0.12.10. Release notes: * Bug Fixes: - Fix typeahead search regression (Xfce #16191) * Translation Updates: Spanish Signed-off-by: Kai Kang --- meta-xfce/recipes-xfce/exo/{exo_0.12.9.bb => exo_0.12.10.bb} | 4 ++-- 1 file changed, 2 insertions(+),

[oe] [meta-xfce][Patch 1/2] xfce4-panel-profiles: 1.0.8 -> 1.0.9

2019-12-06 Thread kai.kang
From: Kai Kang Upgrade xfce4-panel-profiles from 1.0.8 to 1.0.9. Release notes: * New Features - Add Xfce 4.14 profile * General - Suppress deprecation warnings - Rename launchers to be more explicit - Rename Xubuntu releases to version numbers instead of codenames - Unversion gimp

[oe] [meta-oe][PATCH] mariadb: replace dependency readline with libedit

2019-11-20 Thread kai.kang
From: Kai Kang Because readline changed its license to GPLv3 from version 6.0, if build mariadb for distribution, it skips readline and turns to libedit. If no libedit available, it uses bundled readline in the source code finally. There is readline 8.0 in oe-core, so remove dependency readline

[oe] [meta-xfce][Patch] thunar: 1.8.9 -> 1.8.10

2019-11-17 Thread kai.kang
From: Kai Kang The tarball name uses all lower case now, so SRC_URI and S are not needded to be set in the recipe which have been configured in xfce.bbclass already. Signed-off-by: Kai Kang --- .../thunar/{thunar_1.8.9.bb => thunar_1.8.10.bb} | 7 ++- 1 file changed, 2

[oe] [meta-xfce][Patch 1/4] xfce4-genmon-plugin: 4.0.1 -> 4.0.2

2019-11-08 Thread kai.kang
From: Kai Kang Bug fixes and i18n update release. Signed-off-by: Kai Kang --- ...e4-genmon-plugin_4.0.1.bb => xfce4-genmon-plugin_4.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/genmon/{xfce4-genmon-plugin_4.0.1.bb =>

[oe] [meta-xfce][Patch 2/4] xfce-panel-plugin.bbclass: correct SRC_URI with xfce_verdir

2019-11-08 Thread kai.kang
From: Kai Kang The SRC_URI is wrongly calculated in xfce-panel-plugin.bbclass when the length of first 2 parts(separated by dot(.)) of PV is longer than 3 such as 0.10. It should use function xfce_verdir() instead which is introduced by xfce.bbclass. Signed-off-by: Kai Kang ---

[oe] [meta-xfce][Patch 4/4] xfce4-screensaver: 0.1.5 -> 0.1.8

2019-11-08 Thread kai.kang
From: Kai Kang Update xfce4-screensaver from 0.1.5 to 0.1.8. * add dependency libwnck3 * add runtime depenency python3-core Signed-off-by: Kai Kang --- ...ce4-screensaver_0.1.5.bb => xfce4-screensaver_0.1.8.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename

[oe] [meta-xfce][Patch 3/4] xfce4-weather-plugin: 0.9.1 -> 0.10.0

2019-11-08 Thread kai.kang
From: Kai Kang Translation update only release. Signed-off-by: Kai Kang --- ...weather-plugin_0.9.1.bb => xfce4-weather-plugin_0.10.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.9.1.bb =>

[oe] [meta-xfce][Patch 0/4] Update 3 packages

2019-11-08 Thread kai.kang
From: Kai Kang Kai Kang (4): xfce4-genmon-plugin: 4.0.1 -> 4.0.2 xfce-panel-plugin.bbclass: correct SRC_URI with xfce_verdir xfce4-weather-plugin: 0.9.1 -> 0.10.0 xfce4-screensaver: 0.1.5 -> 0.1.8 meta-xfce/classes/xfce-panel-plugin.bbclass| 4 ++--

[oe] [meta-networking][PATCH] blueman: fix fail to enable bluetooth issue

2019-10-24 Thread kai.kang
From: Kai Kang When launch blueman-manager while bluetooth is disable, it may fails with error: Failed to enable bluetooth Because when get bluetooth status right after change its status, the status may not be updated that plugin applet/KillSwitch.py sets the bluetooth status via method of

[oe] [meta-webserver][Patch 1/2] apache2: fix multilib file conflicts

2019-09-05 Thread kai.kang
From: Kai Kang There are errors of apache2 about files conflicts when multilib enabled: | Error: Transaction check error: | file /etc/apache2/extra/httpd-ssl.conf conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64 | file

[oe] [meta-oe][Patch 2/2] php: sync with apache2's change

2019-09-05 Thread kai.kang
From: Kai Kang It redefines apache2's libexecdir. Update php to sync with that change. Signed-off-by: Kai Kang --- meta-oe/recipes-devtools/php/php.inc | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-devtools/php/php.inc

[oe] [meta-webserver/oe][Patch 0/2] Redefine libexecdir to fix apache2

2019-09-05 Thread kai.kang
From: Kai Kang Build with 1 echo 'IMAGE_INSTALL_append = " apache2"' >>conf/local.conf 2 bitbake core-image-sato-sdk 3 runqemu qemumips64 nographic root@qemumips64:~# systemctl status apache2 * apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.service;

[oe] [meta-oe][Patch 2/2] lmbench: update script lmbench-run

2019-09-04 Thread kai.kang
From: Kai Kang Remove BINDIR in script lmbench-run which is useless and causes multilib file confliction: | Error: Transaction check error: | file /usr/bin/lmbench-run conflicts between attempted installs of lmbench-3.0+a9-r2.core2_64 and lib32-lmbench-3.0+a9-r2.core2_32 Signed-off-by:

[oe] [meta-oe][Patch 1/2] mariadb: fix file conflictions when multilib enabled

2019-09-04 Thread kai.kang
From: Kai Kang When multilib is enabled, it complains file conflictions of /usr/bin/mysql_install_db and /usr/bin/mysqld_safe. Inherit multilib_script to solve the issues. Signed-off-by: Kai Kang --- meta-oe/recipes-dbs/mysql/mariadb.inc | 4 +++- 1 file changed, 3 insertions(+), 1

[oe] [meta-networking][Patch] Revert "networkmanager: Use ALTERNATIVES for resolv-conf handling."

2019-09-01 Thread kai.kang
From: Kai Kang This reverts commit 3982dc5b1994ffcc52336b02fbd2c44db164dd82. With this commit it creates link file /etc/resolv.conf via update-alternatives but the target doesn't exist. On target: root@qemux86-64:~# ls -l /etc/resolv* lrwxrwxrwx1 root root33 Aug 27 09:17

[oe] [meta-oe][Patch] libwacom: add recipe

2019-08-29 Thread kai.kang
From: Kai Kang Package libinput has a package config 'libwacom'. When it is set, package libwacom is required. So add the recipe of libwacom. Add a patch to generate udev rules file on target that it is not suitable for cross compile. Signed-off-by: Kai Kang ---

[oe] [RFC PATCH 1/1] networkmanager: 1.18.2 -> 1.20.0

2019-08-27 Thread kai.kang
From: Kai Kang Update networkmanager to latest stable release 1.20.0. * adopt meson to replace autotools - it speeds up about 30% from 2m27s to 1m36s - remove 2 autotools related patches and add 2 similar ones for meson * update context of musl patches and add one to fix mrand48_r related

[oe] [meta-networking][RFC PATCH 0/1] Failed to compile networkmanager with musl

2019-08-27 Thread kai.kang
From: Kai Kang Hi Khem, I am updating networkmanager to 1.20. But I meet a problem with musl that "error: redefinition of 'struct ethhdr'". I find a patch for kernel which is created in Jan 2018. The musl part has been merged in musl: commit b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc Author:

[oe] [meta-xfce][Patch 2/3] xfce4-genmon-plugin: 4.0.1 -> 4.0.2

2019-08-23 Thread kai.kang
From: Kai Kang Bug fixes and i18n update release. Signed-off-by: Kai Kang --- ...e4-genmon-plugin_4.0.1.bb => xfce4-genmon-plugin_4.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/genmon/{xfce4-genmon-plugin_4.0.1.bb =>

[oe] [meta-xfce][Patch 3/3] xfce4-weather-plugin: 0.9.1 -> 0.10.0

2019-08-23 Thread kai.kang
From: Kai Kang Translation update only release. Signed-off-by: Kai Kang --- ...weather-plugin_0.9.1.bb => xfce4-weather-plugin_0.10.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/weather/{xfce4-weather-plugin_0.9.1.bb =>

[oe] [meta-xfce][Patch 1/3] xfce-panel-plugin.bbclass: correct SRC_URI with xfce_verdir

2019-08-23 Thread kai.kang
From: Kai Kang The SRC_URI in xfce-panel-plugin.bbclass is not right when first 2 parts(separated by dot(.)) of PV is longer than 3 such as 0.10. It should use function xfce_verdir() which introduced by xfce.bbclass. Signed-off-by: Kai Kang --- meta-xfce/classes/xfce-panel-plugin.bbclass | 4

[oe] [meta-xfce][Patch 0/3] Update 2 xfce4 panel plugins

2019-08-23 Thread kai.kang
From: Kai Kang Kai Kang (3): xfce-panel-plugin.bbclass: correct SRC_URI with xfce_verdir xfce4-genmon-plugin: 4.0.1 -> 4.0.2 xfce4-weather-plugin: 0.9.1 -> 0.10.0 meta-xfce/classes/xfce-panel-plugin.bbclass | 4 ++-- ...e4-genmon-plugin_4.0.1.bb =>

[oe] [meta-xfce][Patch] xfce4-datetime-setter: fix compile error and requires distro feature x11

2019-08-16 Thread kai.kang
From: Kai Kang It fails to compile xfce4-datetime-setter occasionally when system load is high: | ../git/xfce/main.c:42:10: fatal error: cc-datetime-resources.h: No such file or directory |42 | #include "cc-datetime-resources.h" | | ^ | compilation

[oe] [meta-oe][Patch] packagegroup-tools-bluetooth: correct RDEPENDS

2019-08-15 Thread kai.kang
From: Kai Kang RDEPENDS_${PN} is wrongly removed and then packagegroup-tools-bluetooth requires no package now. Signed-off-by: Kai Kang --- .../packagegroups/packagegroup-tools-bluetooth.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-xfce][Patch 13/16] xfce4-session: 4.13.3 -> 4.14.0

2019-08-13 Thread kai.kang
From: Kai Kang Update xfce4-session from 4.13.3 to 4.14.0. * remove dbus from DEPENDS that xfce4-session ports to gdbus. gdbus is provided by glib-2.0 which in the dependency chain alreay. Signed-off-by: Kai Kang --- .../{xfce4-session_4.13.3.bb => xfce4-session_4.14.0.bb}| 6 +++--- 1

[oe] [meta-xfce][Patch 16/16] xfwm4: 4.13.3 -> 4.14.0

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../recipes-xfce/xfwm4/{xfwm4_4.13.3.bb => xfwm4_4.14.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.13.3.bb => xfwm4_4.14.0.bb} (87%) diff --git

[oe] [meta-xfce][Patch 10/16] xfce4-dev-tools: 4.13.0 -> 4.14.0

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{xfce4-dev-tools_4.13.0.bb => xfce4-dev-tools_4.14.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-dev-tools/{xfce4-dev-tools_4.13.0.bb => xfce4-dev-tools_4.14.0.bb} (79%) diff --git

[oe] [meta-xfce][Patch 15/16] xfdesktop: 4.13.5 -> 4.14.1

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../xfdesktop/{xfdesktop_4.13.5.bb => xfdesktop_4.14.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.13.5.bb => xfdesktop_4.14.1.bb} (74%) diff --git

[oe] [meta-xfce][Patch 11/16] xfce4-panel: 4.13.6 -> 4.14.0

2019-08-13 Thread kai.kang
From: Kai Kang Update xfce4-panel from 4.13.6 to 4.14.0. * xfce4-panel ports to gtk+3 and gdbus, so remove dbus from DEPENDS and replace gtk+ with gtk+3 Signed-off-by: Kai Kang --- .../{xfce4-panel_4.13.6.bb => xfce4-panel_4.14.0.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3

[oe] [meta-xfce][Patch 12/16] xfce4-power-manager: 1.6.3 -> 1.6.5

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- ...e4-power-manager_1.6.3.bb => xfce4-power-manager_1.6.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-power-manager/{xfce4-power-manager_1.6.3.bb => xfce4-power-manager_1.6.5.bb} (89%) diff

[oe] [meta-xfce][Patch 14/16] xfce4-settings: 4.13.7 -> 4.14.0

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{xfce4-settings_4.13.7.bb => xfce4-settings_4.14.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_4.13.7.bb => xfce4-settings_4.14.0.bb} (89%) diff --git

[oe] [meta-xfce][Patch 07/16] thunar-volman: 0.9.3 -> 0.9.5

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{thunar-volman_0.9.3.bb => thunar-volman_0.9.5.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/thunar-volman/{thunar-volman_0.9.3.bb => thunar-volman_0.9.5.bb} (74%) diff --git

[oe] [meta-xfce][Patch 08/16] tumbler: 0.2.0 -> 0.2.7

2019-08-13 Thread kai.kang
From: Kai Kang Update tumbler from 0.2.0 to 0.2.7 * remove patch which has been fixed in upstream * remove dbus-glib* from DEPENDS that tumbler ports gdbus. glib-2.0 provides gdbus and already in tumbler's dependency chains. Signed-off-by: Kai Kang ---

[oe] [meta-xfce][Patch 09/16] xfce4-appfinder: 4.13.3 -> 4.14.0

2019-08-13 Thread kai.kang
From: Kai Kang Update xfce4-appfinder from 4.13.3 to 4.14.0. * remove dbus-glib from DEPENDS that xfce4-appfinder ports to gdbus Signed-off-by: Kai Kang --- ...fce4-appfinder_4.13.3.bb => xfce4-appfinder_4.14.0.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename

[oe] [meta-xfce][Patch 05/16] garcon: 0.6.3 -> 0.6.4

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../garcon/{garcon_0.6.3.bb => garcon_0.6.4.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-xfce/recipes-xfce/garcon/{garcon_0.6.3.bb => garcon_0.6.4.bb} (70%) diff --git

[oe] [meta-xfce][Patch 04/16] exo: 0.12.6 -> 0.12.8

2019-08-13 Thread kai.kang
From: Kai Kang Update exo from 0.12.6 to 0.12.8. * add gtk+3 to DEPENDS * make gtk+ as a PACKAGECONFIG. Remove it when no application needs exo gtk+2 support Signed-off-by: Kai Kang --- .../exo/{exo_0.12.6.bb => exo_0.12.8.bb} | 12 1 file changed, 8 insertions(+),

[oe] [meta-xfce][Patch 06/16] thunar: 1.8.7 -> 1.8.9

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../recipes-xfce/thunar/{thunar_1.8.7.bb => thunar_1.8.9.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.7.bb => thunar_1.8.9.bb} (86%) diff --git

[oe] [meta-xfce][Patch 00/16] Update Xfce core modules to 4.14

2019-08-13 Thread kai.kang
From: Kai Kang Kai Kang (16): libxfce4util: 4.13.4 -> 4.14.0 xfconf: 4.13.8 -> 4.14.1 libxfce4ui: 4.13.6 -> 4.14.1 exo: 0.12.6 -> 0.12.8 garcon: 0.6.3 -> 0.6.4 thunar: 1.8.7 -> 1.8.9 thunar-volman: 0.9.3 -> 0.9.5 tumbler: 0.2.0 -> 0.2.7 xfce4-appfinder: 4.13.3 -> 4.14.0

[oe] [meta-xfce][Patch 01/16] libxfce4util: 4.13.4 -> 4.14.0

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{libxfce4util_4.13.4.bb => libxfce4util_4.14.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/libxfce4util/{libxfce4util_4.13.4.bb => libxfce4util_4.14.0.bb} (64%) diff --git

[oe] [meta-xfce][Patch 03/16] libxfce4ui: 4.13.6 -> 4.14.1

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../libxfce4ui/{libxfce4ui_4.13.6.bb => libxfce4ui_4.14.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/libxfce4ui/{libxfce4ui_4.13.6.bb => libxfce4ui_4.14.1.bb} (89%) diff --git

[oe] [meta-xfce][Patch 02/16] xfconf: 4.13.8 -> 4.14.1

2019-08-13 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../xfconf/{xfconf_4.13.8.bb => xfconf_4.14.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfconf/{xfconf_4.13.8.bb => xfconf_4.14.1.bb} (83%) diff --git

[oe] [PATCH v3 2/2] xfce4-settings: rrecommends xfce4-datetime-setter

2019-08-08 Thread kai.kang
From: Kai Kang xfce4-datetime-setter provides function to set date and time. But it depends on dbus service org.freedesktop.timedate1 which is provided by systemd. Make xfce4-settings rrecommends xfce4-datetime-setter only systemd is set in DISTRO_FEATURES. Signed-off-by: Kai Kang ---

[oe] [PATCH v3 1/2] xfce4-datetime-setter: add recipe

2019-08-08 Thread kai.kang
From: Kai Kang Because xfce4-settings turn back to its official upstream, it missing function to set date and time. Add it from Andreas's repo on github. xfce4-datetime-setter calls functions from dbus service org.freedesktop.timedate1 to set date and time. And the dbus service is provided by

[oe] [PATCH v3 0/2] Add recipe of xfce4-datetime-setter

2019-08-08 Thread kai.kang
From: Kai Kang v3: * check distro feature systemd rather than rdepends on systemd v2: * make xfce4-datetime-setter rdepends on systemd Kai Kang (2): xfce4-datetime-setter: add recipe xfce4-settings: rrecommends xfce4-datetime-setter .../xfce4-datetime-setter_3.32.2.bb | 19

[oe] [PATCH v2 2/2] xfce4-settings: rrecommends xfce4-datetime-setter

2019-08-08 Thread kai.kang
From: Kai Kang xfce4-datetime-setter provides function to set date and time. But it depends on dbus service org.freedesktop.timedate1 which is provided by systemd. Make xfce4-settings rrecommends xfce4-datetime-setter only systemd is set in DISTRO_FEATURES. Signed-off-by: Kai Kang ---

[oe] [PATCH v2 0/2] Add recipe of xfce4-datetime-setter

2019-08-08 Thread kai.kang
From: Kai Kang v2: * make xfce4-datetime-setter rdepends on systemd Kai Kang (2): xfce4-datetime-setter: add recipe xfce4-settings: rrecommends xfce4-datetime-setter .../xfce4-datetime-setter_3.32.2.bb| 18 ++ .../xfce4-settings/xfce4-settings_4.13.7.bb| 1

[oe] [PATCH v2 1/2] xfce4-datetime-setter: add recipe

2019-08-08 Thread kai.kang
From: Kai Kang Because xfce4-settings turn back to its official upstream, it missing function to set date and time. Add it from Andreas's repo on github. It depends on dbus service org.freedesktop.timedate1 which is provided by systemd, so add systemd to RDEPENDS. Signed-off-by: Kai Kang ---

[oe] [meta-xfce][Patch 2/2] xfce4-settings: rrecommends xfce4-datetime-setter

2019-08-06 Thread kai.kang
From: Kai Kang xfce4-datetime-setter provides function to set date and time. But it depends on dbus service org.freedesktop.timedate1 which is provided by systemd. Make xfce4-settings rrecommends xfce4-datetime-setter only systemd is set in DISTRO_FEATURES. Signed-off-by: Kai Kang ---

[oe] [meta-xfce][Patch 1/2] xfce4-datetime-setter: add recipe

2019-08-06 Thread kai.kang
From: Kai Kang Because xfce4-settings turn back to its official upstream, it missing function to set date and time. Add it from Andreas's repo on github. Signed-off-by: Kai Kang --- .../xfce4-datetime-setter_3.32.2.bb| 18 ++ 1 file changed, 18 insertions(+)

[oe] [meta-xfce][Patch 0/2] Add recipe of xfce4-datetime-setter

2019-08-06 Thread kai.kang
From: Kai Kang Hi Andreas, I add recipe of xfce4-datetime-setter which is from your repo from github. But I found it requires dbus service org.freedesktop.timedate1 which is from systemd. So make xfce4-settings requires it only when init manger is sytemd. Any comment on that please? Regards,

[oe] [meta-oe][PATCH] poppler: toggle gobject-introspection support

2019-07-31 Thread kai.kang
From: Kai Kang It doesn't provide a way to enable or disable gobject-introspection support for poppler. Toggle it respect to variable GI_DATA_ENABLED. Signed-off-by: Kai Kang --- meta-oe/recipes-support/poppler/poppler_0.79.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[oe] [meta-oe][PATCH] poppler: 0.75.0 -> 0.79.0

2019-07-31 Thread kai.kang
From: Kai Kang Update poppler from 0.75.0 to 0.79.0: * remove patch which has been fixed in upstream * correct the way to toggle gobject-introspect support respect to variable GI_DATA_ENABLED Signed-off-by: Kai Kang --- ...txt-Add-libpoppler-to-link-along-wit.patch | 32 ---

[oe] [meta-xfce][PATCH v2 0/1] Fix xfwm4 assertion error

2019-07-25 Thread kai.kang
From: Kai Kang v2: * add Upstream-Status Kai Kang (1): xfwm4: fix assertion error ...r-Revert-to-GLX-as-default-vblank-me.patch | 92 +++ meta-xfce/recipes-xfce/xfwm4/xfwm4_4.13.3.bb | 1 + 2 files changed, 93 insertions(+) create mode 100644

[oe] [meta-xfce][PATCH v2 1/1] xfwm4: fix assertion error

2019-07-25 Thread kai.kang
From: Kai Kang It fails to start xfwm4 on intel_x86_64 boards: | xfwm4: ../mesa-19.1.1/src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1293: | intel_miptree_match_image: Assertion `image->TexObject->Target == mt->target' failed. | Aborted Revert the upstream commit which introduce the issue.

[oe] [meta-networking][PATCH] net-snmp: update SRC_URI

2019-07-24 Thread kai.kang
From: Kai Kang Replace source zip ball with tarball for net-snmp to avoid zip bomb issue. Signed-off-by: Kai Kang --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[oe] [meta-xfce][PATCH] xfwm4: fix assertion error

2019-07-23 Thread kai.kang
From: Kai Kang It fails to start xfwm4 on intel_x86_64 boards: | xfwm4: ../mesa-19.1.1/src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1293: | intel_miptree_match_image: Assertion `image->TexObject->Target == mt->target' failed. | Aborted Revert the upstream commit which introduce the issue.

[oe] [meta-xfce][PATCH] xfce4-verve-plugin: 1.1.0 -> 2.0.0

2019-07-18 Thread kai.kang
From: Kai Kang xfce4-verve-plugin 2.0.0 is first GTK+ 3 release. Signed-off-by: Kai Kang --- ...e4-verve-plugin_1.1.0.bb => xfce4-verve-plugin_2.0.0.bb} | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-xfce/recipes-panel-plugins/verve/{xfce4-verve-plugin_1.1.0.bb =>

[oe] [PATCH v2 11/15] xfce4-dev-tools: 4.12.0 -> 4.13.0

2019-07-16 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{xfce4-dev-tools_4.12.0.bb => xfce4-dev-tools_4.13.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-dev-tools/{xfce4-dev-tools_4.12.0.bb => xfce4-dev-tools_4.13.0.bb} (79%) diff --git

[oe] [PATCH v2 15/15] xfce4-pulseaudio-plugin: add dependency dbus-glib

2019-07-16 Thread kai.kang
From: Kai Kang Xfce core modules have ported to gdbus. But xfce4-pulseaudio-plugin stills needs dbus-glib. Add dbus-glib to DEPENDS. Signed-off-by: Kai Kang --- .../pulseaudio/xfce4-pulseaudio-plugin_0.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH v2 14/15] xfce4-settings: 4.12.4 -> 4.13.7

2019-07-16 Thread kai.kang
From: Kai Kang Upgrade xfce4-settings from 4.12.4 to 4.13.7: * update SRC_URI to re-use official tarball and not inherit xfce-git * remove unneeded backport patch * remove dependency gtk+ that gtk+3 is used now * remove dependency dbus-glib which is replaced by gdbus * clean DEPENDS that

[oe] [PATCH v2 08/15] xfdesktop: 4.13.4 -> 4.13.5

2019-07-16 Thread kai.kang
From: Kai Kang * clean DEPENDS - dbus-glib has been replaced by gdbus - libxfce4util and xfconf are required by libxfce4ui Signed-off-by: Kai Kang --- .../xfdesktop/{xfdesktop_4.13.4.bb => xfdesktop_4.13.5.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[oe] [PATCH v2 12/15] thunar-volman: 0.9.2 -> 0.9.3

2019-07-16 Thread kai.kang
From: Kai Kang * clean DEPENDS that removed items are required by exo: exo --> libxfce4ui --> libxfce4util --> glib-2.0 --> xfconf Signed-off-by: Kai Kang --- .../{thunar-volman_0.9.2.bb => thunar-volman_0.9.3.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3

[oe] [PATCH v2 13/15] garcon: 0.6.2 -> 0.6.3

2019-07-16 Thread kai.kang
From: Kai Kang * remove libxfce4util from DEPENDS which is required by libxfce4ui Signed-off-by: Kai Kang --- .../garcon/{garcon_0.6.2.bb => garcon_0.6.3.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-xfce/recipes-xfce/garcon/{garcon_0.6.2.bb =>

[oe] [PATCH v2 10/15] xfce4-panel: 4.13.5 -> 4.13.6

2019-07-16 Thread kai.kang
From: Kai Kang * clean DEPENDS - libxfce4util xfconf and gtk+3 are required by libxfce4ui which is required by garcon and exo * bbclass gtk-icon-cache has been inherited in xfce.bbclass Signed-off-by: Kai Kang --- .../{xfce4-panel_4.13.5.bb => xfce4-panel_4.13.6.bb} | 8 1

[oe] [PATCH v2 09/15] xfce4-power-manager: 1.6.2 -> 1.6.3

2019-07-16 Thread kai.kang
From: Kai Kang * clean DEPENDS - dbus-glib has been replaced by gdbus - gtk+3 glib-2.0 xfconf and libxfce4util are required by libxfce4ui which is required by xfce4-panel Signed-off-by: Kai Kang --- ...power-manager_1.6.2.bb => xfce4-power-manager_1.6.3.bb} | 7 +++ 1 file

[oe] [PATCH v2 05/15] thunar: 1.8.6 -> 1.8.7

2019-07-16 Thread kai.kang
From: Kai Kang * dbus-glib is removed from DEPENDS that it has been replace by gdbus from 1.7.0 * remove glib-2.0 gtk+3 libxfce4util and xfconf from DEPENDS for clean which are required by libxfce4ui Signed-off-by: Kai Kang --- .../thunar/{thunar_1.8.6.bb => thunar_1.8.7.bb} |

[oe] [PATCH v2 06/15] xfce4-session: 4.13.2 -> 4.13.3

2019-07-16 Thread kai.kang
From: Kai Kang * remove dependency dbus-glib which is replaced by gdbus already * remove dependency gtk+ that gtk+3 is used right now * clean items in DEPENDS which are imported indirectly by libxfce4ui Signed-off-by: Kai Kang --- ...session_4.13.2.bb => xfce4-session_4.13.3.bb} | 16

[oe] [PATCH v2 07/15] xfwm4: 4.13.2 -> 4.13.3

2019-07-16 Thread kai.kang
From: Kai Kang * clean DEPENDS - remove dbus-glib which is replaced by gdbus - libxfce4util and xfconf are required by libxfce4ui Signed-off-by: Kai Kang --- .../recipes-xfce/xfwm4/{xfwm4_4.13.2.bb => xfwm4_4.13.3.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[oe] [PATCH v2 02/15] libxfce4ui: 4.13.5 -> 4.13.6

2019-07-16 Thread kai.kang
From: Kai Kang * dependency glib-2.0 is required by libxfce4util, so remove it from DEPENDS to make it more clean. And sort DEPENDS at same time. * not inherit autotools and gettext which have been inherited in xfce.bbclass already Signed-off-by: Kai Kang --- .../{libxfce4ui_4.13.5.bb =>

[oe] [PATCH v2 03/15] exo: 0.12.5 -> 0.12.6

2019-07-16 Thread kai.kang
From: Kai Kang * gtk+3 is required but not added to DEPENDS that libxfce4ui depends on it already * remove libxfce4util from DEPENDS for clean that it is required by libxfce4ui Signed-off-by: Kai Kang --- meta-xfce/recipes-xfce/exo/{exo_0.12.5.bb => exo_0.12.6.bb} | 6 +++--- 1 file

[oe] [PATCH v2 01/15] libxfce4util: 4.13.3 -> 4.13.4

2019-07-16 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{libxfce4util_4.13.3.bb => libxfce4util_4.13.4.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/libxfce4util/{libxfce4util_4.13.3.bb => libxfce4util_4.13.4.bb} (64%) diff --git

[oe] [PATCH v2 04/15] xfconf: 4.13.7 -> 4.13.8

2019-07-16 Thread kai.kang
From: Kai Kang * remove dbus-glib from DEPENDS that it has been replaced by gdbus. glib-2.0 provides gdbus and has been imported to DEPENDS by libxfce4util. * inherit class gobject-introspection which has been supported by xfconf 4.13.8 Signed-off-by: Kai Kang ---

[oe] [PATCH v2 00/15] Upgrade to xfce 4.14 pre2

2019-07-16 Thread kai.kang
From: Kai Kang Hi Khem, It seems v1 have not been merged, so I send v2. v2: * update xfce4-settings * remove dependency dbus-glib * clean DEPENDS and inherited classes Kai Kang (15): libxfce4util: 4.13.3 -> 4.13.4 libxfce4ui: 4.13.5 -> 4.13.6 exo: 0.12.5 -> 0.12.6 xfconf: 4.13.7 ->

[oe] [meta-oe][PATCH v2] libvncserver: update to latest commit 1354f7f

2019-07-09 Thread kai.kang
From: Kai Kang Update libvncserver to latest git commit 1354f7f which could help to fix do_package error when multilib is enabled: | Files/directories were installed but not shipped in any package: | /usr/lib/libvncclient.so.0.9.12 | /usr/lib/libvncclient.so.1 | /usr/lib/libvncclient.so |

[oe] [PATCH] libvncserver: update to latest commit 1354f7f

2019-07-09 Thread kai.kang
From: Kai Kang Update libvncserver to latest git commit 1354f7f which could help to fix do_package error when multilib is enabled: | Files/directories were installed but not shipped in any package: | /usr/lib/libvncclient.so.0.9.12 | /usr/lib/libvncclient.so.1 | /usr/lib/libvncclient.so |

[oe] [meta-xfce][Patch 10/11] xfwm4: 4.13.2 -> 4.13.3

2019-07-01 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../recipes-xfce/xfwm4/{xfwm4_4.13.2.bb => xfwm4_4.13.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.13.2.bb => xfwm4_4.13.3.bb} (89%) diff --git

[oe] [meta-xfce][Patch 11/11] xfconf: 4.13.7 -> 4.13.8

2019-07-01 Thread kai.kang
From: Kai Kang gobject introspection has been supported by xfconf 4.13.8, so inherit class gobject-introspection. Signed-off-by: Kai Kang --- .../xfconf/{xfconf_4.13.7.bb => xfconf_4.13.8.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[oe] [meta-xfce][Patch 09/11] xfdesktop: 4.13.4 -> 4.13.5

2019-07-01 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../xfdesktop/{xfdesktop_4.13.4.bb => xfdesktop_4.13.5.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.13.4.bb => xfdesktop_4.13.5.bb} (76%) diff --git

[oe] [meta-xfce][Patch 07/11] xfce4-power-manager: 1.6.2 -> 1.6.3

2019-07-01 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- ...e4-power-manager_1.6.2.bb => xfce4-power-manager_1.6.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-power-manager/{xfce4-power-manager_1.6.2.bb => xfce4-power-manager_1.6.3.bb} (90%) diff

[oe] [meta-xfce][Patch 08/11] xfce4-session: 4.13.2 -> 4.13.3

2019-07-01 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{xfce4-session_4.13.2.bb => xfce4-session_4.13.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-session/{xfce4-session_4.13.2.bb => xfce4-session_4.13.3.bb} (87%) diff --git

[oe] [meta-xfce][Patch 00/11] Upgrade to xfce 4.14 pre2

2019-07-01 Thread kai.kang
From: Kai Kang Upgrade core packages of xfce to 4.14pre2 Kai Kang (11): thunar: 1.8.6 -> 1.8.7 exo: 0.12.5 -> 0.12.6 garcon: 0.6.2 -> 0.6.3 thunar-volman: 0.9.2 -> 0.9.3 xfce4-dev-tools: 4.12.0 -> 4.13.0 xfce4-panel: 4.13.5 -> 4.13.6 xfce4-power-manager: 1.6.2 -> 1.6.3

[oe] [meta-xfce][Patch 04/11] thunar-volman: 0.9.2 -> 0.9.3

2019-07-01 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{thunar-volman_0.9.2.bb => thunar-volman_0.9.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/thunar-volman/{thunar-volman_0.9.2.bb => thunar-volman_0.9.3.bb} (76%) diff --git

[oe] [meta-xfce][Patch 05/11] xfce4-dev-tools: 4.12.0 -> 4.13.0

2019-07-01 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{xfce4-dev-tools_4.12.0.bb => xfce4-dev-tools_4.13.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-dev-tools/{xfce4-dev-tools_4.12.0.bb => xfce4-dev-tools_4.13.0.bb} (79%) diff --git

[oe] [meta-xfce][Patch 06/11] xfce4-panel: 4.13.5 -> 4.13.6

2019-07-01 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../{xfce4-panel_4.13.5.bb => xfce4-panel_4.13.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/xfce4-panel/{xfce4-panel_4.13.5.bb => xfce4-panel_4.13.6.bb} (90%) diff --git

[oe] [meta-xfce][Patch 01/11] thunar: 1.8.6 -> 1.8.7

2019-07-01 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../recipes-xfce/thunar/{thunar_1.8.6.bb => thunar_1.8.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.6.bb => thunar_1.8.7.bb} (86%) diff --git

  1   2   3   4   >