[oe] [meta-oe][PATCH 5/5] libimobiledevice: Fix build with clang

2023-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-include-unistd.h-for-usleep.patch| 31 +++ .../libimobiledevice/libimobiledevice_git.bb | 3 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice/0001-incl

[oe] [meta-oe][PATCH 4/5] libimobiledevice: Update to latest tip

2023-05-09 Thread Khem Raj
This is to supported latest libplist Signed-off-by: Khem Raj --- .../libimobiledevice/libimobiledevice_git.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb b/meta-oe/recipes-connectiv

[oe] [meta-oe][PATCH 2/5] packagegroup-meta-oe: Remove minicoredumper-ptest for musl

2023-05-09 Thread Khem Raj
They do not yet work on musl Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 9

[oe] [meta-oe][PATCH 3/5] libimobiledevice: Delete recipe for 1.3.0

2023-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- .../libimobiledevice/libimobiledevice_1.3.0.bb | 17 - 1 file changed, 17 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.3.0.bb diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiled

[oe] [meta-oe][PATCH 1/5] packagegroup-meta-oe: Add kpatch for glibc + x86_64 only

2023-05-09 Thread Khem Raj
Its not supported on musl Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-met

Re: [oe] [meta-oe 1/3] libcbor: Add initial support

2023-05-09 Thread Khem Raj
more errors in build QA ERROR: libcbor-gitAUTOINC+efa6c0886b-r0 do_package: dwarfsrcfiles failed with exit code 1 (cmd was ['dwarfsrcfiles', '/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux-musl/libcbor/gitAUTOINC+efa6c0886b-r0 /package/usr/lib/libcbor.a']): dwarfsrcfiles: /mnt/b/yoe/

[oe] [meta-oe][PATCH 1/2] usbmuxd: Remove recipe for 1.1.1

2023-05-09 Thread Khem Raj
The _git recipe provided the latest uptodate version Signed-off-by: Khem Raj --- .../usbmuxd/usbmuxd_1.1.1.bb | 22 --- 1 file changed, 22 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/usbmuxd/usbmuxd_1.1.1.bb diff --git a/meta-oe/recipes-connect

[oe] [meta-oe][PATCH 2/2] usbmuxd: Updgrade to latest on master branch

2023-05-09 Thread Khem Raj
needed to get it working with latest libplist [1] [1] https://github.com/libimobiledevice/usbmuxd/commit/049877e1f7a54f63fef12dd384c9a22fb38b3514 Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

Re: [oe] [meta-oe] [PATCH V2] libplist: upgrade 2.2.0 -> 2.3.0

2023-05-09 Thread Khem Raj
I think this is the next issue Seeing build failures for usbmuxd while building with musl/qemux86_64 | ../../git/src/conf.c:235:2: error: call to undeclared function 'plist_read_from_filename'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] |

Re: [oe] [meta-oe 1/3] libcbor: Add initial support

2023-05-09 Thread Khem Raj
On Mon, May 8, 2023 at 11:58 PM Jun Nie wrote: > > To handle the general-purpose schema-less binary data format > > Signed-off-by: Jun Nie > --- > meta-oe/recipes-extended/libcbor/libcbor_git.bb | 13 + > 1 file changed, 13 insertions(+) > create mode 100755 meta-oe/recipes-extended

Re: [oe] [meta-oe 2/3] python3-pefile: Add initial support

2023-05-09 Thread Khem Raj
how was this tested ? For new recipes its always good to do a bitbake -ccleanall && bitbake recipe as a sanity check before sending. I am seeing fetch errors like below File: '/mnt/b/yoe/master/downloads/pefile-2023.2.7.tar.gz.tmp' has sha256 checksum '82e6114004b3d6911c77c3953e3838654b04511b8b

Re: [oe] mickeldore merge request: May 9th

2023-05-09 Thread Khem Raj
merged thanks. On Tue, May 9, 2023 at 3:15 AM akuster808 wrote: > > The following changes since commit 2d89a469e5f6a209fdc50bf447cd645929e4b735: > >meta-openemnedded: Add myself as mickledore maintainer (2023-04-09 > 08:52:55 -0700) > > are available in the Git repository at: > >https://g

Re: [oe] [meta-oe 0/3] Add necessary lib and python tool to handle CoSWID tag

2023-05-09 Thread Khem Raj
Thanks for your contribution. You could use something like git format-patch --subject-prefix='meta-oe][PATCH' -1 to create a patch On Tue, May 9, 2023 at 12:02 AM Jun Nie wrote: > > Sorry for the un-aligned title pattern. I do not find any option in > manual of git-format-patch to generate "[me

[oe] [meta-oe][PATCH] libirecovery: Add missing build dependency on readline

2023-05-09 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb index e3da18

Re: [oe] [meta-oe][master][mickledore][langdale][kirkstone][dunfell][PATCH] apache2: upgrade 2.4.56 -> 2.4.57

2023-05-09 Thread Valeria Petrov via lists.openembedded.org
Ping. Thanks, -Original Message- From: Valeria Petrov Sent: Tuesday, 25 April 2023 17:45 To: Khem Raj Cc: openembedded-devel@lists.openembedded.org Subject: RE: [oe] [meta-oe][master][mickledore][langdale][kirkstone][dunfell][PATCH] apache2: upgrade 2.4.56 -> 2.4.57 Khem, Thank you f

Re: [oe] [meta-oe][kirkstone 1/2] freerdp: fix CVE-2022-39316/39318/39319

2023-05-09 Thread Lee Chee Yang
> +++ > > .../freerdp/CVE-2022-39318-39319.patch| 41 ++ > > .../recipes-support/freerdp/freerdp_2.6.1.bb | 2 + > > 3 files changed, 96 insertions(+) > > create mode 100644 meta-oe/recipes-support/freerdp/freerdp/CVE- > 2022-39316.patch > > create mod

[oe] [PATCH 4/4] xorriso: remove obsolete recipe

2023-05-09 Thread Ross Burton
From: Ross Burton GNU xorriso is simply a bundling of libisofs+libburn+libisoburn which also "restricts itself to a technical form where the legal commitments of the libburnia project and the legal intentions of FSF match completely".[1] What this actually means is unclear. We can follow upstrea

[oe] [PATCH 3/4] libisoburn: add new recipe

2023-05-09 Thread Ross Burton
From: Ross Burton libisoburn is the library and command-line tool (xorriso) that can construct ISO-9660 images and write them to physical media. Signed-off-by: Ross Burton --- .../burnia/libisoburn_1.5.4.bb| 27 +++ .../packagegroup-meta-filesystems.bb

[oe] [PATCH 2/4] libburn: move to meta-filesystems

2023-05-09 Thread Ross Burton
From: Ross Burton This recipe is very much in the remit of meta-filesystems, so move the recipe and update it. It ships a cdrecord wrapper so inherit lib_package, and the license is GPLv2 or later not GPLv2 only, for example: https://dev.lovelyhq.com/libburnia/libburn/src/branch/master/libburn/s

[oe] [PATCH 1/4] libisofs: add new recipe

2023-05-09 Thread Ross Burton
From: Ross Burton libisofs from the libburnia project is a library to construct ISO-9660 filesystems. Signed-off-by: Ross Burton --- .../recipes-filesystems/burnia/libisofs_1.5.4.bb | 15 +++ .../packagegroup-meta-filesystems.bb | 1 + 2 files changed, 16 insertions(

[oe] [meta-oe][PATCH 2/2] imaagemagick: update 7.1.1-5 -> 7.1.1-8

2023-05-09 Thread Markus Volk
- add PACKAGECONFIG for xml - add configuration - workaround reproducibility issues Signed-off-by: Markus Volk --- .../imagemagick/imagemagick_7.1.1.bb | 23 --- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/meta-oe/recipes-support/imagemagick/imagemagic

[oe] [meta-oe][PATCH 1/2] paprefs: add recipe

2023-05-09 Thread Markus Volk
Signed-off-by: Markus Volk --- .../pulseaudio/paprefs_1.2.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta-oe/recipes-multimedia/pulseaudio/paprefs_1.2.bb diff --git a/meta-oe/recipes-multimedia/pulseaudio/paprefs_1.2.bb b/meta-oe/recipes-mu

[oe] [meta-oe] [PATCH V3 3/3] libusbgx: fix some systemd service conditions

2023-05-09 Thread Ming Liu
From: Ming Liu Let usbgx.service require and run after sys-kernel-config.mount. Use "Type=simple" rather than "Type=oneshot", this ensures usbgx.service would not hang on failures, failures could happen in many conditions, like if the end user has manually configured something in configfs, or st

[oe] [meta-oe] [PATCH V3 2/3] libusbgx: fix device hot-plug use case

2023-05-09 Thread Ming Liu
From: Marcel Ziswiler Upon hot-plugging device (resp. un-plugging host) dwc3_gadget_init() does nicely get executed. However, for an actual gadget to get started, it also requires the libusbgx dance as well. Instead of only doing this upon boot aka after multi-user.target (which is fine only if t

[oe] [meta-oe] [PATCH V3 1/3] libusbgx: uprev to the latest commit

2023-05-09 Thread Ming Liu
From: Ming Liu Uprev libusbgx to 721e3a1 to get following fixes: ``` 721e3a1 correct attribute import / export bbdaad2 Document the license of the library and examples 36e71e1 Rename the net class variables to class_ efdd7a6 tests: update test code with new net attributes 4ca4a76 net: adds class,

[oe] [meta-oe] [PATCH V3 0/3] libusbgx: uprev to the latest/fix hotplug/fix systemd service

2023-05-09 Thread Ming Liu
From: Ming Liu I found more issues on libusbgx, have to make this V3, the new changes include: 1 Add some dependency checking in usbgx.service. 2 Turn it to be a simple type. Marcel Ziswiler (1): libusbgx: fix device hot-plug use case Ming Liu (2): libusbgx: uprev to the latest commit li

Re: [oe] [meta-oe] [kirkstone] [PATCH 1/1] lmdb: Don't inherit base

2023-05-09 Thread Ming Liu
Hi, akuster808: It was sent by mistake, sorry, I have made a V2 to remove it. the best, thank you akuster808 於 2023年5月9日 週二 下午12:57寫道: > > > On 5/9/23 3:45 AM, Ming Liu wrote: > > From: Richard Purdie > > > > base is always inherited so remove this code which will soon cause an > error. > > T

Re: [oe] [meta-oe] [kirkstone] [PATCH 1/1] lmdb: Don't inherit base

2023-05-09 Thread Armin Kuster
On 5/9/23 3:45 AM, Ming Liu wrote: From: Richard Purdie base is always inherited so remove this code which will soon cause an error. This is already in kirkstone: https://git.openembedded.org/meta-openembedded/commit/meta-oe/recipes-dbs/lmdb?h=kirkstone&id=c5b5f631fc485e91f67827c536c06215a8

Re: [oe] [meta-oe][kirkstone 1/2] freerdp: fix CVE-2022-39316/39318/39319

2023-05-09 Thread Armin Kuster
On 5/8/23 11:53 PM, Lee Chee Yang wrote: From: Chee Yang Lee Signed-off-by: Chee Yang Lee --- .../freerdp/freerdp/CVE-2022-39316.patch | 53 +++ .../freerdp/CVE-2022-39318-39319.patch| 41 ++ .../recipes-support/freerdp/freerdp_2.6.1.bb | 2 +

[oe] [meta-oe][langdale][PATCH 2/2] meta-networking/licenses/netperf: remove unused license

2023-05-09 Thread Armin Kuster
From: "Arsalan H. Awan" This removes the old unused license for netperf as upstream moved to using the MIT license for netperf. See: meta-openembedded commit 587fe5877790b6c2e1d337c351b8f50603ad4db9 Signed-off-by: Arsalan H. Awan Signed-off-by: Khem Raj (cherry picked from commit 27bdecd1bcf1

[oe] [meta-oe][langdale][PATCH 1/2] apache2: upgrade 2.4.56 -> 2.4.57

2023-05-09 Thread Armin Kuster
From: Valeria Petrov Changelog: Changes with Apache 2.4.57 *) mod_proxy: Check before forwarding that a nocanon path has not been rewritten with spaces during processing. [Yann Ylavic] *) mod_proxy: In case that AllowEncodedSlashes is set to NoDecode do not double encode encoded

[oe] mickeldore merge request: May 9th

2023-05-09 Thread Armin Kuster
The following changes since commit 2d89a469e5f6a209fdc50bf447cd645929e4b735:   meta-openemnedded: Add myself as mickledore maintainer (2023-04-09 08:52:55 -0700) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded mickledore-next for you to fetch changes

[oe] [meta-oe] [PATCH V2] libplist: upgrade 2.2.0 -> 2.3.0

2023-05-09 Thread wangmy
From: Wang Mingyu Changelog: = - Changes: * Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val() * Add support for JSON format * Add support for OpenStep format * Introduce error codes and format constants * Add return value to import/export functions

[oe] [meta-oe] [PATCH] libimobiledevice-glue: SRCREV bump d2ff796..114098d

2023-05-09 Thread wangmy
From: Wang Mingyu Changelogs: == Add a scheduled build every 1st of the month so we always have an artifact Fix compilation on cygwin Remove plist-related code in favor of new libplist API Set minimum required libplist version to 2.3.0 autoconf: Automatically derive version number from la

[oe] [meta-networking][kirkstone] tinyproxy: fix CVE-2022-40468

2023-05-09 Thread Lee Chee Yang
From: Chee Yang Lee (cherry-picked from 795ccdd86cad05c425adae15af27797f42f33c56) Signed-off-by: Chee Yang Lee Signed-off-by: Khem Raj --- .../tinyproxy/tinyproxy/CVE-2022-40468.patch | 33 +++ .../tinyproxy/tinyproxy_1.11.0.bb | 1 + 2 files changed, 34 insertio

[oe] [meta-oe] [PATCH V2 1/2] libusbgx: uprev to the latest commit

2023-05-09 Thread Ming Liu
From: Ming Liu Uprev libusbgx to 721e3a1 to get following fixes: ``` 721e3a1 correct attribute import / export bbdaad2 Document the license of the library and examples 36e71e1 Rename the net class variables to class_ efdd7a6 tests: update test code with new net attributes 4ca4a76 net: adds class,

[oe] [meta-oe] [PATCH V2 2/2] libusbgx: fix device hot-plug use case

2023-05-09 Thread Ming Liu
From: Marcel Ziswiler Upon hot-plugging device (resp. un-plugging host) dwc3_gadget_init() does nicely get executed. However, for an actual gadget to get started, it also requires the libusbgx dance as well. Instead of only doing this upon boot aka after multi-user.target (which is fine only if t

[oe] [meta-oe] [PATCH V2 0/2] libusbgx: uprev to the latest/fix hotplug

2023-05-09 Thread Ming Liu
From: Ming Liu Changes in V2: 1 I mistakenly have sent "[meta-oe] [kirkstone] [PATCH 1/1] lmdb: Don't inherit base" in V1, drop it in V2. Marcel Ziswiler (1): libusbgx: fix device hot-plug use case Ming Liu (1): libusbgx: uprev to the latest commit ...-overflow-in-usbg_f_foo_attr_val

[oe] [meta-oe] [PATCH 2/2] libusbgx: fix device hot-plug use case

2023-05-09 Thread Ming Liu
From: Marcel Ziswiler Upon hot-plugging device (resp. un-plugging host) dwc3_gadget_init() does nicely get executed. However, for an actual gadget to get started, it also requires the libusbgx dance as well. Instead of only doing this upon boot aka after multi-user.target (which is fine only if t

[oe] [meta-oe] [kirkstone] [PATCH 1/1] lmdb: Don't inherit base

2023-05-09 Thread Ming Liu
From: Richard Purdie base is always inherited so remove this code which will soon cause an error. Signed-off-by: Richard Purdie Signed-off-by: Khem Raj (cherry picked from commit a755af4fb5ca2e158b00214bb18e27ba69c200fd) Signed-off-by: Ming Liu --- meta-oe/recipes-dbs/lmdb/lmdb_0.9.29.bb | 2

[oe] [meta-oe] [PATCH 1/2] libusbgx: uprev to the latest commit

2023-05-09 Thread Ming Liu
From: Ming Liu Uprev libusbgx to 721e3a1 to get following fixes: ``` 721e3a1 correct attribute import / export bbdaad2 Document the license of the library and examples 36e71e1 Rename the net class variables to class_ efdd7a6 tests: update test code with new net attributes 4ca4a76 net: adds class,

[oe] [meta-oe] [PATCH 0/2] libusbgx: fix hotplug

2023-05-09 Thread Ming Liu
From: Ming Liu - Uprev to the latest commit. - Fix hotplug. Marcel Ziswiler (1): libusbgx: fix device hot-plug use case Ming Liu (1): libusbgx: uprev to the latest commit ...-overflow-in-usbg_f_foo_attr_val-pro.patch | 796 ++ ...erface-name-for-NCM-Feature-Descript.patch

[oe] [meta-oe][mickledore][PATCH 16/16] zfs: fix installation paths for multilib

2023-05-09 Thread Martin Jansa
* pass --with-systemd* variables to install in more typical directories * adjust FILES:${PN} to package them and more explicitly list some of the directories like sudoers.d * also remove unnecessary trailing /* and fix indentation of closing quote * fixes: ERROR: QA Issue: zfs: Files/directories

[oe] [meta-oe][mickledore][PATCH 15/16] nv-codec-headers: fix installed-vs-shipped with multilib

2023-05-09 Thread Martin Jansa
* pass LIBDIR to install ffnvcodec.pc in right directory * fixes: ERROR: QA Issue: nv-codec-headers: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/pkgconfig /usr/lib/pkgconfig/ffnvcodec.pc Please set FILES such that these items are packaged. Al

[oe] [meta-oe][mickledore][PATCH 13/16] libtomcrypt: pass LIBPATH to fix installed-vs-shipped with multilib

2023-05-09 Thread Martin Jansa
* fixes: ERROR: QA Issue: libtomcrypt: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libtomcrypt.so.1.0.1 /usr/lib/libtomcrypt.so.1 /usr/lib/libtomcrypt.so /usr/lib/pkgconfig /usr/lib/pkgconfig/libtomcrypt.pc Please set FILES such th

[oe] [meta-oe][mickledore][PATCH 14/16] nanopb: fix installed-vs-shipped with multilib

2023-05-09 Thread Martin Jansa
* fixes: ERROR: QA Issue: nanopb: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/python3.11 /usr/lib/python3.11/site-packages /usr/lib/python3.11/site-packages/proto /usr/lib/python3.11/site-packages/proto/nanopb_pb2.py /usr/lib/python3

[oe] [meta-oe][mickledore][PATCH 12/16] btrfsmaintenance: install to ${datadir}/${BPN}

2023-05-09 Thread Martin Jansa
* fix installed-vs-shipped with multilib: ERROR: QA Issue: lib32-btrfsmaintenance: Files/directories were installed but not shipped in any package: /usr /usr/share /usr/share/lib32-btrfsmaintenance /usr/share/lib32-btrfsmaintenance/btrfsmaintenance-functions /usr/share/lib32-btrfsmainte

[oe] [meta-oe][mickledore][PATCH 11/16] libnfs: fix installed-vs-shipped issues with multilib

2023-05-09 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...espect-CMAKE_INSTALL_LIBDIR-for-mult.patch | 61 +++ .../libnfs/libnfs_5.0.2.bb| 4 +- 2 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-connectivity/libnfs/libnfs/0001-CMakeLists.txt-respe

[oe] [meta-oe][mickledore][PATCH 10/16] cpulimit: fix do_install with multilib

2023-05-09 Thread Martin Jansa
* fixes: DEBUG: Executing shell function do_install install: cannot stat 'TOPDIR/.../lib32-cpulimit/0.2-r0/git/src/lib32-cpulimit': No such file or directory WARNING: exit code 1 from a shell command. * drop strange 'g...@' from SRC_URI Signed-off-by: Martin Jansa --- meta-oe/recipes-su

[oe] [meta-oe][mickledore][PATCH 08/16] rdfind: fix build with -Werror=return-type

2023-05-09 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...-configure.ac-fix-C-11-support-check.patch | 37 +++ .../recipes-support/rdfind/rdfind_1.5.0.bb| 1 + 2 files changed, 38 insertions(+) create mode 100644 meta-oe/recipes-support/rdfind/rdfind/0001-configure.ac-fix-C-11-support-check.patch

[oe] [meta-oe][mickledore][PATCH 09/16] spice-gtk: respect gobject-introspection-data

2023-05-09 Thread Martin Jansa
* without gobject-introspection-data in DISTRO_FEATURES the bbclass correctly disables it: $ bitbake-getvar -r spice-gtk EXTRA_OEMESON # # $EXTRA_OEMESON [6 operations] # :append /OE/build/oe-core/openembedded-core/meta/classes-recipe/meson.bbclass:44 # " ${PACKAGECONFIG_CONFARG

[oe] [meta-oe][mickledore][PATCH 07/16] ostree: fix build without gobject-introspection-data

2023-05-09 Thread Martin Jansa
* add --disable-introspection to UNKNOWN_CONFIGURE_OPT_IGNORE to fix: http://errors.yoctoproject.org/Errors/Details/702779/ ERROR: QA Issue: ostree: configure was passed unrecognised options: --disable-introspection [unknown-configure-option] * add glib-2.0-native to DEPENDS to fix: http://

[oe] [meta-oe][mickledore][PATCH 06/16] appstream: fix build without gobject-introspection-data

2023-05-09 Thread Martin Jansa
* there is a meson option to disable introspection, it's just called 'gir' fix GIR_MESON_OPTION to resolve: http://errors.yoctoproject.org/Errors/Details/702780/ Run-time dependency gobject-introspection-1.0 found: NO (tried pkgconfig) ../AppStream-0.16.1/meson.build:173:4: ERROR: Dependenc

[oe] [meta-oe][mickledore][PATCH 04/16] libxmlb: add missing dependency on glib-2.0 and xz

2023-05-09 Thread Martin Jansa
* without gobject-introspection-data in DISTRO_FEATURES it fails with: http://errors.yoctoproject.org/Errors/Details/702774/ Run-time dependency gio-2.0 found: NO (tried pkgconfig) ../git/meson.build:119:0: ERROR: Dependency gio-2.0 not found, tried pkgconfig and http://errors.yoctoprojec

[oe] [meta-oe][mickledore][PATCH 05/16] geoclue: fix build without gobject-introspection-data

2023-05-09 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...-try-to-use-g-ir-scanner-when-intros.patch | 30 +++ .../geoclue/geoclue_2.7.0.bb | 4 ++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-navigation/geoclue/geoclue/0001-libgeoclue-don-t-tr

[oe] [meta-oe][mickledore][PATCH 03/16] libreport: add dependency on libarchive

2023-05-09 Thread Martin Jansa
* it's often pulled by elfutils when debuginfod is in DISTRO_FEATURES, but when it isn't, it fails with: http://errors.yoctoproject.org/Errors/Details/702773/ checking for libarchive... no configure: error: Package requirements (libarchive) were not met: No package 'libarchive' found Si

[oe] [meta-oe][mickledore][PATCH 02/16] dleyna-{server,renderer}: fix dev-so QA issue with multilib

2023-05-09 Thread Martin Jansa
* the libdir is arch specific, but the subdirectory is always BPN * fixes: lib32-dleyna-server-0.6.0+gitAUTOINC+eb895ae827: non -dev/-dbg/nativesdk- package lib32-dleyna-server contains symlink .so '/usr/lib/dleyna-server/libdleyna-server-1.0.so' [dev-so] lib32-dleyna-renderer-0.6.0: non -dev

[oe] [meta-oe][mickledore][PATCH 01/16] lirc: fix do_install with multilib

2023-05-09 Thread Martin Jansa
* use ${S} instead of ${WORKDIR}/${PN}-${PV} and ${BP} instead of ${PN}-${PV} to fix build with multilib, where PN is lib32-lirc, but S is correctly set as ${WORKDIR}/${BP} and do_install fails with: mkdir: cannot create directory ‘lib32-lirc/0.10.1-r0/lib32-lirc-0.10.1/python-pkg/dist/’:

Re: [oe] [meta-oe 0/3] Add necessary lib and python tool to handle CoSWID tag

2023-05-09 Thread Jun Nie
Sorry for the un-aligned title pattern. I do not find any option in manual of git-format-patch to generate "[meta-oe][PATCH 1/3]" like title. Please help indicate how to generate that if you know. Thanks! - Jun -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply