[oe] [meta-oe] [PATCH] protobuf: upgrade 3.17.3 -> 3.18.0

2021-09-22 Thread zhengruoqin
C++ Fix warnings raised by clang 11 (#8664) Make StringPiece constructible from std::string_view (#8707) Add missing capability attributes for LLVM 12 (#8714) Stop using std::iterator (deprecated in C++17). (#8741) Move field_access_listener from libprotobuf-lite to libprotobuf (#8775) Fix #7047

[oe] [meta-oe] [PATCH] span-lite: upgrade 0.10.0 -> 0.10.1

2021-09-22 Thread zhengruoqin
Release 0.10.1 fixes https://github.com/martinmoene/span-lite/issues/71. Signed-off-by: Zheng Ruoqin --- .../span-lite/{span-lite_0.10.0.bb => span-lite_0.10.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/span-lite/{span-lite_0.10.0.bb =>

[oe] [meta-oe] [PATCH] cppzmq: upgrade 4.8.0 -> 4.8.1

2021-09-22 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb index 270df6f0e8..d234d01850 100644 ---

[oe] [meta-oe][PATCH 2/2] fio: Upgrade to 3.28

2021-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-benchmark/fio/{fio_3.27.bb => fio_3.28.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-benchmark/fio/{fio_3.27.bb => fio_3.28.bb} (96%) diff --git a/meta-oe/recipes-benchmark/fio/fio_3.27.bb

[oe] [meta-networking][PATCH 1/2] samba: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes Checking for program 'pkg-config' : not found Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/samba/samba_4.14.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-networking][PATCH 3/3] mosquitto: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes logging.c:(.text+0x218): undefined reference to `dlt_register_app' Signed-off-by: Khem Raj --- .../recipes-connectivity/mosquitto/mosquitto_2.0.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 1/3] libblockdev: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes | checking for gobject-introspection... ../git/configure: line 13943: syntax error near unexpected token `gobject-introspection-1.0,,' | ../git/configure: line 13943: ` PKG_CHECK_EXISTS(gobject-introspection-1.0,,' Signed-off-by: Khem Raj ---

[oe] [meta-networking][PATCH 2/3] ntopng: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes | make: *** No targets specified and no makefile found. Stop. Signed-off-by: Khem Raj --- meta-networking/recipes-support/ntopng/ntopng_5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ntopng/ntopng_5.0.bb

[oe] [meta-xfce][PATCH] xfce4-datetime-setter: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj --- .../xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb

[oe] [meta-python][PATCH] python3-systemd: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config' Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-systemd_234.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-systemd_234.bb

[oe] [meta-multimedia][PATCH] gerbera: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes -- Could NOT find Systemd (missing: SYSTEMD_FOUND) Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/gerbera/gerbera_1.7.0.bb

[oe] [meta-oe][PATCH] pahole: Inherit missing pkgconfig

2021-09-22 Thread Khem Raj
Fixes Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/pahole/pahole_1.22.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb

[oe] [meta-networking][PATCH] libldb: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes linking errors | ../../lib/tevent/tevent.h:1446:8: error: unknown type name 'pid_t' |pid_t *pid, |^ | ../../lib/tevent/tevent.h:1525:8: error: unknown type name 'pid_t' |pid_t pid, |

[oe] [meta-oe][PATCH 39/39] mscgen: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../mscgen-0.20/configure: line 5586: PKG_PROG_PKG_CONFIG: command not found Signed-off-by: Khem Raj --- meta-oe/recipes-support/mscgen/mscgen_0.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb

[oe] [meta-oe][PATCH 38/39] yad: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../git/configure: line 4933: syntax error near unexpected token `GTK,' ../git/configure: line 4933: `PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.22.0 gtk+-unix-print-3.0)' Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/yad/yad_6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-multimedia][PATCH 37/39] ncmpc: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb

[oe] [meta-networking][PATCH 36/39] fetchmail: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes configure.ac:1: error: possibly undefined macro: dnl If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Signed-off-by: Khem Raj --- meta-networking/recipes-support/fetchmail/fetchmail_6.4.21.bb | 2 +- 1 file changed, 1

[oe] [meta-networking][PATCH 34/39] firewalld: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../firewalld-0.9.4/configure: line 3408: pkg.m4: command not found ../firewalld-0.9.4/configure: line 3422: syntax error near unexpected token `0.16' ../firewalld-0.9.4/configure: line 3422: ` PKG_PROG_PKG_CONFIG(0.16)' Signed-off-by: Khem Raj ---

[oe] [meta-oe][PATCH 35/39] renderdoc: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.13.bb

