[oe] [meta-multimedia][PATCH] vlc: add virtual/vlc alias

2022-07-29 Thread Vincent Davis Jr
For layers that want to provide the ability to
select a version of VLC.

Signed-off-by: Vincent Davis Jr 
---
 meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17-1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17-1.bb 
b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17-1.bb
index 9b85cb537..eff42496d 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17-1.bb
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.17-1.bb
@@ -130,3 +130,5 @@ FILES:${PN}-staticdev += "\
 INSANE_SKIP:${PN} = "dev-so"
 
 EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", 
"commercial", "0", "1", d)}"
+
+PROVIDES = "virtual/vlc"
-- 
2.34.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98057): 
https://lists.openembedded.org/g/openembedded-devel/message/98057
Mute This Topic: https://lists.openembedded.org/mt/92704766/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-networking][PATCH v3] sshpass: add recipe

2022-07-29 Thread Peter Kjellerstedt
> -Original Message-
> From: openembedded-devel@lists.openembedded.org 
>  On Behalf Of Mike Petersen
> Sent: den 29 juli 2022 19:32
> To: openembedded-devel@lists.openembedded.org
> Cc: Mike Petersen 
> Subject: [oe] [meta-networking][PATCH v3] sshpass: add recipe
> 
> Needed for automating ssh logins, used in auto-tests.
> 
> Co-authored-by: Ioan-Adrian Ratiu 
> Signed-off-by: Mike Petersen 
> ---
>  .../recipes-connectivity/sshpass/sshpass_1.09.bb  | 11 +++
>  1 file changed, 11 insertions(+)
>  create mode 100644 
> meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
> 
> diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb 
> b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
> new file mode 100644
> index 0..0bfed694b
> --- /dev/null
> +++ b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "Non-interactive ssh password auth"
> +HOMEPAGE = "http://sshpass.sourceforge.net/;
> +SECTION = "console/network"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/sshpass/sshpass-${PV}.tar.gz"

That can be written as:

SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"

> +
> +SRC_URI[sha256sum] = 
> "71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7"
> +
> +inherit autotools
> --
> 2.37.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98056): 
https://lists.openembedded.org/g/openembedded-devel/message/98056
Mute This Topic: https://lists.openembedded.org/mt/92696075/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] sdbus-c++-libsystemd: Fix build with glibc 2.36

2022-07-29 Thread Khem Raj
Signed-off-by: Khem Raj 
---
 ...lude-linux-fs.h-to-resolve-fsconfig_.patch | 74 +++
 .../sdbus-c++/sdbus-c++-libsystemd_250.3.bb   |  1 +
 2 files changed, 75 insertions(+)
 create mode 100644 
meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0001-glibc-Remove-include-linux-fs.h-to-resolve-fsconfig_.patch

diff --git 
a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0001-glibc-Remove-include-linux-fs.h-to-resolve-fsconfig_.patch
 
b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0001-glibc-Remove-include-linux-fs.h-to-resolve-fsconfig_.patch
new file mode 100644
index 00..01afd37a37
--- /dev/null
+++ 
b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0001-glibc-Remove-include-linux-fs.h-to-resolve-fsconfig_.patch
@@ -0,0 +1,74 @@
+From b0933e76c6f0594c10cf8a9a70b34e15b68066d1 Mon Sep 17 00:00:00 2001
+From: Rudi Heitbaum 
+Date: Sat, 23 Jul 2022 10:38:49 +
+Subject: [PATCH] glibc: Remove #include  to resolve 
fsconfig_command/mount_attr conflict with glibc 2.36
+
+Upstream-Status: Backport 
[https://github.com/systemd/systemd/pull/23992/commits/21c03ad5e9d8d0350e30dae92a5e15da318a1539]
+Signed-off-by: Khem Raj 
+---
+ meson.build | 13 -
+ src/basic/fd-util.c |  2 ++
+ src/core/namespace.c|  2 ++
+ src/shared/mount-util.c |  2 ++
+ 4 files changed, 18 insertions(+), 1 deletion(-)
+
+--- a/meson.build
 b/meson.build
+@@ -474,7 +474,6 @@ decl_headers = '''
+ #include 
+ #include 
+ #include 
+-#include 
+ '''
+ 
+ foreach decl : ['char16_t',
+@@ -486,6 +485,17 @@ foreach decl : ['char16_t',
+ # We get -1 if the size cannot be determined
+ have = cc.sizeof(decl, prefix : decl_headers, args : '-D_GNU_SOURCE') 
> 0
+ 
++if decl == 'struct mount_attr'
++if have
++want_linux_fs_h = false
++else
++have = cc.sizeof(decl,
++ prefix : decl_headers + '#include 
',
++ args : '-D_GNU_SOURCE') > 0
++want_linux_fs_h = have
++endif
++endif
++
+ if decl == 'struct statx'
+ if have
+ want_linux_stat_h = false
+@@ -501,6 +511,7 @@ foreach decl : ['char16_t',
+ endforeach
+ 
+ conf.set10('WANT_LINUX_STAT_H', want_linux_stat_h)
++conf.set10('WANT_LINUX_FS_H', want_linux_fs_h)
+ 
+ foreach ident : ['secure_getenv', '__secure_getenv']
+ conf.set10('HAVE_' + ident.to_upper(), cc.has_function(ident))
+--- a/src/core/namespace.c
 b/src/core/namespace.c
+@@ -6,7 +6,9 @@
+ #include 
+ #include 
+ #include 
++#if WANT_LINUX_FS_H
+ #include 
++#endif
+ 
+ #include "alloc-util.h"
+ #include "base-filesystem.h"
+--- a/src/shared/mount-util.c
 b/src/shared/mount-util.c
+@@ -7,7 +7,9 @@
+ #include 
+ #include 
+ #include 
++#if WANT_LINUX_FS_H
+ #include 
++#endif
+ 
+ #include "alloc-util.h"
+ #include "chase-symlinks.h"
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb 
b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
index d5c799aac3..af21e12ad6 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_250.3.bb
@@ -46,6 +46,7 @@ SRC_URI_MUSL = "\
file://0001-pass-correct-parameters-to-getdents64.patch \
file://0002-Add-sys-stat.h-for-S_IFDIR.patch \
file://0001-Adjust-for-musl-headers.patch \
+   
file://0001-glibc-Remove-include-linux-fs.h-to-resolve-fsconfig_.patch \
"
 
 PACKAGECONFIG ??= "gshadow idn"
-- 
2.37.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98055): 
https://lists.openembedded.org/g/openembedded-devel/message/98055
Mute This Topic: https://lists.openembedded.org/mt/92698264/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] mozjs: Use RUST_HOST_SYS and RUST_TARGET_SYS

2022-07-29 Thread Khem Raj
Signed-off-by: Khem Raj 
---
 .../meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb  | 2 +-
 meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb 
b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb
index c23950301e..7d4e4a81fb 100644
--- 
a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb
+++ 
b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb
@@ -40,7 +40,7 @@ JIT ?= ""
 JIT:mipsarch = "--disable-jit"
 
 EXTRA_OECONF = " \
---target=${TARGET_SYS} \
+--target=${RUST_TARGET_SYS} \
 --host=${BUILD_SYS} \
 --prefix=${prefix} \
 --libdir=${libdir} \
diff --git a/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb 
b/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb
index 9b990ecdf3..8ade3bb4be 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs-91_91.8.0.bb
@@ -50,7 +50,7 @@ do_configure() {
 cd ${B}
 python3 ${S}/configure.py \
 --enable-project=js \
---target=${HOST_SYS} \
+--target=${RUST_HOST_SYS} \
 --host=${BUILD_SYS} \
 --prefix=${prefix} \
 --libdir=${libdir} \
-- 
2.37.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98054): 
https://lists.openembedded.org/g/openembedded-devel/message/98054
Mute This Topic: https://lists.openembedded.org/mt/92696479/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking][PATCH v3] sshpass: add recipe

2022-07-29 Thread Mike Petersen
Needed for automating ssh logins, used in auto-tests.

Co-authored-by: Ioan-Adrian Ratiu 
Signed-off-by: Mike Petersen 
---
 .../recipes-connectivity/sshpass/sshpass_1.09.bb  | 11 +++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb

diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb 
b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
new file mode 100644
index 0..0bfed694b
--- /dev/null
+++ b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Non-interactive ssh password auth"
+HOMEPAGE = "http://sshpass.sourceforge.net/;
+SECTION = "console/network"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sshpass/sshpass-${PV}.tar.gz"
+
+SRC_URI[sha256sum] = 
"71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7"
+
+inherit autotools
-- 
2.37.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98053): 
https://lists.openembedded.org/g/openembedded-devel/message/98053
Mute This Topic: https://lists.openembedded.org/mt/92696075/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking][PATCH v3] sshpass: add recipe

2022-07-29 Thread Mike Petersen
Changes in version 3:
 - remove SRC_URI[md5sum] assignment


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98052): 
https://lists.openembedded.org/g/openembedded-devel/message/98052
Mute This Topic: https://lists.openembedded.org/mt/92696075/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-networking][PATCH v2] sshpass: add recipe

2022-07-29 Thread Khem Raj
On Fri, Jul 29, 2022 at 1:09 PM Mike Petersen  wrote:
>
> Needed for automating ssh logins, used in auto-tests.
>
> Co-authored-by: Ioan-Adrian Ratiu 
> Signed-off-by: Mike Petersen 
> ---
>  .../recipes-connectivity/sshpass/sshpass_1.09.bb | 12 
>  1 file changed, 12 insertions(+)
>  create mode 100644 
> meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
>
> diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb 
> b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
> new file mode 100644
> index 0..0f3c14b9c
> --- /dev/null
> +++ b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
> @@ -0,0 +1,12 @@
> +DESCRIPTION = "Non-interactive ssh password auth"
> +HOMEPAGE = "http://sshpass.sourceforge.net/;
> +SECTION = "console/network"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/sshpass/sshpass-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "191a9128a74d81ae36744d5deb50d164"

md5sum is not needed anymore.

> +SRC_URI[sha256sum] = 
> "71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7"
> +
> +inherit autotools
> --
> 2.37.1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98051): 
https://lists.openembedded.org/g/openembedded-devel/message/98051
Mute This Topic: https://lists.openembedded.org/mt/92695592/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking][PATCH v2] sshpass: add recipe

2022-07-29 Thread Mike Petersen
Needed for automating ssh logins, used in auto-tests.

Co-authored-by: Ioan-Adrian Ratiu 
Signed-off-by: Mike Petersen 
---
 .../recipes-connectivity/sshpass/sshpass_1.09.bb | 12 
 1 file changed, 12 insertions(+)
 create mode 100644 meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb

diff --git a/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb 
b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
new file mode 100644
index 0..0f3c14b9c
--- /dev/null
+++ b/meta-networking/recipes-connectivity/sshpass/sshpass_1.09.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Non-interactive ssh password auth"
+HOMEPAGE = "http://sshpass.sourceforge.net/;
+SECTION = "console/network"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sshpass/sshpass-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "191a9128a74d81ae36744d5deb50d164"
+SRC_URI[sha256sum] = 
"71746e5e057ffe9b00b44ac40453bf47091930cba96bbea8dc48717dedc49fb7"
+
+inherit autotools
-- 
2.37.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98050): 
https://lists.openembedded.org/g/openembedded-devel/message/98050
Mute This Topic: https://lists.openembedded.org/mt/92695592/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-networking][PATCH v2] sshpass: add recipe

2022-07-29 Thread Mike Petersen
Changes in version 2:
 - removed use of PR variable
 - combined recipe and include files
 - upgraded to 1.09


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98049): 
https://lists.openembedded.org/g/openembedded-devel/message/98049
Mute This Topic: https://lists.openembedded.org/mt/92695592/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH 2/2] mariadb: Add packageconfig for lz4 and enable it

2022-07-29 Thread Khem Raj
Signed-off-by: Khem Raj 
---
 meta-oe/recipes-dbs/mysql/mariadb.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc 
b/meta-oe/recipes-dbs/mysql/mariadb.inc
index f377c784d5..c63d5114f6 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -60,11 +60,12 @@ FILES:${PN}-setupdb = "${sysconfdir}/init.d/install_db \
${bindir}/mysql-systemd-start \
"
 
-PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} openssl"
+PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} lz4 
openssl"
 PACKAGECONFIG:class-native = ""
 PACKAGECONFIG[pam] = ",-DWITHOUT_AUTH_PAM=TRUE,libpam"
 PACKAGECONFIG[valgrind] = "-DWITH_VALGRIND=TRUE,-DWITH_VALGRIND=FALSE,valgrind"
 PACKAGECONFIG[krb5] = ", ,krb5"
+PACKAGECONFIG[lz4] = ", ,lz4"
 PACKAGECONFIG[openssl] = "-DWITH_SSL='system',-DWITH_SSL='bundled',openssl"
 
 # MariaDB doesn't link properly with gold
-- 
2.37.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98048): 
https://lists.openembedded.org/g/openembedded-devel/message/98048
Mute This Topic: https://lists.openembedded.org/mt/92694492/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



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

2022-07-29 Thread Khem Raj
Fixes
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)

Signed-off-by: Khem Raj 
---
 meta-oe/recipes-dbs/mysql/mariadb.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc 
b/meta-oe/recipes-dbs/mysql/mariadb.inc
index fa32e6844e..f377c784d5 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -30,7 +30,7 @@ S = "${WORKDIR}/mariadb-${PV}"
 
 BINCONFIG_GLOB = "mysql_config"
 
-inherit cmake gettext binconfig update-rc.d useradd systemd multilib_script
+inherit cmake gettext binconfig update-rc.d useradd systemd multilib_script 
pkgconfig
 
 MULTILIB_SCRIPTS = "${PN}-server:${bindir}/mariadbd-safe \
 ${PN}-setupdb:${bindir}/mariadb-install-db"
-- 
2.37.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98047): 
https://lists.openembedded.org/g/openembedded-devel/message/98047
Mute This Topic: https://lists.openembedded.org/mt/92694490/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] meta-oe Stable branch builders

2022-07-29 Thread Armin Kuster

Hello,

In two week my Stable branch build systems will go down for 2 to 3 weeks 
while they are being moved to another location. I will have reduced 
capacity in processing backports from Aug 11/12 to Aug 26 or Sept 2nd.


The Yocto Project has graciously granted me temporary access to their 
AutoBuilder for limited runs for  meta-oe kirkstone and dunfell branches.


- armin

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98046): 
https://lists.openembedded.org/g/openembedded-devel/message/98046
Mute This Topic: https://lists.openembedded.org/mt/92693148/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][kirkstone][PATCH 5/5] tracker: upgrade 3.3.1 -> 3.3.2

2022-07-29 Thread Armin Kuster
From: wangmy 

Changelog:
==
  * Avoid redundant queries in TrackerNotifiers proxied through
an D-Bus connection
  * Do not attempt to rebuild non-existing FTS tables on parser
updates
  * Convert values to the right type when propagating insertions
over superproperties
  * Fix test to handle SQLite >= 3.39.0
  * Fix handling of nrl:modified after opening existing databases
  * Linking fixes to CLI executables

Signed-off-by: Wang Mingyu 
Signed-off-by: Khem Raj 
(cherry picked from commit a7f5d549e6152292e73e0039f4b7b0a2936a395c)
Signed-off-by: Armin Kuster 
---
 .../tracker/{tracker_3.3.1.bb => tracker_3.3.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/tracker/{tracker_3.3.1.bb => tracker_3.3.2.bb} 
(93%)

diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb 
b/meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb
rename to meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb
index 42f44863ba..eaa0e065d1 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker_3.3.2.bb
@@ -22,7 +22,7 @@ GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages 
bash-completion features_check python3native
 
-SRC_URI[archive.sha256sum] = 
"5ad6f5bc97781ebf55ecd6947cd4ae7ff4192516580d10bd8380f1dd47196ed2"
+SRC_URI[archive.sha256sum] = 
"0ed2b98918956d6f16429c607dd8a14c84f4da0a48970fd2eb8c93aba3cf9913"
 
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98045): 
https://lists.openembedded.org/g/openembedded-devel/message/98045
Mute This Topic: https://lists.openembedded.org/mt/92692671/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][kirkstone][PATCH 4/5] tracker: upgrade 3.3.0 -> 3.3.1

2022-07-29 Thread Armin Kuster
From: Wang Mingyu 

Changelog:
=
  * Fixed blank nodes to return the correct identifier in certain
queries.
  * Fixes to FTS consistency after updates
  * Fixes to HTTP module linking
  * Fix handling of STRING_LITERAL_LONG1/2 terminals
  * Fix handling of negated property paths
  * Use .so suffix for modules on all platforms
  * Added code examples in JS/Python
  * Developer documentation improvements

Signed-off-by: Wang Mingyu 
Signed-off-by: Khem Raj 
(cherry picked from commit 91d468a051f90d4df3550b911a4604db490d8d50)
Signed-off-by: Armin Kuster 
---
 .../tracker/{tracker_3.3.0.bb => tracker_3.3.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/tracker/{tracker_3.3.0.bb => tracker_3.3.1.bb} 
(93%)

diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.3.0.bb 
b/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/tracker/tracker_3.3.0.bb
rename to meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb
index bb2396af7c..42f44863ba 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker_3.3.0.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker_3.3.1.bb
@@ -22,7 +22,7 @@ GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase gsettings gobject-introspection vala gtk-doc manpages 
bash-completion features_check python3native
 
-SRC_URI[archive.sha256sum] = 
"0706f96fe7f95df42acec812c1de7b4593a0d648321ca83506a9d71e22417bda"
+SRC_URI[archive.sha256sum] = 
"5ad6f5bc97781ebf55ecd6947cd4ae7ff4192516580d10bd8380f1dd47196ed2"
 
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98044): 
https://lists.openembedded.org/g/openembedded-devel/message/98044
Mute This Topic: https://lists.openembedded.org/mt/92692670/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][kirkstone][PATCH 3/5] redis: upgrade 7.0.2 -> 7.0.4

2022-07-29 Thread Armin Kuster
From: wangmy 

Changelog:
==
Upgrade urgency: SECURITY, contains fixes to security issues.

Security Fixes:

(CVE-2022-31144) A specially crafted XAUTOCLAIM command on a stream
key in a specific state may result with heap overflow, and potentially
remote code execution. The problem affects Redis versions 7.0.0 or newer.

Signed-off-by: Wang Mingyu 
Signed-off-by: Khem Raj 
(cherry picked from commit d9f8d015a45188c3cf2d6841ea05319032930dbc)
Signed-off-by: Armin Kuster 
---
 .../recipes-extended/redis/{redis_7.0.2.bb => redis_7.0.4.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/redis/{redis_7.0.2.bb => redis_7.0.4.bb} (96%)

diff --git a/meta-oe/recipes-extended/redis/redis_7.0.2.bb 
b/meta-oe/recipes-extended/redis/redis_7.0.4.bb
similarity index 96%
rename from meta-oe/recipes-extended/redis/redis_7.0.2.bb
rename to meta-oe/recipes-extended/redis/redis_7.0.4.bb
index b188278e1c..993ff34b10 100644
--- a/meta-oe/recipes-extended/redis/redis_7.0.2.bb
+++ b/meta-oe/recipes-extended/redis/redis_7.0.4.bb
@@ -19,7 +19,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
file://GNU_SOURCE.patch \
file://0006-Define-correct-gregs-for-RISCV32.patch \
"
-SRC_URI[sha256sum] = 
"5e57eafe7d4ac5ecb6a7d64d6b61db775616dbf903293b3fcc660716dbda5eeb"
+SRC_URI[sha256sum] = 
"f0e65fda74c44a3dd4fa9d512d4d4d833dd0939c934e946a5c622a630d057f2f"
 
 inherit autotools-brokensep update-rc.d systemd useradd
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98043): 
https://lists.openembedded.org/g/openembedded-devel/message/98043
Mute This Topic: https://lists.openembedded.org/mt/92692667/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][kirkstone][PATCH 1/5] stunnel: upgrade 5.63 -> 5.64

2022-07-29 Thread Armin Kuster
From: wangmy 

Changelog:
==

Security bugfixes
OpenSSL DLLs updated to version 3.0.3.
New features
Updated the pkcs11 engine for Windows.
Bugfixes
Removed the SERVICE_INTERACTIVE_PROCESS flag in "stunnel -install".

Signed-off-by: Wang Mingyu 
Signed-off-by: Khem Raj 
(cherry picked from commit 6f3b52f4589bfa942e473488f91ecef85d339e78)
[New feature does not affect linux]
Signed-off-by: Armin Kuster 
---
 .../stunnel/{stunnel_5.63.bb => stunnel_5.64.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/stunnel/{stunnel_5.63.bb => 
stunnel_5.64.bb} (93%)

diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.63.bb 
b/meta-networking/recipes-support/stunnel/stunnel_5.64.bb
similarity index 93%
rename from meta-networking/recipes-support/stunnel/stunnel_5.63.bb
rename to meta-networking/recipes-support/stunnel/stunnel_5.64.bb
index 325737e8c9..13ecd5c5bf 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.63.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.64.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \
file://fix-openssl-no-des.patch \
 "
 
-SRC_URI[sha256sum] = 
"c74c4e15144a3ae34b8b890bb31c909207301490bd1e51bfaaa5ffeb0a994617"
+SRC_URI[sha256sum] = 
"eebe53ed116ba43b2e786762b0c2b91511e7b74857ad4765824e7199e6faf883"
 
 inherit autotools bash-completion pkgconfig
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98041): 
https://lists.openembedded.org/g/openembedded-devel/message/98041
Mute This Topic: https://lists.openembedded.org/mt/92692665/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][kirkstone][PATCH 2/5] stunnel: upgrade 5.64 -> 5.65

2022-07-29 Thread Armin Kuster
From: wangmy 

fix-openssl-no-des.patch
refreshed for version 5.65

Changelog:
==
Security bugfixes
OpenSSL DLLs updated to version 3.0.5.
Bugfixes
Fixed handling globally enabled FIPS.
Fixed the default openssl.cnf path in stunnel.exe.
Fixed a number of MSVC warnings.

Signed-off-by: Wang Mingyu 
Signed-off-by: Khem Raj 
(cherry picked from commit 72f84335cb372dbf00d2d07429a595fced0c4f4f)
Signed-off-by: Armin Kuster 
---
 .../stunnel/stunnel/fix-openssl-no-des.patch  | 24 +--
 .../{stunnel_5.64.bb => stunnel_5.65.bb}  |  2 +-
 2 files changed, 18 insertions(+), 8 deletions(-)
 rename meta-networking/recipes-support/stunnel/{stunnel_5.64.bb => 
stunnel_5.65.bb} (93%)

diff --git 
a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch 
b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
index aeb0bece97..0840cbbd8b 100644
--- a/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
+++ b/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
@@ -1,3 +1,8 @@
+From 7ff4eba20b5c4fc7365e5ee0dfb775ed29bdd5ce Mon Sep 17 00:00:00 2001
+From: Kai Kang 
+Date: Wed, 1 Nov 2017 09:23:41 -0400
+Subject: [PATCH] stunnel: fix compile error when openssl disable des support
+
 Upstream-Status: Pending
 
 When openssl disable des support with configure option 'no-des', it doesn't
@@ -6,12 +11,17 @@ failed. Fix it by checking macro OPENSSL_NO_DES to use 
openssl des related
 library conditionaly.
 
 Signed-off-by: Kai Kang 
+
 ---
+ src/common.h   | 2 ++
+ src/protocol.c | 6 +++---
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
 diff --git a/src/common.h b/src/common.h
-index f7d38b0..bf485af 100644
+index bc37eb5..03ee3e5 100644
 --- a/src/common.h
 +++ b/src/common.h
-@@ -478,7 +478,9 @@ extern char *sys_errlist[];
+@@ -486,7 +486,9 @@ extern char *sys_errlist[];
  #ifndef OPENSSL_NO_MD4
  #include 
  #endif /* !defined(OPENSSL_NO_MD4) */
@@ -22,19 +32,19 @@ index f7d38b0..bf485af 100644
  #include 
  #if OPENSSL_VERSION_NUMBER<0x1010L
 diff --git a/src/protocol.c b/src/protocol.c
-index 587df09..8198eb6 100644
+index 804f115..d9b2b50 100644
 --- a/src/protocol.c
 +++ b/src/protocol.c
-@@ -67,7 +67,7 @@ NOEXPORT char *imap_server(CLI *, SERVICE_OPTIONS *, const 
PHASE);
+@@ -66,7 +66,7 @@ NOEXPORT char *nntp_client(CLI *, SERVICE_OPTIONS *, const 
PHASE);
  NOEXPORT char *ldap_client(CLI *, SERVICE_OPTIONS *, const PHASE);
  NOEXPORT char *connect_server(CLI *, SERVICE_OPTIONS *, const PHASE);
  NOEXPORT char *connect_client(CLI *, SERVICE_OPTIONS *, const PHASE);
 -#ifndef OPENSSL_NO_MD4
 +#if !defined(OPENSSL_NO_MD4) && !defined(OPENSSL_NO_DES)
  NOEXPORT void ntlm(CLI *, SERVICE_OPTIONS *);
- NOEXPORT char *ntlm1();
+ NOEXPORT char *ntlm1(void);
  NOEXPORT char *ntlm3(char *, char *, char *, char *);
-@@ -1332,7 +1332,7 @@ NOEXPORT char *connect_client(CLI *c, SERVICE_OPTIONS 
*opt, const PHASE phase) {
+@@ -1351,7 +1351,7 @@ NOEXPORT char *connect_client(CLI *c, SERVICE_OPTIONS 
*opt, const PHASE phase) {
  fd_printf(c, c->remote_fd.fd, "Host: %s", opt->protocol_host);
  if(opt->protocol_username && opt->protocol_password) {
  if(!strcasecmp(opt->protocol_authentication, "ntlm")) {
@@ -43,7 +53,7 @@ index 587df09..8198eb6 100644
  ntlm(c, opt);
  #else
  s_log(LOG_ERR, "NTLM authentication is not available");
-@@ -1376,7 +1376,7 @@ NOEXPORT char *connect_client(CLI *c, SERVICE_OPTIONS 
*opt, const PHASE phase) {
+@@ -1395,7 +1395,7 @@ NOEXPORT char *connect_client(CLI *c, SERVICE_OPTIONS 
*opt, const PHASE phase) {
  return NULL;
  }
  
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.64.bb 
b/meta-networking/recipes-support/stunnel/stunnel_5.65.bb
similarity index 93%
rename from meta-networking/recipes-support/stunnel/stunnel_5.64.bb
rename to meta-networking/recipes-support/stunnel/stunnel_5.65.bb
index 13ecd5c5bf..ab7ff43223 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_5.64.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_5.65.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://stunnel.org/archive/5.x/${BP}.tar.gz \
file://fix-openssl-no-des.patch \
 "
 
-SRC_URI[sha256sum] = 
"eebe53ed116ba43b2e786762b0c2b91511e7b74857ad4765824e7199e6faf883"
+SRC_URI[sha256sum] = 
"60c500063bd1feff2877f5726e38278c086f96c178f03f09d264a2012d6bf7fc"
 
 inherit autotools bash-completion pkgconfig
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98042): 
https://lists.openembedded.org/g/openembedded-devel/message/98042
Mute This Topic: https://lists.openembedded.org/mt/92692666/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [oe] [meta-oe][PATCH] polkit: update patches for musl compilation

2022-07-29 Thread Marta Rybczynska
On Fri, Jul 29, 2022 at 1:24 PM Marta Rybczynska  wrote:
>
> Update the patch to make netgroup support optional to fit the commit
> merged upstream [1], update the other patch depending on one of the
> changes.
>
> Without this update, a compilation using duktape with musl fails with:
> | ../../../polkit-0.119/src/polkitbackend/polkitbackendduktapeauthority.c: In 
> function 'js_polkit_user_is_in_netgroup':
> | 
> ../../../polkit-0.119/src/polkitbackend/polkitbackendduktapeauthority.c:1039:7:
>  warning: implicit declaration of function 'innetgr' 
> [-Wimplicit-function-declaration]
> |  1039 |   if (innetgr (netgroup,
> |   |   ^~~
>
> The main patch has been split in two, to apply the duktape part only when 
> duktape is
> applied.
>
> [1] 
> https://gitlab.freedesktop.org/polkit/polkit/-/commit/b57deee8178190a7ecc75290fa13cf7daabc2c66
>
> Signed-off-by: Marta Rybczynska 
> ---
>  ...ded-support-for-duktape-as-JS-engine.patch |  20 ++--
>  ...0004-Make-netgroup-support-optional.patch} | 103 +-
>  ...ke-netgroup-support-optional-duktape.patch |  34 ++
>  .../recipes-extended/polkit/polkit_0.119.bb   |   4 +-
>  4 files changed, 98 insertions(+), 63 deletions(-)

Khem,
The master version is different from the kirkstone one because of the
changes that were done on duktape
support. Is there any special reason this recipe isn't updated to a
newer version so that we could drop many
of the patches?

Regards,
Marta

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98040): 
https://lists.openembedded.org/g/openembedded-devel/message/98040
Mute This Topic: https://lists.openembedded.org/mt/92688710/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[oe] [meta-oe][PATCH] polkit: update patches for musl compilation

2022-07-29 Thread Marta Rybczynska
Update the patch to make netgroup support optional to fit the commit
merged upstream [1], update the other patch depending on one of the
changes.

Without this update, a compilation using duktape with musl fails with:
| ../../../polkit-0.119/src/polkitbackend/polkitbackendduktapeauthority.c: In 
function 'js_polkit_user_is_in_netgroup':
| 
../../../polkit-0.119/src/polkitbackend/polkitbackendduktapeauthority.c:1039:7: 
warning: implicit declaration of function 'innetgr' 
[-Wimplicit-function-declaration]
|  1039 |   if (innetgr (netgroup,
|   |   ^~~

The main patch has been split in two, to apply the duktape part only when 
duktape is
applied.

[1] 
https://gitlab.freedesktop.org/polkit/polkit/-/commit/b57deee8178190a7ecc75290fa13cf7daabc2c66

Signed-off-by: Marta Rybczynska 
---
 ...ded-support-for-duktape-as-JS-engine.patch |  20 ++--
 ...0004-Make-netgroup-support-optional.patch} | 103 +-
 ...ke-netgroup-support-optional-duktape.patch |  34 ++
 .../recipes-extended/polkit/polkit_0.119.bb   |   4 +-
 4 files changed, 98 insertions(+), 63 deletions(-)
 rename 
meta-oe/recipes-extended/polkit/polkit/{0003-make-netgroup-support-optional.patch
 => 0004-Make-netgroup-support-optional.patch} (74%)
 create mode 100644 
meta-oe/recipes-extended/polkit/polkit/0005-Make-netgroup-support-optional-duktape.patch

diff --git 
a/meta-oe/recipes-extended/polkit/polkit/0003-Added-support-for-duktape-as-JS-engine.patch
 
b/meta-oe/recipes-extended/polkit/polkit/0003-Added-support-for-duktape-as-JS-engine.patch
index e44e4f6e4..b8562f8ce 100644
--- 
a/meta-oe/recipes-extended/polkit/polkit/0003-Added-support-for-duktape-as-JS-engine.patch
+++ 
b/meta-oe/recipes-extended/polkit/polkit/0003-Added-support-for-duktape-as-JS-engine.patch
@@ -1,15 +1,18 @@
-From eaecfb21e1bca42e99321cc731e21dbfc1ea0d0c Mon Sep 17 00:00:00 2001
+From 4af72493cb380ab5ce0dd7c5bcd25a8b5457d770 Mon Sep 17 00:00:00 2001
 From: Gustavo Lima Chaves 
 Date: Tue, 25 Jan 2022 09:43:21 +
-Subject: [PATCH 3/3] Added support for duktape as JS engine
+Subject: [PATCH] Added support for duktape as JS engine
 
 Original author: Wu Xiaotian (@yetist)
 Resurrection author, runaway-killer author: Gustavo Lima Chaves (@limachaves)
 
 Signed-off-by: Mikko Rapeli 
 
+Upstream-Status: Backport [c7fc4e1b61f0fd82fc697c19c604af7e9fb291a2]
+Dropped change to .gitlab-ci.yml and adapted configure.ac due to other
+patches in meta-oe.
+
 ---
- .gitlab-ci.yml|1 +
  buildutil/ax_pthread.m4   |  522 
  configure.ac  |   34 +-
  docs/man/polkit.xml   |4 +-
@@ -23,16 +26,12 @@ Signed-off-by: Mikko Rapeli 
  .../polkitbackendjsauthority.cpp  |  721 +--
  .../etc/polkit-1/rules.d/10-testing.rules |6 +-
  .../test-polkitbackendjsauthority.c   |2 +-
- 14 files changed, 2399 insertions(+), 678 deletions(-)
+ 13 files changed, 2398 insertions(+), 678 deletions(-)
  create mode 100644 buildutil/ax_pthread.m4
  create mode 100644 src/polkitbackend/polkitbackendcommon.c
  create mode 100644 src/polkitbackend/polkitbackendcommon.h
  create mode 100644 src/polkitbackend/polkitbackendduktapeauthority.c
 
-Upstream-Status: Backport [c7fc4e1b61f0fd82fc697c19c604af7e9fb291a2]
-Dropped change to .gitlab-ci.yml and adapted configure.ac due to other
-patches in meta-oe.
-
 diff --git a/buildutil/ax_pthread.m4 b/buildutil/ax_pthread.m4
 new file mode 100644
 index 000..9f35d13
@@ -603,7 +602,7 @@ index b625743..bbf4768 100644
 +CC="$PTHREAD_CC"
 +AC_CHECK_FUNCS([pthread_condattr_setclock])
 +
- AC_CHECK_FUNCS(clearenv fdatasync setnetgrent)
+ AC_CHECK_FUNCS(clearenv fdatasync)
  
  if test "x$GCC" = "xyes"; then
 @@ -581,6 +598,13 @@ echo "
@@ -3458,6 +3457,3 @@ index f97e0e0..2103b17 100644
},
  
{
--- 
-2.20.1
-
diff --git 
a/meta-oe/recipes-extended/polkit/polkit/0003-make-netgroup-support-optional.patch
 
b/meta-oe/recipes-extended/polkit/polkit/0004-Make-netgroup-support-optional.patch
similarity index 74%
rename from 
meta-oe/recipes-extended/polkit/polkit/0003-make-netgroup-support-optional.patch
rename to 
meta-oe/recipes-extended/polkit/polkit/0004-Make-netgroup-support-optional.patch
index 1a268f2d0..fa273d450 100644
--- 
a/meta-oe/recipes-extended/polkit/polkit/0003-make-netgroup-support-optional.patch
+++ 
b/meta-oe/recipes-extended/polkit/polkit/0004-Make-netgroup-support-optional.patch
@@ -1,36 +1,43 @@
-From 0c1debb380fee7f5b2bc62406e45856dc9c9e1a1 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Wed, 22 May 2019 13:18:55 -0700
-Subject: [PATCH] make netgroup support optional
+From 7ef2621ab7adcedc099ed39acfb73c6fa835cbc3 Mon Sep 17 00:00:00 2001
+From: "A. Wilcox" 
+Date: Sun, 15 May 2022 05:04:10 +
+Subject: [PATCH] Make netgroup support optional
 
-On at least Linux/musl and Linux/uclibc, netgroup
-support is not available.  PolKit fails to compile on these systems

Re: [oe] [oe-core][RFC PATCH 1/2] pipewire: fix build

2022-07-29 Thread Carlos Rafael Giani via lists.openembedded.org
It is my impression that libsdl2 is built natively for QEMU, and for 
nothing else, which means that having pipewire-nativesdk would not be 
necessary..?



On 21.05.22 10:03, Markus Volk wrote:
I didn't have a specific use case. I was just trying to build libsdl2 
identical for target and native. And since libsdl2 can be built for 
nativesdk, the consequence would be that pipewire-nativesdk is needed 
to be built as well.


Am 21.05.22 um 08:58 schrieb Scott Murray:

On Fri, 20 May 2022, Markus Volk wrote:

-after updating to poky master i get issues picking the right udev 
provider

-add a backport patch to fix libsdl2 build with pipewire enabled
-allow native/nativesdk build

[snip]

I'm curious what your usecase is for native/nativesdk?  There's no
preprocessor or similiar tools in pipewire that I'm aware of.

Scott






-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#98038): 
https://lists.openembedded.org/g/openembedded-devel/message/98038
Mute This Topic: https://lists.openembedded.org/mt/91230094/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-