[oe] [meta-python][PATCH 2/2] python3-pytest-runner: Remove

2022-03-16 Thread Khem Raj
Moved to oe-core

Signed-off-by: Khem Raj 
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../python/python3-pytest-runner_5.3.1.bb | 15 ---
 2 files changed, 16 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb 
b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index e285692f47..207ab36034 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -341,7 +341,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
 python3-pytest-helpers-namespace \
 python3-pytest-html \
 python3-pytest-metadata \
-python3-pytest-runner \
 python3-pytest-tempdir \
 python3-pytest-timeout \
 python3-pytest-xdist \
diff --git a/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb 
b/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb
deleted file mode 100644
index fed2d91140..00
--- a/meta-python/recipes-devtools/python/python3-pytest-runner_5.3.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Invoke py.test as distutils command with dependency resolution"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
-
-SRC_URI[sha256sum] = 
"0fce5b8dc68760f353979d99fdd6b3ad46330b6b1837e2077a89ebcf204aac91"
-
-inherit pypi setuptools_build_meta
-
-DEPENDS += " \
-${PYTHON_PN}-setuptools-scm-native"
-
-RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools 
${PYTHON_PN}-debugger ${PYTHON_PN}-json \
-  ${PYTHON_PN}-io"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.35.1


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



[oe] [meta-python][PATCH 1/2] python3-chardet: Remove

2022-03-16 Thread Khem Raj
Its moved to oe-core

Signed-off-by: Khem Raj 
---
 .../packagegroups/packagegroup-meta-python.bb |  1 -
 .../python/python3-chardet_4.0.0.bb   | 23 ---
 2 files changed, 24 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb 
b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index d770014203..e285692f47 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -62,7 +62,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
 python3-cantools \
 python3-cassandra-driver \
 python3-cbor2 \
-python3-cchardet \
 python3-cerberus \
 python3-certifi \
 python3-chardet \
diff --git a/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb 
b/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb
deleted file mode 100644
index 75fe4df8d7..00
--- a/meta-python/recipes-devtools/python/python3-chardet_4.0.0.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Universal encoding detector for Python 2 and 3"
-LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a6f89e2100d9b6cdffcea4f398e37343"
-
-SRC_URI[sha256sum] = 
"0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"
-
-# setup.py of chardet needs this.
-DEPENDS += "${PYTHON_PN}-pytest-runner-native"
-
-inherit pypi setuptools3
-
-PACKAGES =+ "${PN}-cli"
-FILES:${PN}-cli += " \
-${PYTHON_SITEPACKAGES_DIR}/chardet/cli \
-"
-
-RDEPENDS:${PN}-cli = "${PN} "
-
-RDEPENDS:${PN}:class-target += " \
-${PYTHON_PN}-logging \
-"
-
-BBCLASSEXTEND = "native nativesdk"
-- 
2.35.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96032): 
https://lists.openembedded.org/g/openembedded-devel/message/96032
Mute This Topic: https://lists.openembedded.org/mt/89838611/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] php: Fix build on rv32/musl

2022-03-16 Thread Khem Raj
Signed-off-by: Khem Raj 
---
 meta-oe/recipes-devtools/php/php_8.1.3.bb | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php_8.1.3.bb 
b/meta-oe/recipes-devtools/php/php_8.1.3.bb
index bfe4d270d6..8086bac550 100644
--- a/meta-oe/recipes-devtools/php/php_8.1.3.bb
+++ b/meta-oe/recipes-devtools/php/php_8.1.3.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=99532e0f6620bc9bca34f12fadaee33c"
 
 BBCLASSEXTEND = "native"
 DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native"
+DEPENDS:append:libc-musl = " libucontext"
 DEPENDS:class-native = "zlib-native libxml2-native"
 
 PHP_MAJOR_VERSION = "${@d.getVar('PV').split('.')[0]}"
@@ -66,6 +67,10 @@ EXTRA_OECONF = "--enable-mbstring \
 
 EXTRA_OECONF:append:riscv64 = " --with-pcre-jit=no"
 EXTRA_OECONF:append:riscv32 = " --with-pcre-jit=no"
+# Needs fibers assembly implemented for rv32
+# for example rv64 implementation is below
+# see 
https://github.com/php/php-src/commit/70b02d75f2abe3a292d49c4a4e9e4f850c2fee68
+EXTRA_OECONF:append:riscv32:libc-musl = " --disable-fiber-asm"
 
 CACHED_CONFIGUREVARS += "ac_cv_func_dlopen=no ac_cv_lib_dl_dlopen=yes"
 
@@ -116,6 +121,7 @@ CFLAGS += " -D_GNU_SOURCE -g -DPTYS_ARE_GETPT 
-DPTYS_ARE_SEARCHED -I${STAGING_IN
 # See https://bugs.php.net/bug.php?id=60109
 CFLAGS += " -DHAVE_LIBDL "
 LDFLAGS += " -ldl "
+LDFLAGS:append:libc-musl = " -lucontext "
 
 EXTRA_OEMAKE = "INSTALL_ROOT=${D}"
 
@@ -272,8 +278,3 @@ do_install:append:class-native() {
 # | {standard input}:3797: Error: unshifted register required -- `sub 
r2,r2,r0,asr#31'
 # | make: *** [ext/standard/math.lo] Error 1
 ARM_INSTRUCTION_SET = "arm"
-
-# Needs fibers assembly implemented for rv32
-# for example rv64 implementation is below
-# see 
https://github.com/php/php-src/commit/70b02d75f2abe3a292d49c4a4e9e4f850c2fee68
-COMPATIBLE_HOST:libc-musl:riscv32 = "null"
-- 
2.35.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96031): 
https://lists.openembedded.org/g/openembedded-devel/message/96031
Mute This Topic: https://lists.openembedded.org/mt/89837937/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] graphviz: 2.44.1 -> 2.50.0

2022-03-16 Thread kai
From: Kai Kang 

Update graphviz from 2.44.1 to 2.50.0.

* update SRC_URI
* remove patches can not be applied
* mkdefs is not provided any longer, so remove installation for
  graphviz-native
* rrecommends on liberation-fonts that there will be tofos in outputed
  pictures without any font

Signed-off-by: Kai Kang 
---
 .../{graphviz_2.44.1.bb => graphviz_2.50.0.bb}  | 17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)
 rename meta-oe/recipes-graphics/graphviz/{graphviz_2.44.1.bb => 
graphviz_2.50.0.bb} (86%)

diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_2.44.1.bb 
b/meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb
similarity index 86%
rename from meta-oe/recipes-graphics/graphviz/graphviz_2.44.1.bb
rename to meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb
index ff9939ebd..0eca7fdba 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz_2.44.1.bb
+++ b/meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb
@@ -19,19 +19,17 @@ DEPENDS:append:class-nativesdk = " ${BPN}-native"
 
 inherit autotools-brokensep pkgconfig gettext
 
-SRC_URI = 
"https://www2.graphviz.org/Packages/stable/portable_source/${BP}.tar.gz \
-   file://0001-plugin-pango-Include-freetype-headers-explicitly.patch \
-"
+SRC_URI = 
"https://gitlab.com/api/v4/projects/4207231/packages/generic/${BPN}-releases/${PV}/${BP}.tar.xz
 \
+   "
 # Use native mkdefs
 SRC_URI:append:class-target = "\
-   file://0001-Use-native-mkdefs.patch \
file://0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch 
\
 "
 SRC_URI:append:class-nativesdk = "\
-   file://0001-Use-native-mkdefs.patch \
file://graphviz-setup.sh \
 "
-SRC_URI[sha256sum] = 
"8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313"
+
+SRC_URI[sha256sum] = 
"6b16bf990df114195be669773a1dae975dbbffada45e1de2849ddeb5851bb9a8"
 
 PACKAGECONFIG ??= "librsvg"
 PACKAGECONFIG:class-nativesdk ??= ""
@@ -65,11 +63,6 @@ do_configure:prepend() {
 ./autogen.sh NOCONFIG || true
 }
 
-do_install:append:class-native() {
-# install mkdefs for target build
-install -m755 ${B}/lib/gvpr/mkdefs ${D}${bindir}
-}
-
 do_install:append:class-nativesdk() {
 # graphviz-setup.sh must be executed at SDK installation
 install -d ${D}${SDKPATHNATIVE}/post-relocate-setup.d
@@ -98,6 +91,8 @@ RDEPENDS:${PN}-perl += "perl"
 RDEPENDS:${PN}-python += "python3"
 RDEPENDS:${PN}-demo += "python3 perl"
 
+RRECOMMENDS:${PN} = "liberation-fonts"
+
 INSANE_SKIP:${PN}-perl = "dev-so"
 INSANE_SKIP:${PN}-python = "dev-so"
 
-- 
2.17.1


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



[oe] [meta-python][PATCH] python3-pyruvate: Update libc to 0.2.120

2022-03-16 Thread Khem Raj
Drop upstreamed patches
Move riscv32/musl patches to meta-riscv

Signed-off-by: Khem Raj 
---
 .../0001-riscv32-Define-O_LARGEFILE.patch |  29 -
 ...scv64-mod.rs-Add-missing-error-codes.patch |  32 --
 .../0001-statfs-Exclude-riscv32.patch | 108 --
 .../python/python3-pyruvate_1.1.2.bb  |   6 +-
 4 files changed, 2 insertions(+), 173 deletions(-)
 delete mode 100644 
meta-python/recipes-devtools/python/python3-pyruvate/0001-riscv32-Define-O_LARGEFILE.patch
 delete mode 100644 
meta-python/recipes-devtools/python/python3-pyruvate/0001-riscv64-mod.rs-Add-missing-error-codes.patch
 delete mode 100644 
meta-python/recipes-devtools/python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch

diff --git 
a/meta-python/recipes-devtools/python/python3-pyruvate/0001-riscv32-Define-O_LARGEFILE.patch
 
b/meta-python/recipes-devtools/python/python3-pyruvate/0001-riscv32-Define-O_LARGEFILE.patch
deleted file mode 100644
index 0ecb50478e..00
--- 
a/meta-python/recipes-devtools/python/python3-pyruvate/0001-riscv32-Define-O_LARGEFILE.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 8c1251b57827c7e757079d6e9304570643e8e80a Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Sat, 5 Mar 2022 22:18:49 -0800
-Subject: [PATCH] riscv32: Define O_LARGEFILE
-
-Some applications (e.g. nix) use this define and expect it to come from libc
-
-Upstream-Status: Submitted [https://github.com/rust-lang/libc/pull/2710]
-Signed-off-by: Khem Raj 

- src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs 
b/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs
-index 4d551eb..feaa00a 100644
 a/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs
-+++ b/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs
-@@ -490,6 +490,8 @@ pub const FIONREAD: ::c_ulong = 21531;
- pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
- pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
- 
-+pub const O_LARGEFILE: ::c_int = 0;
-+
- pub const SYS_read: ::c_long = 63;
- pub const SYS_write: ::c_long = 64;
- pub const SYS_close: ::c_long = 57;
--- 
-2.35.1
-
diff --git 
a/meta-python/recipes-devtools/python/python3-pyruvate/0001-riscv64-mod.rs-Add-missing-error-codes.patch
 
b/meta-python/recipes-devtools/python/python3-pyruvate/0001-riscv64-mod.rs-Add-missing-error-codes.patch
deleted file mode 100644
index 6143342178..00
--- 
a/meta-python/recipes-devtools/python/python3-pyruvate/0001-riscv64-mod.rs-Add-missing-error-codes.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From a6f5bb3e7fe51733144497a3b5962b300f922a2d Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Mon, 7 Mar 2022 11:02:46 -0800
-Subject: [PATCH] riscv64/mod.rs: Add missing error codes
-
-These are flagged by apps e.g. python3-pyruvate
-
-Upstream-Status: Backport 
[https://github.com/rust-lang/libc/commit/c711fb215de54f960a35cdc48cd506b6b5db4918]
-Signed-off-by: Khem Raj 

- src/unix/linux_like/linux/musl/b64/riscv64/mod.rs | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs 
b/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs
-index 48fee4e..7c88abe 100644
 a/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs
-+++ b/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs
-@@ -551,6 +551,11 @@ pub const EHOSTUNREACH: ::c_int = 113;
- pub const EALREADY: ::c_int = 114;
- pub const EINPROGRESS: ::c_int = 115;
- pub const ESTALE: ::c_int = 116;
-+pub const EUCLEAN: ::c_int = 117;
-+pub const ENOTNAM: ::c_int = 118;
-+pub const ENAVAIL: ::c_int = 119;
-+pub const EISNAM: ::c_int = 120;
-+pub const EREMOTEIO: ::c_int = 121;
- pub const EDQUOT: ::c_int = 122;
- pub const ENOMEDIUM: ::c_int = 123;
- pub const EMEDIUMTYPE: ::c_int = 124;
--- 
-2.35.1
-
diff --git 
a/meta-python/recipes-devtools/python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch
 
b/meta-python/recipes-devtools/python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch
deleted file mode 100644
index b482d7c0db..00
--- 
a/meta-python/recipes-devtools/python/python3-pyruvate/0001-statfs-Exclude-riscv32.patch
+++ /dev/null
@@ -1,108 +0,0 @@
-From ccdc974dc10c83e29d551492fb2d17a2ff8c2b84 Mon Sep 17 00:00:00 2001
-From: Khem Raj 
-Date: Sat, 5 Mar 2022 22:30:15 -0800
-Subject: [PATCH] statfs: Exclude riscv32
-
-Upstream-Status: Submitted [https://github.com/nix-rust/nix/pull/1669]
-Signed-off-by: Khem Raj 

- src/sys/statfs.rs | 20 ++--
- 1 file changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/src/sys/statfs.rs b/src/sys/statfs.rs
-index 829be57..6b88dad 100644
 a/src/sys/statfs.rs
-+++ b/src/sys/statfs.rs
-@@ -292,7 +292,7 @@ impl Statfs {
- }
- 
- /// Total data blocks in filesystem
--#[cfg(all(target_os = "linux", any(target_env = "musl", all(target_arch = 
"x86_64", target_pointer_width = "32"]
-+#[cfg(all(target_os = "linux", any(target_env = "musl", target_arch = 
"riscv32", all(target_a

[oe] [meta-python][PATCH] recipes: Adjust for renaming flit_core -> python_flit_core

2022-03-16 Thread Khem Raj
Signed-off-by: Khem Raj 
---
 meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb   | 2 +-
 .../recipes-devtools/python/python3-ordered-set_4.1.0.bb| 2 +-
 meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb 
b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb
index 16cd58892c..434ab57c50 100644
--- a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb
@@ -9,4 +9,4 @@ PYPI_PACKAGE = "backcall"
 SRC_URI[md5sum] = "1f4c9a370c78743406296f48e56e8821"
 SRC_URI[sha256sum] = 
"5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"
 
-inherit flit_core pypi
+inherit pypi python_flit_core
diff --git a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb 
b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb
index b3600d093a..f2f1cf8e45 100644
--- a/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://MIT-LICENSE;md5=3bf5e1ad64c0d99032c3143361fa234e"
 
 SRC_URI[sha256sum] = 
"694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8"
 
-inherit pypi flit_core ptest
+inherit pypi python_flit_core ptest
 
 DEPENDS += "python3-pytest-runner-native"
 
diff --git a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb 
b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
index e19ec7522e..bff2d499f1 100644
--- a/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb
@@ -8,7 +8,7 @@ SRCNAME = "ptyprocess"
 
 SRC_URI[sha256sum] = 
"5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"
 
-inherit pypi flit_core
+inherit pypi python_flit_core
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess";
 
-- 
2.35.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96028): 
https://lists.openembedded.org/g/openembedded-devel/message/96028
Mute This Topic: https://lists.openembedded.org/mt/89834061/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 v5] usbguard: Add inital recipe

2022-03-16 Thread Khem Raj
add a packageconfig knob for seccomp as well
something like

PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp"

On Wed, Mar 16, 2022 at 12:30 PM Khem Raj  wrote:
>
> 1.1.1 is latest release [1], can you update to this release and resend.
>
> [1] https://github.com/USBGuard/usbguard/releases/tag/usbguard-1.1.1
>
> On Wed, Mar 16, 2022 at 2:01 AM Anu Deepthika via
> lists.openembedded.org
>  wrote:
> >
> > From: "Anu Deepthika, Nandipati" 
> >
> > Set one crypto-backend library at a time
> > OpenSSL is the crypto-backend library set for device hashing
> > Override PACKAGECONFIG to replace it with libsodium or libgcrypt
> >
> > Signed-off-by: Anu Deepthika, Nandipati 
> > ---
> >  ...kgconfig-instead-of-libgcrypt-config.patch | 106 ++
> >  .../usbguard/usbguard_1.1.0.bb|  74 
> >  2 files changed, 180 insertions(+)
> >  create mode 100644 
> > meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
> >  create mode 100644 meta-oe/recipes-security/usbguard/usbguard_1.1.0.bb
> >
> > diff --git 
> > a/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
> >  
> > b/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
> > new file mode 100644
> > index 0..a7a3eb043
> > --- /dev/null
> > +++ 
> > b/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
> > @@ -0,0 +1,106 @@
> > +From e36cbf9d7a32de9945a8b6c62ad29dfb60358081 Mon Sep 17 00:00:00 2001
> > +From: "Anu Deepthika, Nandipati" 
> > +Date: Wed, 9 Mar 2022 02:03:51 +0530
> > +Subject: [PATCH] Add and use pkgconfig instead of libgcrypt-config
> > +
> > +Upstream-Status: Pending
> > +
> > +Signed-off-by: Anu Deepthika, Nandipati 
> > 
> > +---
> > + m4/libgcrypt.m4 | 56 ++---
> > + 1 file changed, 2 insertions(+), 54 deletions(-)
> > +
> > +diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4
> > +index 9a29eb5..465fe24 100644
> > +--- a/m4/libgcrypt.m4
> >  b/m4/libgcrypt.m4
> > +@@ -22,17 +22,7 @@ dnl with a changed API.
> > + dnl
> > + AC_DEFUN([AM_PATH_LIBGCRYPT],
> > + [ AC_REQUIRE([AC_CANONICAL_HOST])
> > +-  AC_ARG_WITH(libgcrypt-prefix,
> > +-AS_HELP_STRING([--with-libgcrypt-prefix=PFX],
> > +-   [prefix where LIBGCRYPT is installed 
> > (optional)]),
> > +- libgcrypt_config_prefix="$withval", libgcrypt_config_prefix="")
> > +-  if test x$libgcrypt_config_prefix != x ; then
> > +- if test x${LIBGCRYPT_CONFIG+set} != xset ; then
> > +-LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config
> > +- fi
> > +-  fi
> > +
> > +-  AC_PATH_TOOL(LIBGCRYPT_CONFIG, libgcrypt-config, no)
> > +   tmp=ifelse([$1], ,1:1.2.0,$1)
> > +   if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
> > +  req_libgcrypt_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'`
> > +@@ -41,44 +31,8 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
> > +  req_libgcrypt_api=0
> > +  min_libgcrypt_version="$tmp"
> > +   fi
> > ++  PKG_CHECK_MODULES(LIBGCRYPT, [libgcrypt >= $min_libgcrypt_version], 
> > [ok=yes], [ok=no])
> > +
> > +-  AC_MSG_CHECKING(for LIBGCRYPT - version >= $min_libgcrypt_version)
> > +-  ok=no
> > +-  if test "$LIBGCRYPT_CONFIG" != "no" ; then
> > +-req_major=`echo $min_libgcrypt_version | \
> > +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
> > +-req_minor=`echo $min_libgcrypt_version | \
> > +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'`
> > +-req_micro=`echo $min_libgcrypt_version | \
> > +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
> > +-libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
> > +-major=`echo $libgcrypt_config_version | \
> > +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
> > +-minor=`echo $libgcrypt_config_version | \
> > +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'`
> > +-micro=`echo $libgcrypt_config_version | \
> > +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'`
> > +-if test "$major" -gt "$req_major"; then
> > +-ok=yes
> > +-else
> > +-if test "$major" -eq "$req_major"; then
> > +-if test "$minor" -gt "$req_minor"; then
> > +-   ok=yes
> > +-else
> > +-   if test "$minor" -eq "$req_minor"; then
> > +-   if test "$micro" -ge "$req_micro"; then
> > +- ok=yes
> > +-   fi
> > +-   fi
> > +-fi
> > +-fi
> > +-fi
> > +-  fi
> > +-  if test $ok = yes; then
> > +-AC_MSG_RESULT([yes ($libgcrypt_config_version)])
> > +-  else
> > +-AC_MSG_RESULT(no)
> > +-  fi
> > +   if test $ok = yes; then
> > +  # If we have a recent libgcrypt, we should

Re: [oe] [meta-oe][PATCH v5] usbguard: Add inital recipe

2022-03-16 Thread Khem Raj
1.1.1 is latest release [1], can you update to this release and resend.

[1] https://github.com/USBGuard/usbguard/releases/tag/usbguard-1.1.1

On Wed, Mar 16, 2022 at 2:01 AM Anu Deepthika via
lists.openembedded.org
 wrote:
>
> From: "Anu Deepthika, Nandipati" 
>
> Set one crypto-backend library at a time
> OpenSSL is the crypto-backend library set for device hashing
> Override PACKAGECONFIG to replace it with libsodium or libgcrypt
>
> Signed-off-by: Anu Deepthika, Nandipati 
> ---
>  ...kgconfig-instead-of-libgcrypt-config.patch | 106 ++
>  .../usbguard/usbguard_1.1.0.bb|  74 
>  2 files changed, 180 insertions(+)
>  create mode 100644 
> meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
>  create mode 100644 meta-oe/recipes-security/usbguard/usbguard_1.1.0.bb
>
> diff --git 
> a/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
>  
> b/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
> new file mode 100644
> index 0..a7a3eb043
> --- /dev/null
> +++ 
> b/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
> @@ -0,0 +1,106 @@
> +From e36cbf9d7a32de9945a8b6c62ad29dfb60358081 Mon Sep 17 00:00:00 2001
> +From: "Anu Deepthika, Nandipati" 
> +Date: Wed, 9 Mar 2022 02:03:51 +0530
> +Subject: [PATCH] Add and use pkgconfig instead of libgcrypt-config
> +
> +Upstream-Status: Pending
> +
> +Signed-off-by: Anu Deepthika, Nandipati 
> +---
> + m4/libgcrypt.m4 | 56 ++---
> + 1 file changed, 2 insertions(+), 54 deletions(-)
> +
> +diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4
> +index 9a29eb5..465fe24 100644
> +--- a/m4/libgcrypt.m4
>  b/m4/libgcrypt.m4
> +@@ -22,17 +22,7 @@ dnl with a changed API.
> + dnl
> + AC_DEFUN([AM_PATH_LIBGCRYPT],
> + [ AC_REQUIRE([AC_CANONICAL_HOST])
> +-  AC_ARG_WITH(libgcrypt-prefix,
> +-AS_HELP_STRING([--with-libgcrypt-prefix=PFX],
> +-   [prefix where LIBGCRYPT is installed 
> (optional)]),
> +- libgcrypt_config_prefix="$withval", libgcrypt_config_prefix="")
> +-  if test x$libgcrypt_config_prefix != x ; then
> +- if test x${LIBGCRYPT_CONFIG+set} != xset ; then
> +-LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config
> +- fi
> +-  fi
> +
> +-  AC_PATH_TOOL(LIBGCRYPT_CONFIG, libgcrypt-config, no)
> +   tmp=ifelse([$1], ,1:1.2.0,$1)
> +   if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
> +  req_libgcrypt_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'`
> +@@ -41,44 +31,8 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
> +  req_libgcrypt_api=0
> +  min_libgcrypt_version="$tmp"
> +   fi
> ++  PKG_CHECK_MODULES(LIBGCRYPT, [libgcrypt >= $min_libgcrypt_version], 
> [ok=yes], [ok=no])
> +
> +-  AC_MSG_CHECKING(for LIBGCRYPT - version >= $min_libgcrypt_version)
> +-  ok=no
> +-  if test "$LIBGCRYPT_CONFIG" != "no" ; then
> +-req_major=`echo $min_libgcrypt_version | \
> +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
> +-req_minor=`echo $min_libgcrypt_version | \
> +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'`
> +-req_micro=`echo $min_libgcrypt_version | \
> +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
> +-libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
> +-major=`echo $libgcrypt_config_version | \
> +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
> +-minor=`echo $libgcrypt_config_version | \
> +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'`
> +-micro=`echo $libgcrypt_config_version | \
> +-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'`
> +-if test "$major" -gt "$req_major"; then
> +-ok=yes
> +-else
> +-if test "$major" -eq "$req_major"; then
> +-if test "$minor" -gt "$req_minor"; then
> +-   ok=yes
> +-else
> +-   if test "$minor" -eq "$req_minor"; then
> +-   if test "$micro" -ge "$req_micro"; then
> +- ok=yes
> +-   fi
> +-   fi
> +-fi
> +-fi
> +-fi
> +-  fi
> +-  if test $ok = yes; then
> +-AC_MSG_RESULT([yes ($libgcrypt_config_version)])
> +-  else
> +-AC_MSG_RESULT(no)
> +-  fi
> +   if test $ok = yes; then
> +  # If we have a recent libgcrypt, we should also check that the
> +  # API is compatible
> +@@ -96,10 +50,8 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
> +  fi
> +   fi
> +   if test $ok = yes; then
> +-LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
> +-LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
> + ifelse([$2], , :, [$2])
> +-libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo 
> none`
> ++  libgcrypt_config_host=`$PKG_CONFIG

[oe] [meta-python][PATCH] python3-kiwisolver: Upgrade to 1.4.0

2022-03-16 Thread Khem Raj
License-Update: There is separate License file now so use that for
checksums

use setuptools_build_meta since normal setuptools3 bbclass ends up
in errors

| distutils.errors.DistutilsError: Command 
'['/mnt/b/yoe/master/build/tmp/work/riscv32-yoe-linux-musl/python3-kiwisolver/1.4.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3',
 '-m
', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 
'/tmp/tmpmeo45wf4', '--quiet', 'cppy>=1.2.0']' returned non-zero exit status 1.
| ERROR: 'python3 setup.py bdist_wheel ' execution failed.

Release is here [1]

[1] https://github.com/nucleic/kiwi/releases/tag/1.4.0

Signed-off-by: Khem Raj 
---
 ...hon3-kiwisolver_1.3.2.bb => python3-kiwisolver_1.4.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-kiwisolver_1.3.2.bb => 
python3-kiwisolver_1.4.0.bb} (59%)

diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb 
b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.0.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb
rename to meta-python/recipes-devtools/python/python3-kiwisolver_1.4.0.bb
index dac6cd48b9..0f343b2fdd 100644
--- a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.0.bb
@@ -1,11 +1,11 @@
 SUMMARY = "A fast implementation of the Cassowary constraint solver"
 HOMEPAGE = "https://github.com/nucleic/kiwi";
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = 
"file://setup.py;endline=7;md5=e54bd74bd9d0a84ae3f8f6d21ada0ab4"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f137eeae9cf8004d06830f6ab25b2d52"
 
-SRC_URI[sha256sum] = 
"fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c"
+SRC_URI[sha256sum] = 
"7508b01e211178a85d21f1f87029846b77b2404a4c68cbd14748d4d4142fa3b8"
 
-inherit pypi setuptools3
+inherit pypi setuptools_build_meta
 
 DEPENDS += "\
 python3-cppy-native \
-- 
2.35.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96025): 
https://lists.openembedded.org/g/openembedded-devel/message/96025
Mute This Topic: https://lists.openembedded.org/mt/89829089/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++: disable code generation tools

2022-03-16 Thread Vyacheslav Yurkov
Tools are covered by sdbus-c++-tools recipe. It doesn't make sense to
compile them here too.

Signed-off-by: Vyacheslav Yurkov 
---
 meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb 
b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb
index 0e07868ba..39f0b4c56 100644
--- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb
+++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.0.0.bb
@@ -21,7 +21,7 @@ SRCREV = "65782bbf435d91e5eb6af9ddab110df406a824a9"
 SRC_URI = 
"git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master"
 SRC_URI += "file://run-ptest"
 
-EXTRA_OECMAKE = "-DBUILD_CODE_GEN=ON \
+EXTRA_OECMAKE = "-DBUILD_CODE_GEN=OFF \
  -DBUILD_DOC=ON \
  -DBUILD_DOXYGEN_DOC=OFF"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96024): 
https://lists.openembedded.org/g/openembedded-devel/message/96024
Mute This Topic: https://lists.openembedded.org/mt/89827863/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-python] [PATCH] python3-asn1crypto: upgrade 1.4.0 -> 1.5.1

2022-03-16 Thread Khem Raj
This recipe has moved to oe-core. Please regenerate against latest
oe-core/master and submit it to oe-core ml

On Wed, Mar 16, 2022 at 1:34 AM wangmy  wrote:
>
> License-Update: year updated to 2022
>
> Signed-off-by: Wang Mingyu 
> ---
>  ...thon3-asn1crypto_1.4.0.bb => python3-asn1crypto_1.5.1.bb} | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta-python/recipes-devtools/python/{python3-asn1crypto_1.4.0.bb => 
> python3-asn1crypto_1.5.1.bb} (70%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb 
> b/meta-python/recipes-devtools/python/python3-asn1crypto_1.5.1.bb
> similarity index 70%
> rename from meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
> rename to meta-python/recipes-devtools/python/python3-asn1crypto_1.5.1.bb
> index c052cb8c82..5fa2ed987c 100644
> --- a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-asn1crypto_1.5.1.bb
> @@ -2,12 +2,11 @@ DESCRIPTION = "A fast, pure Python library for parsing and 
> serializing ASN.1 str
>  HOMEPAGE = "https://github.com/wbond/asn1crypto";
>  SECTION = "devel/python"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=b5cda97fbd7959ad47a952651a87051a"
>
>  PYPI_PACKAGE = "asn1crypto"
>
> -SRC_URI[md5sum] = "00bf5b72d37778e62cc73b1d8909ae27"
> -SRC_URI[sha256sum] = 
> "f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c"
> +SRC_URI[sha256sum] = 
> "13ae38502be632115abf8a24cbe5f4da52e3b5231990aff31123c805306ccb9c"
>
>  inherit pypi setuptools3
>
> --
> 2.25.1
>
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96023): 
https://lists.openembedded.org/g/openembedded-devel/message/96023
Mute This Topic: https://lists.openembedded.org/mt/89817413/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] netplan: fix parallel build failure

2022-03-16 Thread Yi Zhao
Backport a patch to fix the parallel build failure:
src/dbus.c:17:10: fatal error: _features.h: No such file or directory

Signed-off-by: Yi Zhao 
---
 ...-Makefile-fix-parallel-build-failure.patch | 44 +++
 .../netplan/netplan_0.104.bb  |  1 +
 2 files changed, 45 insertions(+)
 create mode 100644 
meta-networking/recipes-connectivity/netplan/netplan/0001-Makefile-fix-parallel-build-failure.patch

diff --git 
a/meta-networking/recipes-connectivity/netplan/netplan/0001-Makefile-fix-parallel-build-failure.patch
 
b/meta-networking/recipes-connectivity/netplan/netplan/0001-Makefile-fix-parallel-build-failure.patch
new file mode 100644
index 0..2149ee30c
--- /dev/null
+++ 
b/meta-networking/recipes-connectivity/netplan/netplan/0001-Makefile-fix-parallel-build-failure.patch
@@ -0,0 +1,44 @@
+From 2e84550b47b475d830622f41576992a1d45d6af0 Mon Sep 17 00:00:00 2001
+From: Zhao Yi <38274519+yizh...@users.noreply.github.com>
+Date: Tue, 15 Mar 2022 19:28:26 +0800
+Subject: [PATCH] Makefile: fix parallel build failure (#267)
+
+* Makefile: fix parallel build failure
+
+Add src/_features.h as dependency for dbus.o to fix the parallel build
+failure:
+src/dbus.c:17:10: fatal error: _features.h: No such file or directory
+
+Upstream-Status: Backport
+[https://github.com/canonical/netplan/commit/2e84550b47b475d830622f41576992a1d45d6af0]
+
+Signed-off-by: Yi Zhao 
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 0368e41..8ac7432 100644
+--- a/Makefile
 b/Makefile
+@@ -52,7 +52,7 @@ NOSETESTS3 ?= $(shell command -v nosetests-3 || command -v 
nosetests3 || echo tr
+ 
+ default: netplan/_features.py generate netplan-dbus 
dbus/io.netplan.Netplan.service doc/netplan.html doc/netplan.5 
doc/netplan-generate.8 doc/netplan-apply.8 doc/netplan-try.8 doc/netplan-dbus.8 
doc/netplan-get.8 doc/netplan-set.8
+ 
+-%.o: src/%.c
++%.o: src/%.c src/_features.h
+   $(CC) $(BUILDFLAGS) $(CFLAGS) $(LDFLAGS) -c $^ `pkg-config --cflags 
--libs glib-2.0 gio-2.0 yaml-0.1 uuid`
+ 
+ libnetplan.so.$(NETPLAN_SOVER): $(SRCS) abicompat.lds
+@@ -62,7 +62,7 @@ libnetplan.so.$(NETPLAN_SOVER): $(SRCS) abicompat.lds
+ generate: libnetplan.so.$(NETPLAN_SOVER) generate.o
+   $(CC) $(BUILDFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(filter-out $<,$^) -L. 
-lnetplan `pkg-config --cflags --libs glib-2.0 gio-2.0 yaml-0.1 uuid`
+ 
+-netplan-dbus: libnetplan.so.$(NETPLAN_SOVER) src/_features.h dbus.o
++netplan-dbus: libnetplan.so.$(NETPLAN_SOVER) dbus.o
+   $(CC) $(BUILDFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(filter-out 
$<,$(patsubst %.h,,$^)) -L. -lnetplan `pkg-config --cflags --libs libsystemd 
glib-2.0 gio-2.0 yaml-0.1 uuid`
+ 
+ src/_features.h: src/[^_]*.[hc]
+-- 
+2.25.1
+
diff --git a/meta-networking/recipes-connectivity/netplan/netplan_0.104.bb 
b/meta-networking/recipes-connectivity/netplan/netplan_0.104.bb
index e19fceb4a..ea944fa9d 100644
--- a/meta-networking/recipes-connectivity/netplan/netplan_0.104.bb
+++ b/meta-networking/recipes-connectivity/netplan/netplan_0.104.bb
@@ -16,6 +16,7 @@ PV = "0.104"
 
 SRC_URI = 
"git://github.com/CanonicalLtd/netplan.git;branch=main;protocol=https \
file://0001-Makefile-do-not-use-Werror.patch \
+   file://0001-Makefile-fix-parallel-build-failure.patch \
"
 
 SRC_URI:append:libc-musl = " 
file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96022): 
https://lists.openembedded.org/g/openembedded-devel/message/96022
Mute This Topic: https://lists.openembedded.org/mt/89822456/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][honister][PATCH] breakpad: fix branch for gtest in SRC_URI

2022-03-16 Thread Thomas Perrot via lists.openembedded.org
Hello,

This patch has been applied on the master branch, could it be
backported to all other branches still maintained?

Kind regards,
Thomas

On Wed, 2022-02-09 at 14:40 +0100, Thomas Perrot wrote:
> The commit 4fe018038f87 is in the main branch, so the do_fetch task
> failed.
> 
> Signed-off-by: Thomas Perrot 
> ---
>  meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
> b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
> index fabf59d4b29b..c752a100831f 100644
> --- a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
> +++ b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb
> @@ -29,7 +29,7 @@ SRCREV_lss =
> "fd00dbbd0c06a309c657d89e9430143b179ff6db"
>  SRCREV_gyp = "324dd166b7c0b39d513026fa52d6280ac6d56770"
>  
>  SRC_URI =
> "git://github.com/google/breakpad;name=breakpad;branch=main;protocol=
> https \
> -  
> git://github.com/google/googletest.git;destsuffix=git/src/testing/gte
> st;name=gtest;branch=master;protocol=https \
> +  
> git://github.com/google/googletest.git;destsuffix=git/src/testing/gte
> st;name=gtest;branch=main;protocol=https \
>    
> git://github.com/protocolbuffers/protobuf.git;destsuffix=git/src/thir
> d_party/protobuf/protobuf;name=protobuf;branch=master;protocol=https
> \
>     git://chromium.googlesource.com/linux-syscall-
> support;protocol=https;branch=main;destsuffix=git/src/third_party/lss
> ;name=lss \
>    
> git://chromium.googlesource.com/external/gyp;protocol=https;destsuffi
> x=git/src/tools/gyp;name=gyp;branch=master \

-- 
Thomas Perrot, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com



signature.asc
Description: This is a digitally signed message part

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96021): 
https://lists.openembedded.org/g/openembedded-devel/message/96021
Mute This Topic: https://lists.openembedded.org/mt/89021263/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 v5] usbguard: Add inital recipe

2022-03-16 Thread Anu Deepthika via lists.openembedded.org
From: "Anu Deepthika, Nandipati" 

Set one crypto-backend library at a time
OpenSSL is the crypto-backend library set for device hashing
Override PACKAGECONFIG to replace it with libsodium or libgcrypt

Signed-off-by: Anu Deepthika, Nandipati 
---
 ...kgconfig-instead-of-libgcrypt-config.patch | 106 ++
 .../usbguard/usbguard_1.1.0.bb|  74 
 2 files changed, 180 insertions(+)
 create mode 100644 
meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
 create mode 100644 meta-oe/recipes-security/usbguard/usbguard_1.1.0.bb

diff --git 
a/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
 
b/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
new file mode 100644
index 0..a7a3eb043
--- /dev/null
+++ 
b/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch
@@ -0,0 +1,106 @@
+From e36cbf9d7a32de9945a8b6c62ad29dfb60358081 Mon Sep 17 00:00:00 2001
+From: "Anu Deepthika, Nandipati" 
+Date: Wed, 9 Mar 2022 02:03:51 +0530
+Subject: [PATCH] Add and use pkgconfig instead of libgcrypt-config
+
+Upstream-Status: Pending
+
+Signed-off-by: Anu Deepthika, Nandipati 
+---
+ m4/libgcrypt.m4 | 56 ++---
+ 1 file changed, 2 insertions(+), 54 deletions(-)
+
+diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4
+index 9a29eb5..465fe24 100644
+--- a/m4/libgcrypt.m4
 b/m4/libgcrypt.m4
+@@ -22,17 +22,7 @@ dnl with a changed API.
+ dnl
+ AC_DEFUN([AM_PATH_LIBGCRYPT],
+ [ AC_REQUIRE([AC_CANONICAL_HOST])
+-  AC_ARG_WITH(libgcrypt-prefix,
+-AS_HELP_STRING([--with-libgcrypt-prefix=PFX],
+-   [prefix where LIBGCRYPT is installed (optional)]),
+- libgcrypt_config_prefix="$withval", libgcrypt_config_prefix="")
+-  if test x$libgcrypt_config_prefix != x ; then
+- if test x${LIBGCRYPT_CONFIG+set} != xset ; then
+-LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config
+- fi
+-  fi
+ 
+-  AC_PATH_TOOL(LIBGCRYPT_CONFIG, libgcrypt-config, no)
+   tmp=ifelse([$1], ,1:1.2.0,$1)
+   if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
+  req_libgcrypt_api=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\1/'`
+@@ -41,44 +31,8 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
+  req_libgcrypt_api=0
+  min_libgcrypt_version="$tmp"
+   fi
++  PKG_CHECK_MODULES(LIBGCRYPT, [libgcrypt >= $min_libgcrypt_version], 
[ok=yes], [ok=no])
+ 
+-  AC_MSG_CHECKING(for LIBGCRYPT - version >= $min_libgcrypt_version)
+-  ok=no
+-  if test "$LIBGCRYPT_CONFIG" != "no" ; then
+-req_major=`echo $min_libgcrypt_version | \
+-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
+-req_minor=`echo $min_libgcrypt_version | \
+-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'`
+-req_micro=`echo $min_libgcrypt_version | \
+-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
+-libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
+-major=`echo $libgcrypt_config_version | \
+-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
+-minor=`echo $libgcrypt_config_version | \
+-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'`
+-micro=`echo $libgcrypt_config_version | \
+-   sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'`
+-if test "$major" -gt "$req_major"; then
+-ok=yes
+-else
+-if test "$major" -eq "$req_major"; then
+-if test "$minor" -gt "$req_minor"; then
+-   ok=yes
+-else
+-   if test "$minor" -eq "$req_minor"; then
+-   if test "$micro" -ge "$req_micro"; then
+- ok=yes
+-   fi
+-   fi
+-fi
+-fi
+-fi
+-  fi
+-  if test $ok = yes; then
+-AC_MSG_RESULT([yes ($libgcrypt_config_version)])
+-  else
+-AC_MSG_RESULT(no)
+-  fi
+   if test $ok = yes; then
+  # If we have a recent libgcrypt, we should also check that the
+  # API is compatible
+@@ -96,10 +50,8 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
+  fi
+   fi
+   if test $ok = yes; then
+-LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
+-LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
+ ifelse([$2], , :, [$2])
+-libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none`
++  libgcrypt_config_host=`$PKG_CONFIG --variable=host libgcrypt`
+ if test x"$libgcrypt_config_host" != xnone ; then
+   if test x"$libgcrypt_config_host" != x"$host" ; then
+   AC_MSG_WARN([[
+@@ -112,10 +64,6 @@ AC_DEFUN([AM_PATH_LIBGCRYPT],
+ ***]])
+   fi
+ fi
+-  else
+-LIBGCRYPT_CFLAGS=""
+-LIBGCRYPT_LIBS=""
+-ifelse([$3], , :, [$3])
+   fi
+   AC_SUBST(LIBGCRYPT_CFLAGS)
+   AC_SUBST(LIBGCRYPT_LIBS)
+-- 
+2.25.1
+
diff --git a/meta-oe/recipes-security/usbg

Re: [oe] [meta-oe][PATCH v4] usbguard: Add inital recipe

2022-03-16 Thread Anu Deepthika via lists.openembedded.org
No, there is no specific reason to include empty-dirs in packaging. I have 
deleted it through do_install. Thanks for the suggestion.
I have sent the updated patch including all other changes.

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



[oe] [meta-python] [PATCH] python3-cppy: upgrade 1.1.0 -> 1.2.0

2022-03-16 Thread wangmy
add dependence : python3-setuptools python3-distutils

Signed-off-by: Wang Mingyu 
---
 .../python/{python3-cppy_1.1.0.bb => python3-cppy_1.2.0.bb}  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-cppy_1.1.0.bb => 
python3-cppy_1.2.0.bb} (64%)

diff --git a/meta-python/recipes-devtools/python/python3-cppy_1.1.0.bb 
b/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python3-cppy_1.1.0.bb
rename to meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
index 79ddbed7c2..f86f571938 100644
--- a/meta-python/recipes-devtools/python/python3-cppy_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
@@ -3,8 +3,9 @@ HOMEPAGE = "https://cppy.readthedocs.io/en/latest/";
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0bfb3e39b13587f0028f17baf0e42371"
 
-SRC_URI[md5sum] = "2110891d75aa12551deebba1603428c6"
-SRC_URI[sha256sum] = 
"4eda6f1952054a270f32dc11df7c5e24b259a09fddf7bfaa5f33df9fb4a29642"
+SRC_URI[sha256sum] = 
"95e8862e4f826c3f2a6b7b658333b162f80cbe9f943aa0d0a7a6b2ef850aeffc"
+
+RDEPENDS:${PN} += "python3-setuptools python3-distutils"
 
 inherit pypi setuptools3
 
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-dnspython: upgrade 2.2.0 -> 2.2.1

2022-03-16 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../{python3-dnspython_2.2.0.bb => python3-dnspython_2.2.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-dnspython_2.2.0.bb => 
python3-dnspython_2.2.1.bb} (88%)

diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb 
b/meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb
rename to meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb
index cf76a142b5..f067a2ce65 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.dnspython.org/";
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
 
-SRC_URI[sha256sum] = 
"e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6"
+SRC_URI[sha256sum] = 
"0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e"
 
 inherit pypi poetry_core ptest
 
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-bitstruct: upgrade 8.12.1 -> 8.13.0

2022-03-16 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 ...{python3-bitstruct_8.12.1.bb => python3-bitstruct_8.13.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bitstruct_8.12.1.bb => 
python3-bitstruct_8.13.0.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-bitstruct_8.12.1.bb 
b/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-bitstruct_8.12.1.bb
rename to meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb
index f53f84f83e..954c9ab46c 100644
--- a/meta-python/recipes-devtools/python/python3-bitstruct_8.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-bitstruct_8.13.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/bitstruct";
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = 
"45b2b932ce6681f5c6ce8cba39abdd423b579b0568c76fa48b1e09c88368ede7"
+SRC_URI[sha256sum] = 
"7b87d9e41ff552a8cae06ea2368c3772b6f3102bdab4b65e793be7590d69f03b"
 
 PYPI_PACKAGE = "bitstruct"
 
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-astroid: upgrade 2.10.0 -> 2.11.0

2022-03-16 Thread wangmy
Changelog:
=
Add new (optional) doc_node attribute to nodes.Module, nodes.ClassDef,
and nodes.FunctionDef.

Accessing the doc attribute of nodes.Module, nodes.ClassDef, and
nodes.FunctionDef has been deprecated in favour of the doc_node attribute.
Note: doc_node is an (optional) nodes.Const whereas doc was an (optional) str.

Passing the doc argument to the __init__ of nodes.Module, nodes.ClassDef,
and nodes.FunctionDef has been deprecated in favour of the postinit doc_node 
attribute.
Note: doc_node is an (optional) nodes.Const whereas doc was an (optional) str.

Replace custom cachedproperty with functools.cached_property and deprecate it
for Python 3.8+.

Closes #1410

Set end_lineno and end_col_offset attributes to None for all nodes
with PyPy 3.8. PyPy 3.8 assigns these attributes inconsistently which could lead
to unexpected errors. Overwriting them with None will cause a fallback
to the already supported way of PyPy 3.7.

Add missing shape parameter to numpy zeros_like, ones_like,
and full_like methods.

Closes PyCQA/pylint#5871

Only pin wrapt on the major version.

Signed-off-by: Wang Mingyu 
---
 .../{python3-astroid_2.10.0.bb => python3-astroid_2.11.0.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-astroid_2.10.0.bb => 
python3-astroid_2.11.0.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.10.0.bb 
b/meta-python/recipes-devtools/python/python3-astroid_2.11.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.10.0.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.11.0.bb
index fc23f17c6b..1a69be2f98 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.11.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = 
"f616b9687a5f4afa673dfd2d684d2b6f38365c8ad7c6f27229dda1ede750c445"
+SRC_URI[sha256sum] = 
"d56f6a5239981567ceaa3413d4971936c7b4b0c796fcff90c24254dcf8b05b62"
 
 inherit pypi setuptools3
 
-- 
2.25.1


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



[oe] [meta-python] [PATCH] python3-asn1crypto: upgrade 1.4.0 -> 1.5.1

2022-03-16 Thread wangmy
License-Update: year updated to 2022

Signed-off-by: Wang Mingyu 
---
 ...thon3-asn1crypto_1.4.0.bb => python3-asn1crypto_1.5.1.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-asn1crypto_1.4.0.bb => 
python3-asn1crypto_1.5.1.bb} (70%)

diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb 
b/meta-python/recipes-devtools/python/python3-asn1crypto_1.5.1.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
rename to meta-python/recipes-devtools/python/python3-asn1crypto_1.5.1.bb
index c052cb8c82..5fa2ed987c 100644
--- a/meta-python/recipes-devtools/python/python3-asn1crypto_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-asn1crypto_1.5.1.bb
@@ -2,12 +2,11 @@ DESCRIPTION = "A fast, pure Python library for parsing and 
serializing ASN.1 str
 HOMEPAGE = "https://github.com/wbond/asn1crypto";
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b5cda97fbd7959ad47a952651a87051a"
 
 PYPI_PACKAGE = "asn1crypto"
 
-SRC_URI[md5sum] = "00bf5b72d37778e62cc73b1d8909ae27"
-SRC_URI[sha256sum] = 
"f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c"
+SRC_URI[sha256sum] = 
"13ae38502be632115abf8a24cbe5f4da52e3b5231990aff31123c805306ccb9c"
 
 inherit pypi setuptools3
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96014): 
https://lists.openembedded.org/g/openembedded-devel/message/96014
Mute This Topic: https://lists.openembedded.org/mt/89817413/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] libvdpau: upgrade 1.4 -> 1.5

2022-03-16 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../recipes-graphics/vdpau/{libvdpau_1.4.bb => libvdpau_1.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/vdpau/{libvdpau_1.4.bb => libvdpau_1.5.bb} 
(91%)

diff --git a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb 
b/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb
similarity index 91%
rename from meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb
rename to meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb
index 2c08ff3ec6..1dc3b9acde 100644
--- a/meta-oe/recipes-graphics/vdpau/libvdpau_1.4.bb
+++ b/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=83af8811a28727a13f04132cc33b7f58"
 
 DEPENDS = "virtual/libx11 libxext xorgproto"
 
-SRCREV = "c3d1a9dbafdfe6144ff474d0d523dc01b068750f"
+SRCREV = "79f1506a3307d3275b0fdfb2e110c173f68e6f78"
 SRC_URI = "git://anongit.freedesktop.org/vdpau/libvdpau;branch=master"
 
 S = "${WORKDIR}/git"
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96012): 
https://lists.openembedded.org/g/openembedded-devel/message/96012
Mute This Topic: https://lists.openembedded.org/mt/89817411/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] freerdp: upgrade 2.6.0 -> 2.6.1

2022-03-16 Thread wangmy
Changelog:
=
Noteworthy changes:
--
Decreased logging verbosity, now freerdp is much less verbose by default

Fixed issues:
--
Backported freerdp_abort_connect during freerdp_connect fix (#7700)
Backported improved version dection see docs/version_detection.md for details
Backported various rdpsnd fixes (#7695)

Signed-off-by: Wang Mingyu 
---
 .../freerdp/{freerdp_2.6.0.bb => freerdp_2.6.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/freerdp/{freerdp_2.6.0.bb => freerdp_2.6.1.bb} 
(98%)

diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.6.0.bb 
b/meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb
similarity index 98%
rename from meta-oe/recipes-support/freerdp/freerdp_2.6.0.bb
rename to meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb
index 9b97413409..ece2f56960 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_2.6.0.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_2.6.1.bb
@@ -13,7 +13,7 @@ inherit pkgconfig cmake gitpkgv
 PE = "1"
 PKGV = "${GITPKGVTAG}"
 
-SRCREV = "8a5c034d547c428c512b0a4b840d3a8a4762f989"
+SRCREV = "658a72980f6e93241d927c46cfa664bf2547b8b1"
 SRC_URI = 
"git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https \
 file://winpr-makecert-Build-with-install-RPATH.patch \
 "
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96011): 
https://lists.openembedded.org/g/openembedded-devel/message/96011
Mute This Topic: https://lists.openembedded.org/mt/89817410/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] weechat: upgrade 3.4 -> 3.4.1

2022-03-16 Thread wangmy
Changelog:
==
- core: set again TLS verification functions after options
  weechat.network.gnutls_ca_system and weechat.network.gnutls_ca_user
  are changed

Signed-off-by: Wang Mingyu 
---
 .../recipes-irc/weechat/{weechat_3.4.bb => weechat_3.4.1.bb}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-irc/weechat/{weechat_3.4.bb => 
weechat_3.4.1.bb} (93%)

diff --git a/meta-networking/recipes-irc/weechat/weechat_3.4.bb 
b/meta-networking/recipes-irc/weechat/weechat_3.4.1.bb
similarity index 93%
rename from meta-networking/recipes-irc/weechat/weechat_3.4.bb
rename to meta-networking/recipes-irc/weechat/weechat_3.4.1.bb
index edd88c063a..515cd95328 100644
--- a/meta-networking/recipes-irc/weechat/weechat_3.4.bb
+++ b/meta-networking/recipes-irc/weechat/weechat_3.4.1.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://weechat.org/files/src/weechat-${PV}.tar.xz 
\
file://0001-use-pkg-config-for-gcrypt-instead.patch \
"
 
-SRC_URI[sha256sum] = 
"7cd3dcc7029e888de49e13ebbcc3749586ff59c9d97f89f5eeb611067c7bb94c"
+SRC_URI[sha256sum] = 
"7e088109ad5dfbcb08a9a6b1dd70ea8236093fed8a13ee9d9c98881d7b1aeae7"
 
 inherit cmake pkgconfig
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96013): 
https://lists.openembedded.org/g/openembedded-devel/message/96013
Mute This Topic: https://lists.openembedded.org/mt/89817412/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] networkmanager-openvpn: upgrade 1.8.16 -> 1.8.18

2022-03-16 Thread wangmy
Changelog:
==
* Gtk4 version of the editor plugin is now available (for use with Control
  Center of GNOME 42 or later).
* Update Catalan, Croatian, Czech, Hebrew and Slovenian translations.

Signed-off-by: Wang Mingyu 
---
 ...nager-openvpn_1.8.16.bb => networkmanager-openvpn_1.8.18.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename 
meta-networking/recipes-connectivity/networkmanager/{networkmanager-openvpn_1.8.16.bb
 => networkmanager-openvpn_1.8.18.bb} (94%)

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.16.bb
 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.18.bb
similarity index 94%
rename from 
meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.16.bb
rename to 
meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.18.bb
index 8951d9cd17..1d0c38e035 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.16.bb
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.8.18.bb
@@ -10,7 +10,7 @@ inherit gnomebase useradd gettext systemd
 
 SRC_URI = 
"${GNOME_MIRROR}/NetworkManager-openvpn/${@gnome_verdir("${PV}")}/NetworkManager-openvpn-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = 
"8920de09c7ae5f1f520c83f844455db8faec31427350268fe2dd95b860f91fb5"
+SRC_URI[sha256sum] = 
"53dfb0acf64478adc728074f162f62e60bff62a605bd897eb88b267e7057927a"
 
 S = "${WORKDIR}/NetworkManager-openvpn-${PV}"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96009): 
https://lists.openembedded.org/g/openembedded-devel/message/96009
Mute This Topic: https://lists.openembedded.org/mt/89817399/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] networkmanager: upgrade 1.36.0 -> 1.36.2

2022-03-16 Thread wangmy
0001-do-not-ask-host-for-ifcfg-defaults.patch refreshed for new version

Changelog:
==
* When the list of plugins is not specified via "main.plugins" in
  NetworkManager.conf and no build-time default is set with
  "--with-config-plugins-default" configure argument, now all known
  plugins found in the plugin directory are loaded (and the built-in
  "keyfile" plugin is preferred over others).
* Preserve external ports during checkpoint rollback
* Fix removal of ovsdb entry when an OVS interface goes away
* Fix DNS configuration for WWAN connections

Signed-off-by: Wang Mingyu 
---
 .../0001-do-not-ask-host-for-ifcfg-defaults.patch| 9 +++--
 ...networkmanager_1.36.0.bb => networkmanager_1.36.2.bb} | 2 +-
 2 files changed, 4 insertions(+), 7 deletions(-)
 rename 
meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.36.0.bb 
=> networkmanager_1.36.2.bb} (99%)

diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-do-not-ask-host-for-ifcfg-defaults.patch
 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-do-not-ask-host-for-ifcfg-defaults.patch
index d3393b50c1..92b129320c 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-do-not-ask-host-for-ifcfg-defaults.patch
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-do-not-ask-host-for-ifcfg-defaults.patch
@@ -1,4 +1,4 @@
-From 3894ddf5f677a42ed01d676b68e25a414fd8a0ce Mon Sep 17 00:00:00 2001
+From 37559b659e22886d5f55837d4f167ba5fda73e85 Mon Sep 17 00:00:00 2001
 From: Adrian Freihofer 
 Date: Sun, 29 Aug 2021 15:50:35 +0200
 Subject: [PATCH] do-not-ask-host-for-ifcfg-defaults
@@ -8,7 +8,7 @@ Subject: [PATCH] do-not-ask-host-for-ifcfg-defaults
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index 3c4be61509..8833c62fa3 100644
+index d0cec83..289aa1b 100644
 --- a/meson.build
 +++ b/meson.build
 @@ -304,8 +304,8 @@ else
@@ -21,7 +21,4 @@ index 3c4be61509..8833c62fa3 100644
 +enable_ifupdown = get_option('ifupdown')
  
  config_plugins_default = get_option('config_plugins_default')
- if config_plugins_default == ''
--- 
-2.31.1
-
+ config_h.set_quoted('NM_CONFIG_DEFAULT_MAIN_PLUGINS', config_plugins_default)
diff --git 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.0.bb 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.2.bb
similarity index 99%
rename from 
meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.0.bb
rename to 
meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.2.bb
index 0ab8cad21c..b09ff18bf7 100644
--- 
a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.0.bb
+++ 
b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.2.bb
@@ -30,7 +30,7 @@ SRC_URI = " \
 file://enable-iwd.conf \
 file://0001-do-not-ask-host-for-ifcfg-defaults.patch \
 "
-SRC_URI[sha256sum] = 
"faa389c9e9ca78243cfab4a8bed6db132f82e5b5e66bb9d44af93379d1348398"
+SRC_URI[sha256sum] = 
"ab855cbe3b41832e9a3b003810e7c7313dfe19e630d29806d14d87fdd1470cab"
 
 S = "${WORKDIR}/NetworkManager-${PV}"
 
-- 
2.25.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#96010): 
https://lists.openembedded.org/g/openembedded-devel/message/96010
Mute This Topic: https://lists.openembedded.org/mt/89817400/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] libiec61850: upgrade 1.5.0 -> 1.5.1

2022-03-16 Thread wangmy
Signed-off-by: Wang Mingyu 
---
 .../libiec61850/{libiec61850_1.5.0.bb => libiec61850_1.5.1.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/libiec61850/{libiec61850_1.5.0.bb 
=> libiec61850_1.5.1.bb} (96%)

diff --git 
a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb 
b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.1.bb
similarity index 96%
rename from 
meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb
rename to meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.1.bb
index 13e0250fa6..11050e2050 100644
--- a/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.0.bb
+++ b/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.1.bb
@@ -13,7 +13,7 @@ SECTION = "console/network"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 DEPENDS = "swig-native python3"
-SRCREV = "fcefc746fea286aeaa40d2f62240216da81c85e5"
+SRCREV = "210cf30897631fe2006ac50483caf8fd616622a2"
 
 SRC_URI = 
"git://github.com/mz-automation/${BPN}.git;branch=v1.5;protocol=https \

file://0001-pyiec61850-don-t-break-CMAKE_INSTALL_PATH-by-trying-.patch \
-- 
2.25.1


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



[oe] [meta-gnome] [PATCH] evince: upgrade 41.3 -> 41.4

2022-03-16 Thread wangmy
Changelog:
=
shell:
  * Fix crash when thumbnail extraction takes too long

Signed-off-by: Wang Mingyu 
---
 .../recipes-gnome/evince/{evince_41.3.bb => evince_41.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/evince/{evince_41.3.bb => evince_41.4.bb} (93%)

diff --git a/meta-gnome/recipes-gnome/evince/evince_41.3.bb 
b/meta-gnome/recipes-gnome/evince/evince_41.4.bb
similarity index 93%
rename from meta-gnome/recipes-gnome/evince/evince_41.3.bb
rename to meta-gnome/recipes-gnome/evince/evince_41.4.bb
index 2dc0aeaa82..6b3479c264 100644
--- a/meta-gnome/recipes-gnome/evince/evince_41.3.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_41.4.bb
@@ -25,7 +25,7 @@ def gnome_verdir(v):
 return oe.utils.trim_version(v, 1)
 
 SRC_URI += " file://0001-Remove-incorrect-args-for-i18n.merge_file.patch"
-SRC_URI[archive.sha256sum] = 
"3346b01f9bdc8f2d5ffea92f110a090c64a3624942b5b543aad4592a9de33bb0"
+SRC_URI[archive.sha256sum] = 
"ff245240f230922bec32a4d7b0a1d91b247a83d13484f99b74035d51eb232130"
 
 GTKDOC_MESON_OPTION = "gtk_doc"
 
-- 
2.25.1


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