[oe] [meta-oe][PATCH 33/39] mdbus2: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../git/configure: line 12721: syntax error near unexpected token `0.21' ../git/configure: line 12721: `PKG_PROG_PKG_CONFIG(0.21)' Signed-off-by: Khem Raj --- meta-oe/recipes-core/mdbus2/mdbus2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 32/39] wxwidgets: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj --- meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets_git.bb

[oe] [meta-multimedia][PATCH 30/39] libuvc: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes pkg-config tool not found Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/libuvc/libuvc.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb b/meta-multimedia/recipes-multimedia/libuvc/libuvc.bb index

[oe] [meta-networking][PATCH 31/39] crda: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes /bin/sh: pkg-config: command not found Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/crda/crda_3.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb

[oe] [meta-oe][PATCH 29/39] transmission: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/transmission/transmission_git.bb | 2 +- 1 file

[oe] [meta-python][PATCH 28/39] python3-pyparted: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config' Signed-off-by: Khem Raj --- .../recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 27/39] remmina: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes Could NOT find GTK3 (missing: Cairo_FOUND) (Required is at least version "3.14.0") Signed-off-by: Khem Raj --- meta-oe/recipes-support/remmina/remmina_1.4.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.18.bb

[oe] [meta-oe][PATCH 25/39] avro-c: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Signed-off-by: Khem Raj --- meta-oe/recipes-support/avro/avro-c_1.10.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/avro/avro-c_1.10.2.bb

[oe] [meta-filesystems][PATCH 26/39] udevil: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes configure.ac:97: error: possibly undefined macro: AC_MSG_ERROR Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb

[oe] [meta-oe][PATCH 23/39] tigervnc: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes configure.ac:118: error: possibly undefined macro: AC_DEFINE Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb

[oe] [meta-multimedia][PATCH 24/39] mpc: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpc_0.33.bb

[oe] [meta-oe][PATCH 22/39] libvdpau: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../git/src/meson.build:1:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up. Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 21/39] zchunk: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../git/meson.build:32:0: ERROR: Pkg-config binary for machine MachineChoice.HOST not found. Giving up. Signed-off-by: Khem Raj --- meta-oe/recipes-support/zchunk/zchunk_1.1.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-multimedia][PATCH 20/39] gst-shark: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes configure: error: This package requires GLib >= 2.44.0 to compile. Signed-off-by: Khem Raj --- .../recipes-multimedia/gstreamer-1.0/gst-shark_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-gnome][PATCH 19/39] libchamplain: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes Did not find pkg-config by name 'pkg-config' Found Pkg-config: NO Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb

[oe] [meta-python][PATCH 18/39] python3-h5py: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes error: pkg-config probably not installed: FileNotFoundError(2, 'No such file or directory') Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-h5py_3.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-multimedia][PATCH 17/39] mimic: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes configure.ac:132: error: possibly undefined macro: m4_ignore If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb | 2 +- 1 file changed, 1

[oe] [meta-python][PATCH 15/39] python3-icu: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes RuntimeError: Please install pkg-config on your system or set the PYICU_CFLAGS environment variable to the flags required by the C++ compiler to find the header files for ICU, and possibly -std=c++11 if using ICU version >= 60 Signed-off-by: Khem Raj ---

[oe] [meta-networking][PATCH 16/39] blueman: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../blueman-2.2.1/configure: line 15660: syntax error near unexpected token `PYTHON,' ../blueman-2.2.1/configure: line 15660: `PKG_CHECK_MODULES(PYTHON, python-${PYTHON_VERSION})' Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb | 2 +- 1 file

[oe] [meta-oe][PATCH 14/39] pavucontrol: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../pavucontrol-4.0/configure: line 6444: syntax error near unexpected token `GUILIBS,' ../pavucontrol-4.0/configure: line 6444: `PKG_CHECK_MODULES(GUILIBS, gtkmm-3.0 >= 3.0 sigc++-2.0 libcanberra-gtk3 >= 0.16 )' Signed-off-by: Khem Raj ---

[oe] [meta-filesystems][PATCH 13/39] xfsprogs: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ./configure: line 16454: syntax error near unexpected token `libicu,' ./configure: line 16454: ` PKG_CHECK_MODULES(libicu, icu-i18n, have_libicu=yes, have_libicu=no)' Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb | 2 +- 1 file

