All of lore.kernel.org
 help / color / mirror / Atom feed
* [gatesgarth 00/15] Patch review Feb 14th
@ 2021-02-15  1:13 akuster
  2021-02-15  1:13 ` [gatesgarth 01/15] enca: Fix SRC_URI akuster
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

Next set for Gatesgarth.
Please have feedback by Tuesday.

The following changes since commit cef93b7b00e620d90a610112ee574fa60b691cf8:

  openldap: upgrade 2.4.56 -> 2.4.57 (2021-02-02 10:18:22 -0800)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib stable/gatesgarth-nut
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/gatesgarth-nut

Armin Kuster (1):
  lua: update to 5.3.6

Kai Kang (1):
  mariadb: add package config zstd

Khem Raj (5):
  mariadb: Fix build on 32bit arches with 64bit time_t
  gedit: Inherit python3targetconfig
  openipmi: Inherit python3targetconfig
  libplist: Inherit python3targetconfig
  postgresql: Inherit python3targetconfig

Mario Schuknecht (1):
  dnsmasq: Fix systemd service

Martin Jansa (1):
  wireguard-module: remove PKG assignment

Mingli Yu (1):
  mariadb: upgrade to 10.5.8

Qi.Chen@windriver.com (1):
  minifi-cpp: set PSEUDO_CONSIDER_PATHS

Shlomi Vaknin (1):
  python3-sh: remove python3-tests from RDEPENDS

Wang Mingyu (1):
  dnsmasq: upgrade 2.82 -> 2.84

akuster (1):
  enca: Fix SRC_URI

changqing.li@windriver.com (1):
  celt051: update SRC_URI

 .../recipes-gnome/gedit/gedit_3.36.2.bb       |  2 +-
 .../wireguard-module_1.0.20200908.bb          |  7 ----
 .../recipes-support/celt051/celt051_git.bb    |  2 +-
 .../recipes-support/dnsmasq/dnsmasq/lua.patch |  9 +++--
 .../recipes-support/dnsmasq/dnsmasq_2.82.bb   |  8 ----
 .../recipes-support/dnsmasq/dnsmasq_2.84.bb   |  8 ++++
 .../dnsmasq/files/dnsmasq-resolvconf.service  |  2 +-
 .../openipmi/openipmi_2.0.29.bb               |  2 +-
 ...ive_10.5.6.bb => mariadb-native_10.5.8.bb} |  0
 meta-oe/recipes-dbs/mysql/mariadb.inc         |  5 ++-
 ...fine-__NR_futex-if-it-does-not-exist.patch | 37 ++++++++++++++++++
 ...ktrace-t.c-make-the-test-conditional.patch | 38 +++++++++++++++++++
 .../mysql/mariadb/c11_atomics.patch           | 14 +++----
 .../{mariadb_10.5.6.bb => mariadb_10.5.8.bb}  |  0
 meta-oe/recipes-dbs/postgresql/postgresql.inc |  2 +-
 .../lua/{lua_5.3.5.bb => lua_5.3.6.bb}        |  6 +--
 .../libimobiledevice/libplist_2.2.0.bb        |  2 +-
 .../minifi-cpp/minifi-cpp_0.7.0.bb            |  1 +
 meta-oe/recipes-support/enca/enca_1.9.bb      |  7 ++--
 .../python/python3-sh_1.14.1.bb               |  1 -
 20 files changed, 112 insertions(+), 41 deletions(-)
 delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.5.6.bb => mariadb-native_10.5.8.bb} (100%)
 create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch
 create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.5.6.bb => mariadb_10.5.8.bb} (100%)
 rename meta-oe/recipes-devtools/lua/{lua_5.3.5.bb => lua_5.3.6.bb} (92%)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 19+ messages in thread

* [gatesgarth 01/15] enca: Fix SRC_URI
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 02/15] lua: update to 5.3.6 akuster
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: akuster <akuster808@gmail.com>

The project appears to have moved.
Update HOMEPAGE and SRC_URI. bz2 is not available, use gz
Update HASH accordingly.

Fixes:
WARNING: enca-1.9-r0 do_fetch: Failed to fetch URL http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-1.9.tar.bz2, attempting MIRRORS if available

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 460077d30ffedca4c794f60cd0f21404fc1736d7)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-support/enca/enca_1.9.bb | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/enca/enca_1.9.bb b/meta-oe/recipes-support/enca/enca_1.9.bb
index bf19843b2f..b0ba3aedef 100644
--- a/meta-oe/recipes-support/enca/enca_1.9.bb
+++ b/meta-oe/recipes-support/enca/enca_1.9.bb
@@ -1,21 +1,20 @@
 SUMMARY = "Enca is an Extremely Naive Charset Analyser"
 SECTION = "libs"
-HOMEPAGE = "http://trific.ath.cx/software/enca/"
+HOMEPAGE = "https://cihar.com/software/enca/"
 
 DEPENDS += "gettext-native"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=24b9569831c46d4818450b55282476b4"
 
-SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/enca-${PV}.tar.bz2 \
+SRC_URI = "https://dl.cihar.com/enca/enca-${PV}.tar.gz \
     file://configure-hack.patch \
     file://dont-run-tests.patch \
     file://configure-remove-dumbness.patch \
     file://makefile-remove-tools.patch \
     file://libenca-003-iconv.patch "
 
-SRC_URI[md5sum] = "b3581e28d68d452286fb0bfe58bed3b3"
-SRC_URI[sha256sum] = "02acfef2b24a9c842612da49338138311f909f1cd33933520c07b8b26c410f4d"
+SRC_URI[sha256sum] = "75a38ed23bac37cc12166cc5edc8335c3af862adc202f84823d3aef3e2208e47"
 
 inherit autotools
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 02/15] lua: update to 5.3.6
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
  2021-02-15  1:13 ` [gatesgarth 01/15] enca: Fix SRC_URI akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 03/15] python3-sh: remove python3-tests from RDEPENDS akuster
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Armin Kuster <akuster@mvista.com>

LIC_FILES_CHKSUM changed to do year updates

This is the last 5.3.x update. This will give us the best
starting point for doing Maintence moving forward.

Its a bug fix only update. See http://www.lua.org/work/diffs-lua-5.3.5-lua-5.3.6.html

Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 25d8d65eb537b949aa42d1388fecbc22ba059b33)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-devtools/lua/{lua_5.3.5.bb => lua_5.3.6.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/lua/{lua_5.3.5.bb => lua_5.3.6.bb} (92%)

diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.5.bb b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
similarity index 92%
rename from meta-oe/recipes-devtools/lua/lua_5.3.5.bb
rename to meta-oe/recipes-devtools/lua/lua_5.3.6.bb
index 7d84ea60b6..342ed1b547 100644
--- a/meta-oe/recipes-devtools/lua/lua_5.3.5.bb
+++ b/meta-oe/recipes-devtools/lua/lua_5.3.6.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Lua is a powerful light-weight programming language designed \
 for extending applications."
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=318;endline=352;md5=60aa5cfdbd40086501778d9b6ebf29ee"
+LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=318;endline=352;md5=f43d8ee6bc4df18ef8b276439cc4a153"
 HOMEPAGE = "http://www.lua.org/"
 
 SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \
@@ -20,8 +20,8 @@ SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', \
             file://run-ptest \
            ', '', d)}"
 
-SRC_URI[tarballsrc.md5sum] = "4f4b4f323fd3514a68e0ab3da8ce3455"
-SRC_URI[tarballsrc.sha256sum] = "0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac"
+SRC_URI[tarballsrc.md5sum] = "83f23dbd5230140a3770d5f54076948d"
+SRC_URI[tarballsrc.sha256sum] = "fc5fd69bb8736323f026672b1b7235da613d7177e72558893a0bdcd320466d60"
 SRC_URI[tarballtest.md5sum] = "b14fe3748c1cb2d74e3acd1943629ba3"
 SRC_URI[tarballtest.sha256sum] = "b80771238271c72565e5a1183292ef31bd7166414cd0d43a8eb79845fa7f599f"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 03/15] python3-sh: remove python3-tests from RDEPENDS
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
  2021-02-15  1:13 ` [gatesgarth 01/15] enca: Fix SRC_URI akuster
  2021-02-15  1:13 ` [gatesgarth 02/15] lua: update to 5.3.6 akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 04/15] celt051: update SRC_URI akuster
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Shlomi Vaknin <shlomi.39sd@gmail.com>

python3-tests installs the unit tests of python
as well as stuff that no one should care about
in its rootfs. Thus, it is not a runtime dependency
of python3-sh.

Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 2ed25eb4efecb23b47556e63cb9290945c3dea59)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-sh_1.14.1.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb b/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
index c7b50c21a4..89d5008e98 100644
--- a/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
+++ b/meta-python/recipes-devtools/python/python3-sh_1.14.1.bb
@@ -18,7 +18,6 @@ RDEPENDS_${PN} += " \
     ${PYTHON_PN}-resource \
     ${PYTHON_PN}-shell \
     ${PYTHON_PN}-terminal \
-    ${PYTHON_PN}-tests \
     ${PYTHON_PN}-threading \
     ${PYTHON_PN}-unixadmin \
 "
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 04/15] celt051: update SRC_URI
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (2 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 03/15] python3-sh: remove python3-tests from RDEPENDS akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 05/15] dnsmasq: Fix systemd service akuster
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: "changqing.li@windriver.com" <changqing.li@windriver.com>

original SRC_URI is not valid now, offical CELT repository
moved to gitlab

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5450c958bf66afd560fd8dff5b432ea71f10165c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-networking/recipes-support/celt051/celt051_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/celt051/celt051_git.bb b/meta-networking/recipes-support/celt051/celt051_git.bb
index 12b9124f74..c3e4cbbe6d 100644
--- a/meta-networking/recipes-support/celt051/celt051_git.bb
+++ b/meta-networking/recipes-support/celt051/celt051_git.bb
@@ -16,7 +16,7 @@ PV = "0.5.1.3+git${SRCPV}"
 
 SRCREV = "5555aae843f57241d005e330b9cb65602d56db0f"
 
-SRC_URI = "git://git.xiph.org/celt.git;branch=compat-v0.5.1;protocol=https \
+SRC_URI = "git://gitlab.xiph.org/xiph/celt.git;branch=compat-v0.5.1;protocol=https \
            file://0001-configure.ac-make-tools-support-optional.patch \
            file://0001-tests-Include-entcode.c-into-test-sources-to-provide.patch \
            "
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 05/15] dnsmasq: Fix systemd service
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (3 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 04/15] celt051: update SRC_URI akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 06/15] mariadb: Fix build on 32bit arches with 64bit time_t akuster
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Mario Schuknecht <mario.schuknecht@dresearch-fe.de>

Systemd service file option 'ExecStopPre' is warned and ignored by
systemd. By replacing 'ExecStopPre' with 'ExecStop', the intended
behavior is realized. The 'ExecStop' commands are executed one after the
other.

Signed-off-by: Mario Schuknecht <mario.schuknecht@dresearch-fe.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 55c94cb3196f53d0c1c76bbd74136d1b5d51802d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-support/dnsmasq/files/dnsmasq-resolvconf.service    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service
index 2980f7def6..ef2f3f7e41 100644
--- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service
+++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service
@@ -8,7 +8,7 @@ PIDFile=/run/dnsmasq.pid
 ExecStartPre=/usr/bin/dnsmasq --test
 ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service
 ExecStartPost=/usr/bin/dnsmasq-resolvconf-helper start
-ExecStopPre=/usr/bin/dnsmasq-resolvconf-helper stop
+ExecStop=/usr/bin/dnsmasq-resolvconf-helper stop
 ExecStop=/bin/kill $MAINPID
 ExecReload=/bin/kill -HUP $MAINPID
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 06/15] mariadb: Fix build on 32bit arches with 64bit time_t
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (4 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 05/15] dnsmasq: Fix systemd service akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 07/15] mariadb: add package config zstd akuster
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Khem Raj <raj.khem@gmail.com>

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 512712f9c4b5eb4f9a1280fe7dbe06089e547ac3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-dbs/mysql/mariadb.inc         |  1 +
 ...fine-__NR_futex-if-it-does-not-exist.patch | 37 +++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch

diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
index 7c92bbaad6..e3ce297618 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -19,6 +19,7 @@ SRC_URI = "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz
            file://clang_version_header_conflict.patch \
            file://fix-arm-atomic.patch \
            file://0001-Fix-library-LZ4-lookup.patch \
+           file://0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch \
           "
 SRC_URI[sha256sum] = "ff05dd69e9f6992caf1053242db704f04eda6f9accbcc98b74edfaf6013c45c4"
 
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch b/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch
new file mode 100644
index 0000000000..0a2eed44f4
--- /dev/null
+++ b/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch
@@ -0,0 +1,37 @@
+From d611f78198dee64bb6a05933d200b544e2510b76 Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem@gmail.com>
+Date: Sat, 14 Nov 2020 14:37:13 -0800
+Subject: [PATCH] innobase: Define __NR_futex if it does not exist
+
+__NR_futex is not defines by newer architectures e.g. arc, riscv32 as
+they only have 64bit variant of time_t. Glibc defines SYS_futex interface based
+on
+__NR_futex, since this is used in applications, such applications start
+to fail to build for these newer architectures. This patch defines a
+fallback to alias __NR_futex to __NR_futex_tim64 so SYS_futex keeps
+working
+
+Upstream-Status: Pending
+
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+---
+ storage/innobase/log/log0sync.cc | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/storage/innobase/log/log0sync.cc b/storage/innobase/log/log0sync.cc
+index 7799e605..4fab8f74 100644
+--- a/storage/innobase/log/log0sync.cc
++++ b/storage/innobase/log/log0sync.cc
+@@ -66,6 +66,9 @@ Note that if write operation is very fast, a) or b) can be fine as alternative.
+ #ifdef __linux__
+ #include <linux/futex.h>
+ #include <sys/syscall.h>
++#if !defined(SYS_futex) && defined(SYS_futex_time64)
++# define SYS_futex SYS_futex_time64
++#endif
+ #endif
+ 
+ #include <atomic>
+-- 
+2.29.2
+
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 07/15] mariadb: add package config zstd
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (5 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 06/15] mariadb: Fix build on 32bit arches with 64bit time_t akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 08/15] mariadb: upgrade to 10.5.8 akuster
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Kai Kang <kai.kang@windriver.com>

Add package config zstd to fix file-rdeps issue when ccache is enabled:

| ERROR: mariadb-10.5.6-r0 do_package_qa: QA Issue:
|  /usr/lib64/plugin/ha_rocksdb.so contained in package mariadb-server
|  requires libzstd.so.1() (64bit), but no providers found in
|  RDEPENDS_mariadb-server? [file-rdeps]

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c1ac3cd7d9aa7a00aa82e3caa0124aa0489baafc)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-dbs/mysql/mariadb.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
index e3ce297618..f6c32270b7 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -62,6 +62,7 @@ PACKAGECONFIG[pam] = ",-DWITHOUT_AUTH_PAM=TRUE,libpam"
 PACKAGECONFIG[valgrind] = "-DWITH_VALGRIND=TRUE,-DWITH_VALGRIND=FALSE,valgrind"
 PACKAGECONFIG[krb5] = ", ,krb5"
 PACKAGECONFIG[setupdb] = ", ,,${PN}-setupdb"
+PACKAGECONFIG[zstd] = "-DWITH_ROCKSDB_ZSTD=ON,-DWITH_ROCKSDB_ZSTD=OFF,zstd"
 
 # MariaDB doesn't link properly with gold
 # https://mariadb.atlassian.net/browse/MDEV-5982
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 08/15] mariadb: upgrade to 10.5.8
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (6 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 07/15] mariadb: add package config zstd akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 09/15] minifi-cpp: set PSEUDO_CONSIDER_PATHS akuster
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Mingli Yu <mingli.yu@windriver.com>

Fixes for the following security vulnerabilities:
CVE-2020-14812
CVE-2020-14765
CVE-2020-14776
CVE-2020-14789
CVE-2020-28912 (MDEV-24040)

Rebase c11_atomics.patch to avoid fuzz warnings and add
a patch to fix below build error on musl.
/prj/tmp/work/cortexa57-poky-linux-musl/mariadb/10.5.8-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux-musl/../../libexec/aarch64-poky-linux-musl/gcc/aarch64-poky-linux-musl/10.2.0/ld.bfd: /usr/src/debug/mariadb/10.5.8-r0/mariadb-10.5.8/unittest/mysys/stacktrace-t.c:36: undefined reference to `my_safe_print_str'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 486d0fa33ec6dc41f198445180135ccccb897ce1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 ...ive_10.5.6.bb => mariadb-native_10.5.8.bb} |  0
 meta-oe/recipes-dbs/mysql/mariadb.inc         |  3 +-
 ...ktrace-t.c-make-the-test-conditional.patch | 38 +++++++++++++++++++
 .../mysql/mariadb/c11_atomics.patch           | 14 +++----
 .../{mariadb_10.5.6.bb => mariadb_10.5.8.bb}  |  0
 5 files changed, 47 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.5.6.bb => mariadb-native_10.5.8.bb} (100%)
 create mode 100644 meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.5.6.bb => mariadb_10.5.8.bb} (100%)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb-native_10.5.6.bb b/meta-oe/recipes-dbs/mysql/mariadb-native_10.5.8.bb
similarity index 100%
rename from meta-oe/recipes-dbs/mysql/mariadb-native_10.5.6.bb
rename to meta-oe/recipes-dbs/mysql/mariadb-native_10.5.8.bb
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc b/meta-oe/recipes-dbs/mysql/mariadb.inc
index f6c32270b7..27eede6c30 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -20,8 +20,9 @@ SRC_URI = "https://downloads.mariadb.org/interstitial/${BP}/source/${BP}.tar.gz
            file://fix-arm-atomic.patch \
            file://0001-Fix-library-LZ4-lookup.patch \
            file://0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch \
+           file://0001-stacktrace-t.c-make-the-test-conditional.patch \
           "
-SRC_URI[sha256sum] = "ff05dd69e9f6992caf1053242db704f04eda6f9accbcc98b74edfaf6013c45c4"
+SRC_URI[sha256sum] = "eb4824f6f2c532cd3fc6a6bce7bf78ea7c6b949f8bdd07656b2c84344e757be8"
 
 UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/releases"
 
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch b/meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
new file mode 100644
index 0000000000..d8f672d744
--- /dev/null
+++ b/meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
@@ -0,0 +1,38 @@
+From 966cbeb309f867ff4ac8e7f4462be4780e421700 Mon Sep 17 00:00:00 2001
+From: Mingli Yu <mingli.yu@windriver.com>
+Date: Mon, 25 Jan 2021 19:01:06 -0800
+Subject: [PATCH] stacktrace-t.c: make the test conditional
+
+Fixes:
+/prj/tmp/work/cortexa57-poky-linux-musl/mariadb/10.5.8-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux-musl/../../libexec/aarch64-poky-linux-musl/gcc/aarch64-poky-linux-musl/10.2.0/ld.bfd: /usr/src/debug/mariadb/10.5.8-r0/mariadb-10.5.8/unittest/mysys/stacktrace-t.c:36: undefined reference to `my_safe_print_str'
+
+Upstream-Status: Submitted [https://jira.mariadb.org/browse/MDEV-24131]
+
+Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
+---
+ unittest/mysys/stacktrace-t.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/unittest/mysys/stacktrace-t.c b/unittest/mysys/stacktrace-t.c
+index 8fa0db15b36..d8408f80d76 100644
+--- a/unittest/mysys/stacktrace-t.c
++++ b/unittest/mysys/stacktrace-t.c
+@@ -29,6 +29,7 @@ void test_my_safe_print_str()
+   memcpy(b_stack, "LEGAL", 6);
+   memcpy(b_bss, "LEGAL", 6);
+ 
++#ifdef HAVE_STACKTRACE
+ #ifndef __SANITIZE_ADDRESS__
+   fprintf(stderr, "\n===== stack =====\n");
+   my_safe_print_str(b_stack, 65535);
+@@ -48,6 +49,7 @@ void test_my_safe_print_str()
+   fprintf(stderr, "\n===== (const char*) 1 =====\n");
+   my_safe_print_str((const char*)1, 5);
+ #endif /*__SANITIZE_ADDRESS__*/
++#endif /*HAVE_STACKTRACE*/
+ 
+   free(b_heap);
+ 
+-- 
+2.17.1
+
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/c11_atomics.patch b/meta-oe/recipes-dbs/mysql/mariadb/c11_atomics.patch
index 36217f9aae..32c9818ab0 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb/c11_atomics.patch
+++ b/meta-oe/recipes-dbs/mysql/mariadb/c11_atomics.patch
@@ -17,10 +17,10 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
  3 files changed, 27 insertions(+), 1 deletion(-)
 
 diff --git a/configure.cmake b/configure.cmake
-index a355214..6ee595f 100644
+index bb3ad43..2ff4f19 100644
 --- a/configure.cmake
 +++ b/configure.cmake
-@@ -865,7 +865,25 @@ int main()
+@@ -861,7 +861,25 @@ int main()
    long long int *ptr= &var;
    return (int)__atomic_load_n(ptr, __ATOMIC_SEQ_CST);
  }"
@@ -48,11 +48,11 @@ index a355214..6ee595f 100644
  IF(WITH_VALGRIND)
    SET(HAVE_valgrind 1)
 diff --git a/mysys/CMakeLists.txt b/mysys/CMakeLists.txt
-index 3d8a20e..42f1441 100644
+index 6a3a1ef..e306ae7 100644
 --- a/mysys/CMakeLists.txt
 +++ b/mysys/CMakeLists.txt
-@@ -129,6 +129,10 @@ TARGET_LINK_LIBRARIES(mysys dbug strings ${ZLIB_LIBRARY}
-  ${LIBNSL} ${LIBM} ${LIBRT} ${LIBDL} ${LIBSOCKET} ${LIBEXECINFO})
+@@ -140,6 +140,10 @@ TARGET_LINK_LIBRARIES(mysys dbug strings ${ZLIB_LIBRARY}
+  ${LIBNSL} ${LIBM} ${LIBRT} ${CMAKE_DL_LIBS} ${LIBSOCKET} ${LIBEXECINFO})
  DTRACE_INSTRUMENT(mysys)
  
 +IF (HAVE_GCC_C11_ATOMICS_WITH_LIBATOMIC)
@@ -63,10 +63,10 @@ index 3d8a20e..42f1441 100644
    TARGET_LINK_LIBRARIES(mysys bfd)  
  ENDIF(HAVE_BFD_H)
 diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt
-index 616017b..53575f6 100644
+index 4978d01..883a930 100644
 --- a/sql/CMakeLists.txt
 +++ b/sql/CMakeLists.txt
-@@ -219,6 +219,10 @@ ELSE()
+@@ -220,6 +220,10 @@ ELSE()
    SET(MYSQLD_SOURCE main.cc ${DTRACE_PROBES_ALL})
  ENDIF()
  
diff --git a/meta-oe/recipes-dbs/mysql/mariadb_10.5.6.bb b/meta-oe/recipes-dbs/mysql/mariadb_10.5.8.bb
similarity index 100%
rename from meta-oe/recipes-dbs/mysql/mariadb_10.5.6.bb
rename to meta-oe/recipes-dbs/mysql/mariadb_10.5.8.bb
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 09/15] minifi-cpp: set PSEUDO_CONSIDER_PATHS
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (7 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 08/15] mariadb: upgrade to 10.5.8 akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 10/15] dnsmasq: upgrade 2.82 -> 2.84 akuster
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: "Qi.Chen@windriver.com" <Qi.Chen@windriver.com>

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 252fd475e928512dac92077564e0877ab7b4060f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb
index 2b884e3a1b..defbee8de1 100644
--- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb
+++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb
@@ -75,6 +75,7 @@ TARGET_CFLAGS_append_riscv64 += "-fpic"
 TARGET_CXXFLAGS_append_riscv64 += "-fpic"
 
 do_install[cleandirs] += "${WORKDIR}/minifi-install"
+PSEUDO_CONSIDER_PATHS .= ",${WORKDIR}/minifi-install"
 
 do_install() {
     DESTDIR='${WORKDIR}/minifi-install' cmake_runcmake_build --target ${OECMAKE_TARGET_INSTALL}
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 10/15] dnsmasq: upgrade 2.82 -> 2.84
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (8 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 09/15] minifi-cpp: set PSEUDO_CONSIDER_PATHS akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 11/15] wireguard-module: remove PKG assignment akuster
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Wang Mingyu <wangmy@cn.fujitsu.com>

Refresh the following patch:
lua.patch

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3e28a31bb479f292b9a052a3d2eee84c49319ee3)
[ Bug fix only changes mostly CVEs
 CVE-2020-25681, CVE-2020-25682, CVE-2020-25683
 CVE-2020-25687, CVE-2020-25684, CVE-2020-25685
 CVE-2020-25686 ]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-support/dnsmasq/dnsmasq/lua.patch            | 9 +++++----
 meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb  | 8 --------
 meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb  | 8 ++++++++
 3 files changed, 13 insertions(+), 12 deletions(-)
 delete mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb
 create mode 100644 meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb

diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch b/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch
index 1bf0f75c12..be2bb42fc2 100644
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq/lua.patch
@@ -14,7 +14,7 @@ diff --git a/Makefile b/Makefile
 index 73ea23e..ed3eeb9 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -59,8 +59,8 @@ idn2_cflags =   `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LIBIDN2 $(PKG_CONFI
+@@ -60,8 +60,8 @@ idn2_cflags =   `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LIBIDN2 $(PKG_CONFI
  idn2_libs =     `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LIBIDN2 $(PKG_CONFIG) --libs libidn2`
  ct_cflags =     `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_CONNTRACK $(PKG_CONFIG) --cflags libnetfilter_conntrack`
  ct_libs =       `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_CONNTRACK $(PKG_CONFIG) --libs libnetfilter_conntrack`
@@ -22,9 +22,10 @@ index 73ea23e..ed3eeb9 100644
 -lua_libs =      `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT $(PKG_CONFIG) --libs lua5.2` 
 +lua_cflags =    `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT $(PKG_CONFIG) --cflags lua`
 +lua_libs =      `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_LUASCRIPT $(PKG_CONFIG) --libs lua`
- nettle_cflags = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_DNSSEC $(PKG_CONFIG) --cflags nettle hogweed`
- nettle_libs =   `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_DNSSEC $(PKG_CONFIG) --libs nettle hogweed`
- gmp_libs =      `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_DNSSEC NO_GMP --copy -lgmp`
+ nettle_cflags = `echo $(COPTS) | $(top)/bld/pkg-wrapper HAVE_DNSSEC     $(PKG_CONFIG) --cflags 'nettle hogweed' \
+                                                         HAVE_CRYPTOHASH $(PKG_CONFIG) --cflags nettle \
+                                                         HAVE_NETTLEHASH $(PKG_CONFIG) --cflags nettle`
+
 -- 
 2.9.5
 
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb
deleted file mode 100644
index 4ca1f3cc91..0000000000
--- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require dnsmasq.inc
-
-SRC_URI[dnsmasq-2.82.md5sum] = "3c710dee3edba510ed11a6e3d9e0d9cb"
-SRC_URI[dnsmasq-2.82.sha256sum] = "62f33bfac1a1b4a5dab8461b4664e414f7d6ced1d2cf141e9cdf9c3c2a424f65"
-SRC_URI += "\
-    file://lua.patch \
-"
-
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb
new file mode 100644
index 0000000000..3dd9154f3d
--- /dev/null
+++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb
@@ -0,0 +1,8 @@
+require dnsmasq.inc
+
+SRC_URI[dnsmasq-2.84.md5sum] = "6bf24b5bcf9293db2941fbdb545c1133"
+SRC_URI[dnsmasq-2.84.sha256sum] = "4caf385376f34fae5c55244a1f870dcf6f90e037bb7c4487210933dc497f9c36"
+SRC_URI += "\
+    file://lua.patch \
+"
+
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 11/15] wireguard-module: remove PKG assignment
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (9 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 10/15] dnsmasq: upgrade 2.82 -> 2.84 akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 12/15] gedit: Inherit python3targetconfig akuster
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Martin Jansa <Martin.Jansa@gmail.com>

* it's not clear why it was added in first place and it's causing issues since:
  "package: get_package_mapping: avoid dependency mapping if renamed package provides original name"
  commit in oe-core as discussed in:
  https://lists.openembedded.org/g/openembedded-core/message/143672
  https://github.com/openembedded/meta-openembedded/issues/285

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 304f660f880bdf7dd5c51695875ab0a73aaed8b2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../wireguard/wireguard-module_1.0.20200908.bb             | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200908.bb b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200908.bb
index 4e3f3deca3..20fa533455 100644
--- a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200908.bb
+++ b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200908.bb
@@ -21,13 +21,6 @@ MAKE_TARGETS = "module"
 RRECOMMENDS_${PN} = "kernel-module-xt-hashlimit"
 MODULE_NAME = "wireguard"
 
-# Kernel module packages MUST begin with 'kernel-module-', otherwise
-# multilib image generation can fail.
-#
-# The following line is only necessary if the recipe name does not begin
-# with kernel-module-.
-PKG_${PN} = "kernel-module-${MODULE_NAME}"
-
 module_do_install() {
     install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/${MODULE_NAME}
     install -m 0644 ${MODULE_NAME}.ko \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 12/15] gedit: Inherit python3targetconfig
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (10 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 11/15] wireguard-module: remove PKG assignment akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 13/15] openipmi: " akuster
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Khem Raj <raj.khem@gmail.com>

This is needed to find _PYTHON_SYSCONFIGDATA_NAME

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a06cdf5a4cd3769982ca861aa9aaff312277df51)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb b/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb
index 506bd11c78..b20f20449f 100644
--- a/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb
+++ b/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb
@@ -16,7 +16,7 @@ DEPENDS = " \
     tepl \
 "
 
-inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc vala gettext features_check upstream-version-is-even mime-xdg
+inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc vala gettext features_check upstream-version-is-even mime-xdg python3targetconfig
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 13/15] openipmi: Inherit python3targetconfig
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (11 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 12/15] gedit: Inherit python3targetconfig akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 14/15] libplist: " akuster
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Khem Raj <raj.khem@gmail.com>

Fixes

configure: error:
  Could not link test program to Python. Maybe the main Python library has been
  installed in some non-standard library path. If so, pass it to configure,
  via the LIBS environment variable.
  Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 59f817bbe374799e4398766c2a444692d932d979)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb
index 85634a70eb..6918485870 100644
--- a/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb
+++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.29.bb
@@ -38,7 +38,7 @@ S = "${WORKDIR}/OpenIPMI-${PV}"
 SRC_URI[md5sum] = "46b452e95d69c92e4172b3673ed88d52"
 SRC_URI[sha256sum] = "2244124579afb14e569f34393e9ac61e658a28b6ffa8e5c0d2c1c12a8ce695cd"
 
-inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base
+inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base python3targetconfig
 
 EXTRA_OECONF = "--disable-static \
                 --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 14/15] libplist: Inherit python3targetconfig
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (12 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 13/15] openipmi: " akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  1:13 ` [gatesgarth 15/15] postgresql: " akuster
  2021-02-15  8:49 ` [oe] [gatesgarth 00/15] Patch review Feb 14th Martin Jansa
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Khem Raj <raj.khem@gmail.com>

Fixes

configure: error:
  Could not link test program to Python. Maybe the main Python library has been
  installed in some non-standard library path. If so, pass it to configure,
  via the LIBS environment variable.
  Example: ./configure LIBS="-L/usr/non-standard-path/python/lib"

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit be7d2286bfe80835e8e014114aaf587e2930c683)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb
index 408fa8ac0e..6ef5b4f432 100644
--- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb
+++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.2.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \
 
 DEPENDS = "libxml2 glib-2.0 swig python3"
 
-inherit autotools pkgconfig python3native
+inherit autotools pkgconfig python3native python3targetconfig
 
 SRCREV = "c5a30e9267068436a75b5d00fcbf95cb9c1f4dcd"
 SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [gatesgarth 15/15] postgresql: Inherit python3targetconfig
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (13 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 14/15] libplist: " akuster
@ 2021-02-15  1:13 ` akuster
  2021-02-15  8:49 ` [oe] [gatesgarth 00/15] Patch review Feb 14th Martin Jansa
  15 siblings, 0 replies; 19+ messages in thread
From: akuster @ 2021-02-15  1:13 UTC (permalink / raw)
  To: openembedded-devel

From: Khem Raj <raj.khem@gmail.com>

it now ends up searching native python shared libraries and tries to
link with it and fails on non-host architectures

recipe-sysroot-native/usr/lib/libpython3.9.so: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c499aaeef80b5af8d20521658449c4148f3d0806)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc
index 826bcc1e1c..09c6a3ca9d 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql.inc
+++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc
@@ -36,7 +36,7 @@ LEAD_SONAME = "libpq.so"
 # LDFLAGS for shared libraries
 export LDFLAGS_SL = "${LDFLAGS}"
 
-inherit autotools pkgconfig perlnative python3native useradd update-rc.d systemd gettext cpan-base
+inherit autotools pkgconfig perlnative python3native python3targetconfig useradd update-rc.d systemd gettext cpan-base
 
 CFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR} -I${STAGING_INCDIR}/tcl8.6"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 19+ messages in thread

* Re: [oe] [gatesgarth 00/15] Patch review Feb 14th
  2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
                   ` (14 preceding siblings ...)
  2021-02-15  1:13 ` [gatesgarth 15/15] postgresql: " akuster
@ 2021-02-15  8:49 ` Martin Jansa
  2021-02-15 15:49   ` akuster
  15 siblings, 1 reply; 19+ messages in thread
From: Martin Jansa @ 2021-02-15  8:49 UTC (permalink / raw)
  To: akuster; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3600 bytes --]

Hi,

this seems to be missing the top commit from:
https://git.openembedded.org/meta-openembedded-contrib/log/?h=pkj/_PYTHON_SYSCONFIGDATA_NAME-gatesgarth
so python3-grpcio-tools doesn't even parse since sysconfigdata were merged
in oe-core.

Cheers,

On Mon, Feb 15, 2021 at 2:13 AM akuster <akuster808@gmail.com> wrote:

> Next set for Gatesgarth.
> Please have feedback by Tuesday.
>
> The following changes since commit
> cef93b7b00e620d90a610112ee574fa60b691cf8:
>
>   openldap: upgrade 2.4.56 -> 2.4.57 (2021-02-02 10:18:22 -0800)
>
> are available in the Git repository at:
>
>   git://git.openembedded.org/meta-openembedded-contrib
> stable/gatesgarth-nut
>
> http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/gatesgarth-nut
>
> Armin Kuster (1):
>   lua: update to 5.3.6
>
> Kai Kang (1):
>   mariadb: add package config zstd
>
> Khem Raj (5):
>   mariadb: Fix build on 32bit arches with 64bit time_t
>   gedit: Inherit python3targetconfig
>   openipmi: Inherit python3targetconfig
>   libplist: Inherit python3targetconfig
>   postgresql: Inherit python3targetconfig
>
> Mario Schuknecht (1):
>   dnsmasq: Fix systemd service
>
> Martin Jansa (1):
>   wireguard-module: remove PKG assignment
>
> Mingli Yu (1):
>   mariadb: upgrade to 10.5.8
>
> Qi.Chen@windriver.com (1):
>   minifi-cpp: set PSEUDO_CONSIDER_PATHS
>
> Shlomi Vaknin (1):
>   python3-sh: remove python3-tests from RDEPENDS
>
> Wang Mingyu (1):
>   dnsmasq: upgrade 2.82 -> 2.84
>
> akuster (1):
>   enca: Fix SRC_URI
>
> changqing.li@windriver.com (1):
>   celt051: update SRC_URI
>
>  .../recipes-gnome/gedit/gedit_3.36.2.bb       |  2 +-
>  .../wireguard-module_1.0.20200908.bb          |  7 ----
>  .../recipes-support/celt051/celt051_git.bb    |  2 +-
>  .../recipes-support/dnsmasq/dnsmasq/lua.patch |  9 +++--
>  .../recipes-support/dnsmasq/dnsmasq_2.82.bb   |  8 ----
>  .../recipes-support/dnsmasq/dnsmasq_2.84.bb   |  8 ++++
>  .../dnsmasq/files/dnsmasq-resolvconf.service  |  2 +-
>  .../openipmi/openipmi_2.0.29.bb               |  2 +-
>  ...ive_10.5.6.bb => mariadb-native_10.5.8.bb} |  0
>  meta-oe/recipes-dbs/mysql/mariadb.inc         |  5 ++-
>  ...fine-__NR_futex-if-it-does-not-exist.patch | 37 ++++++++++++++++++
>  ...ktrace-t.c-make-the-test-conditional.patch | 38 +++++++++++++++++++
>  .../mysql/mariadb/c11_atomics.patch           | 14 +++----
>  .../{mariadb_10.5.6.bb => mariadb_10.5.8.bb}  |  0
>  meta-oe/recipes-dbs/postgresql/postgresql.inc |  2 +-
>  .../lua/{lua_5.3.5.bb => lua_5.3.6.bb}        |  6 +--
>  .../libimobiledevice/libplist_2.2.0.bb        |  2 +-
>  .../minifi-cpp/minifi-cpp_0.7.0.bb            |  1 +
>  meta-oe/recipes-support/enca/enca_1.9.bb      |  7 ++--
>  .../python/python3-sh_1.14.1.bb               |  1 -
>  20 files changed, 112 insertions(+), 41 deletions(-)
>  delete mode 100644 meta-networking/recipes-support/dnsmasq/
> dnsmasq_2.82.bb
>  create mode 100644 meta-networking/recipes-support/dnsmasq/
> dnsmasq_2.84.bb
>  rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.5.6.bb =>
> mariadb-native_10.5.8.bb} (100%)
>  create mode 100644
> meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch
>  create mode 100644
> meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
>  rename meta-oe/recipes-dbs/mysql/{mariadb_10.5.6.bb => mariadb_10.5.8.bb}
> (100%)
>  rename meta-oe/recipes-devtools/lua/{lua_5.3.5.bb => lua_5.3.6.bb} (92%)
>
> --
> 2.17.1
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 6452 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [oe] [gatesgarth 00/15] Patch review Feb 14th
  2021-02-15  8:49 ` [oe] [gatesgarth 00/15] Patch review Feb 14th Martin Jansa
@ 2021-02-15 15:49   ` akuster
  2021-02-19 18:34     ` Martin Jansa
  0 siblings, 1 reply; 19+ messages in thread
From: akuster @ 2021-02-15 15:49 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel



On 2/15/21 12:49 AM, Martin Jansa wrote:
> Hi,
>
> this seems to be missing the top commit from:
> https://git.openembedded.org/meta-openembedded-contrib/log/?h=pkj/_PYTHON_SYSCONFIGDATA_NAME-gatesgarth
> so python3-grpcio-tools doesn't even parse since sysconfigdata were
> merged in oe-core.

Thanks.
I did run several builds with this series as I was having other build
issues around "python3targetconfig" changes.

I pull those in  too.

-armin
>
> Cheers,
>
> On Mon, Feb 15, 2021 at 2:13 AM akuster <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>     Next set for Gatesgarth.
>     Please have feedback by Tuesday.
>
>     The following changes since commit
>     cef93b7b00e620d90a610112ee574fa60b691cf8:
>
>       openldap: upgrade 2.4.56 -> 2.4.57 (2021-02-02 10:18:22 -0800)
>
>     are available in the Git repository at:
>
>       git://git.openembedded.org/meta-openembedded-contrib
>     <http://git.openembedded.org/meta-openembedded-contrib>
>     stable/gatesgarth-nut
>      
>     http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/gatesgarth-nut
>
>     Armin Kuster (1):
>       lua: update to 5.3.6
>
>     Kai Kang (1):
>       mariadb: add package config zstd
>
>     Khem Raj (5):
>       mariadb: Fix build on 32bit arches with 64bit time_t
>       gedit: Inherit python3targetconfig
>       openipmi: Inherit python3targetconfig
>       libplist: Inherit python3targetconfig
>       postgresql: Inherit python3targetconfig
>
>     Mario Schuknecht (1):
>       dnsmasq: Fix systemd service
>
>     Martin Jansa (1):
>       wireguard-module: remove PKG assignment
>
>     Mingli Yu (1):
>       mariadb: upgrade to 10.5.8
>
>     Qi.Chen@windriver.com <mailto:Qi.Chen@windriver.com> (1):
>       minifi-cpp: set PSEUDO_CONSIDER_PATHS
>
>     Shlomi Vaknin (1):
>       python3-sh: remove python3-tests from RDEPENDS
>
>     Wang Mingyu (1):
>       dnsmasq: upgrade 2.82 -> 2.84
>
>     akuster (1):
>       enca: Fix SRC_URI
>
>     changqing.li@windriver.com <mailto:changqing.li@windriver.com> (1):
>       celt051: update SRC_URI
>
>      .../recipes-gnome/gedit/gedit_3.36.2.bb <http://gedit_3.36.2.bb> 
>          |  2 +-
>      .../wireguard-module_1.0.20200908.bb
>     <http://wireguard-module_1.0.20200908.bb>          |  7 ----
>      .../recipes-support/celt051/celt051_git.bb
>     <http://celt051_git.bb>    |  2 +-
>      .../recipes-support/dnsmasq/dnsmasq/lua.patch |  9 +++--
>      .../recipes-support/dnsmasq/dnsmasq_2.82.bb
>     <http://dnsmasq_2.82.bb>   |  8 ----
>      .../recipes-support/dnsmasq/dnsmasq_2.84.bb
>     <http://dnsmasq_2.84.bb>   |  8 ++++
>      .../dnsmasq/files/dnsmasq-resolvconf.service  |  2 +-
>      .../openipmi/openipmi_2.0.29.bb <http://openipmi_2.0.29.bb>     
>              |  2 +-
>      ...ive_10.5.6.bb <http://ive_10.5.6.bb> =>
>     mariadb-native_10.5.8.bb <http://mariadb-native_10.5.8.bb>} |  0
>      meta-oe/recipes-dbs/mysql/mariadb.inc         |  5 ++-
>      ...fine-__NR_futex-if-it-does-not-exist.patch | 37 ++++++++++++++++++
>      ...ktrace-t.c-make-the-test-conditional.patch | 38
>     +++++++++++++++++++
>      .../mysql/mariadb/c11_atomics.patch           | 14 +++----
>      .../{mariadb_10.5.6.bb <http://mariadb_10.5.6.bb> =>
>     mariadb_10.5.8.bb <http://mariadb_10.5.8.bb>}  |  0
>      meta-oe/recipes-dbs/postgresql/postgresql.inc |  2 +-
>      .../lua/{lua_5.3.5.bb <http://lua_5.3.5.bb> => lua_5.3.6.bb
>     <http://lua_5.3.6.bb>}        |  6 +--
>      .../libimobiledevice/libplist_2.2.0.bb
>     <http://libplist_2.2.0.bb>        |  2 +-
>      .../minifi-cpp/minifi-cpp_0.7.0.bb <http://minifi-cpp_0.7.0.bb> 
>               |  1 +
>      meta-oe/recipes-support/enca/enca_1.9.bb <http://enca_1.9.bb>   
>       |  7 ++--
>      .../python/python3-sh_1.14.1.bb <http://python3-sh_1.14.1.bb>   
>                |  1 -
>      20 files changed, 112 insertions(+), 41 deletions(-)
>      delete mode 100644
>     meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb
>     <http://dnsmasq_2.82.bb>
>      create mode 100644
>     meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb
>     <http://dnsmasq_2.84.bb>
>      rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.5.6.bb
>     <http://mariadb-native_10.5.6.bb> => mariadb-native_10.5.8.bb
>     <http://mariadb-native_10.5.8.bb>} (100%)
>      create mode 100644
>     meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch
>      create mode 100644
>     meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
>      rename meta-oe/recipes-dbs/mysql/{mariadb_10.5.6.bb
>     <http://mariadb_10.5.6.bb> => mariadb_10.5.8.bb
>     <http://mariadb_10.5.8.bb>} (100%)
>      rename meta-oe/recipes-devtools/lua/{lua_5.3.5.bb
>     <http://lua_5.3.5.bb> => lua_5.3.6.bb <http://lua_5.3.6.bb>} (92%)
>
>     -- 
>     2.17.1
>
>
>     
>


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: [oe] [gatesgarth 00/15] Patch review Feb 14th
  2021-02-15 15:49   ` akuster
@ 2021-02-19 18:34     ` Martin Jansa
  0 siblings, 0 replies; 19+ messages in thread
From: Martin Jansa @ 2021-02-19 18:34 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 5497 bytes --]

lets fix the parsing :)

current gatesgarth-next
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

On Mon, Feb 15, 2021 at 4:50 PM akuster808 <akuster808@gmail.com> wrote:

>
>
> On 2/15/21 12:49 AM, Martin Jansa wrote:
> > Hi,
> >
> > this seems to be missing the top commit from:
> >
> https://git.openembedded.org/meta-openembedded-contrib/log/?h=pkj/_PYTHON_SYSCONFIGDATA_NAME-gatesgarth
> > so python3-grpcio-tools doesn't even parse since sysconfigdata were
> > merged in oe-core.
>
> Thanks.
> I did run several builds with this series as I was having other build
> issues around "python3targetconfig" changes.
>
> I pull those in  too.
>
> -armin
> >
> > Cheers,
> >
> > On Mon, Feb 15, 2021 at 2:13 AM akuster <akuster808@gmail.com
> > <mailto:akuster808@gmail.com>> wrote:
> >
> >     Next set for Gatesgarth.
> >     Please have feedback by Tuesday.
> >
> >     The following changes since commit
> >     cef93b7b00e620d90a610112ee574fa60b691cf8:
> >
> >       openldap: upgrade 2.4.56 -> 2.4.57 (2021-02-02 10:18:22 -0800)
> >
> >     are available in the Git repository at:
> >
> >       git://git.openembedded.org/meta-openembedded-contrib
> >     <http://git.openembedded.org/meta-openembedded-contrib>
> >     stable/gatesgarth-nut
> >
> >
> http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/gatesgarth-nut
> >
> >     Armin Kuster (1):
> >       lua: update to 5.3.6
> >
> >     Kai Kang (1):
> >       mariadb: add package config zstd
> >
> >     Khem Raj (5):
> >       mariadb: Fix build on 32bit arches with 64bit time_t
> >       gedit: Inherit python3targetconfig
> >       openipmi: Inherit python3targetconfig
> >       libplist: Inherit python3targetconfig
> >       postgresql: Inherit python3targetconfig
> >
> >     Mario Schuknecht (1):
> >       dnsmasq: Fix systemd service
> >
> >     Martin Jansa (1):
> >       wireguard-module: remove PKG assignment
> >
> >     Mingli Yu (1):
> >       mariadb: upgrade to 10.5.8
> >
> >     Qi.Chen@windriver.com <mailto:Qi.Chen@windriver.com> (1):
> >       minifi-cpp: set PSEUDO_CONSIDER_PATHS
> >
> >     Shlomi Vaknin (1):
> >       python3-sh: remove python3-tests from RDEPENDS
> >
> >     Wang Mingyu (1):
> >       dnsmasq: upgrade 2.82 -> 2.84
> >
> >     akuster (1):
> >       enca: Fix SRC_URI
> >
> >     changqing.li@windriver.com <mailto:changqing.li@windriver.com> (1):
> >       celt051: update SRC_URI
> >
> >      .../recipes-gnome/gedit/gedit_3.36.2.bb <http://gedit_3.36.2.bb>
> >          |  2 +-
> >      .../wireguard-module_1.0.20200908.bb
> >     <http://wireguard-module_1.0.20200908.bb>          |  7 ----
> >      .../recipes-support/celt051/celt051_git.bb
> >     <http://celt051_git.bb>    |  2 +-
> >      .../recipes-support/dnsmasq/dnsmasq/lua.patch |  9 +++--
> >      .../recipes-support/dnsmasq/dnsmasq_2.82.bb
> >     <http://dnsmasq_2.82.bb>   |  8 ----
> >      .../recipes-support/dnsmasq/dnsmasq_2.84.bb
> >     <http://dnsmasq_2.84.bb>   |  8 ++++
> >      .../dnsmasq/files/dnsmasq-resolvconf.service  |  2 +-
> >      .../openipmi/openipmi_2.0.29.bb <http://openipmi_2.0.29.bb>
> >              |  2 +-
> >      ...ive_10.5.6.bb <http://ive_10.5.6.bb> =>
> >     mariadb-native_10.5.8.bb <http://mariadb-native_10.5.8.bb>} |  0
> >      meta-oe/recipes-dbs/mysql/mariadb.inc         |  5 ++-
> >      ...fine-__NR_futex-if-it-does-not-exist.patch | 37
> ++++++++++++++++++
> >      ...ktrace-t.c-make-the-test-conditional.patch | 38
> >     +++++++++++++++++++
> >      .../mysql/mariadb/c11_atomics.patch           | 14 +++----
> >      .../{mariadb_10.5.6.bb <http://mariadb_10.5.6.bb> =>
> >     mariadb_10.5.8.bb <http://mariadb_10.5.8.bb>}  |  0
> >      meta-oe/recipes-dbs/postgresql/postgresql.inc |  2 +-
> >      .../lua/{lua_5.3.5.bb <http://lua_5.3.5.bb> => lua_5.3.6.bb
> >     <http://lua_5.3.6.bb>}        |  6 +--
> >      .../libimobiledevice/libplist_2.2.0.bb
> >     <http://libplist_2.2.0.bb>        |  2 +-
> >      .../minifi-cpp/minifi-cpp_0.7.0.bb <http://minifi-cpp_0.7.0.bb>
> >               |  1 +
> >      meta-oe/recipes-support/enca/enca_1.9.bb <http://enca_1.9.bb>
> >       |  7 ++--
> >      .../python/python3-sh_1.14.1.bb <http://python3-sh_1.14.1.bb>
> >                |  1 -
> >      20 files changed, 112 insertions(+), 41 deletions(-)
> >      delete mode 100644
> >     meta-networking/recipes-support/dnsmasq/dnsmasq_2.82.bb
> >     <http://dnsmasq_2.82.bb>
> >      create mode 100644
> >     meta-networking/recipes-support/dnsmasq/dnsmasq_2.84.bb
> >     <http://dnsmasq_2.84.bb>
> >      rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.5.6.bb
> >     <http://mariadb-native_10.5.6.bb> => mariadb-native_10.5.8.bb
> >     <http://mariadb-native_10.5.8.bb>} (100%)
> >      create mode 100644
> >
>  meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch
> >      create mode 100644
> >
>  meta-oe/recipes-dbs/mysql/mariadb/0001-stacktrace-t.c-make-the-test-conditional.patch
> >      rename meta-oe/recipes-dbs/mysql/{mariadb_10.5.6.bb
> >     <http://mariadb_10.5.6.bb> => mariadb_10.5.8.bb
> >     <http://mariadb_10.5.8.bb>} (100%)
> >      rename meta-oe/recipes-devtools/lua/{lua_5.3.5.bb
> >     <http://lua_5.3.5.bb> => lua_5.3.6.bb <http://lua_5.3.6.bb>} (92%)
> >
> >     --
> >     2.17.1
> >
> >
> >     
> >
>
>

[-- Attachment #2: Type: text/html, Size: 11458 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2021-02-19 18:34 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
2021-02-15  1:13 ` [gatesgarth 01/15] enca: Fix SRC_URI akuster
2021-02-15  1:13 ` [gatesgarth 02/15] lua: update to 5.3.6 akuster
2021-02-15  1:13 ` [gatesgarth 03/15] python3-sh: remove python3-tests from RDEPENDS akuster
2021-02-15  1:13 ` [gatesgarth 04/15] celt051: update SRC_URI akuster
2021-02-15  1:13 ` [gatesgarth 05/15] dnsmasq: Fix systemd service akuster
2021-02-15  1:13 ` [gatesgarth 06/15] mariadb: Fix build on 32bit arches with 64bit time_t akuster
2021-02-15  1:13 ` [gatesgarth 07/15] mariadb: add package config zstd akuster
2021-02-15  1:13 ` [gatesgarth 08/15] mariadb: upgrade to 10.5.8 akuster
2021-02-15  1:13 ` [gatesgarth 09/15] minifi-cpp: set PSEUDO_CONSIDER_PATHS akuster
2021-02-15  1:13 ` [gatesgarth 10/15] dnsmasq: upgrade 2.82 -> 2.84 akuster
2021-02-15  1:13 ` [gatesgarth 11/15] wireguard-module: remove PKG assignment akuster
2021-02-15  1:13 ` [gatesgarth 12/15] gedit: Inherit python3targetconfig akuster
2021-02-15  1:13 ` [gatesgarth 13/15] openipmi: " akuster
2021-02-15  1:13 ` [gatesgarth 14/15] libplist: " akuster
2021-02-15  1:13 ` [gatesgarth 15/15] postgresql: " akuster
2021-02-15  8:49 ` [oe] [gatesgarth 00/15] Patch review Feb 14th Martin Jansa
2021-02-15 15:49   ` akuster
2021-02-19 18:34     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.