[oe] [meta-gnome][PATCH 11/39] libmypaint: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../git/configure: line 13030: syntax error near unexpected token `0.16' ../git/configure: line 13030: `PKG_PROG_PKG_CONFIG(0.16)' Signed-off-by: Khem Raj --- meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 12/39] libubox: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/libubox/1.0.1+gitAUTOINC+07413cce72-r0/git/blobmsg_json.c:23:11: fatal error: 'json/json.h' file not found #include ^ Signed-off-by: Khem Raj ---

[oe] [meta-oe][PATCH 10/39] dlt-daemon: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/dlt-daemon/2.18.7-r0/recipe-sysroot-native/usr/share/cmake-3.21/Modules/FindPkgConfig.cmake:70 (find_package_handle_standard_args) Signed-off-by: Khem Raj --- meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.7.bb | 2 +- 1

[oe] [meta-oe][PATCH 09/39] libbytesize: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../git/configure: line 13851: `PKG_CHECK_MODULES(PCRE2, libpcre2-8, , LIBBYTESIZE_SOFT_FAILURE($[PCRE2]_PKG_ERRORS))' Signed-off-by: Khem Raj --- meta-oe/recipes-support/libbytesize/libbytesize_2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH 08/39] rrdtool: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes configure: error: Please fix the library issues listed above and try again. Signed-off-by: Khem Raj --- meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb

[oe] [meta-networking][PATCH 07/39] kronosnet: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes configure.ac:32: error: possibly undefined macro: AC_MSG_ERROR Signed-off-by: Khem Raj --- meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-extended/kronosnet/kronosnet_1.20.bb

[oe] [meta-oe][PATCH 06/39] volume-key: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes ../volume_key-0.3.12/configure: line 13428: syntax error near unexpected token `blkid,' ../volume_key-0.3.12/configure: line 13428: `PKG_CHECK_MODULES(blkid, blkid)' Signed-off-by: Khem Raj --- meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb | 2 +- 1 file changed, 1

[oe] [meta-gnome][PATCH 05/39] appstream-glib: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Fixes Did not find pkg-config by name 'pkg-config' Signed-off-by: Khem Raj --- .../recipes-support/appstream-glib/appstream-glib_0.7.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb

[oe] [meta-filesystems][PATCH 04/39] sshfs-fuse: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb

[oe] [meta-oe][PATCH 03/39] portaudio-v19: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb index

[oe] [meta-networking][PATCH 01/39] libgnt: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb b/meta-networking/recipes-support/libtevent/libtevent_0.10.2.bb index

[oe] [meta-oe][PATCH 02/39] libgnt: Inherit pkgconfig

2021-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb index 7c9a2cbf6b..2450d31966 100644 ---

[oe] [meta-webserver][PATCH v2] netdata: Fixed the recipe (v2).

2021-09-22 Thread jan
The netdata website was not accessable due to some (changed) permissions. The systemd service file will start netdata deamon with the netdata user. The netdata group as existing, but the netdata user was missing. I moved some directory creations from systemd to the bitbake recipe. The project

[oe] [meta-python][PATCH 3/3] python3-lxml: Inherit pkgconfig

2021-09-22 Thread Khem Raj
It was part of default dependencies before Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.3.bb

[oe] [meta-oe][PATCH 2/3] emacs: Inherit pkgconfig

2021-09-22 Thread Khem Raj
It was part of default dependencies before Signed-off-by: Khem Raj --- meta-oe/recipes-support/emacs/emacs_27.2.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/emacs/emacs_27.2.bb b/meta-oe/recipes-support/emacs/emacs_27.2.bb index

[oe] [meta-networking][PATCH 1/3] postfix: Inherit pkgconfig

2021-09-22 Thread Khem Raj
It was part of default dependencies before Signed-off-by: Khem Raj --- meta-networking/recipes-daemons/postfix/postfix.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc

[oe] [meta-webserver] [PATCH] apache2: upgrade 2.4.48 -> 2.4.49

2021-09-22 Thread wangmy
Changes with Apache 2.4.49 *) SECURITY: CVE-2021-40438 (cve.mitre.org) mod_proxy: Server Side Request Forgery (SSRF) vulnerabilty [Yann Ylavic] *) SECURITY: CVE-2021-39275 (cve.mitre.org) core: ap_escape_quotes buffer overflow *) SECURITY: CVE-2021-36160 (cve.mitre.org)

[oe] [meta-networking] [PATCH] nghttp2: upgrade 1.44.0 -> 1.45.1

2021-09-22 Thread wangmy
build: Fix compile error with libressl build: Always include optional files to EXTRA_DIST build: Add missing cmake files to EXTRA_DIST Signed-off-by: Wang Mingyu --- .../nghttp2/{nghttp2_1.44.0.bb => nghttp2_1.45.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename