Re: [meta-oe] [PATCH] lvm2/libdevmapper: upgrade 2.03.11 -> 2.03.16
Martin Jansa
Patch sent for the issue with gold. wangmy: why did you add bash to RDEPENDS? Couple years ago it was patched to avoid bashisms and runtime dependency on bash: I guess it was because of: ERROR: lvm2-2.03.16-r0 do_package_qa: QA Issue: /usr/sbin/lvm_import_vdo contained in package lvm2 requires /bin/bash, but no providers found in RDEPENDS:lvm2? [file-rdeps] but can we move lvm_import_vdo to PN-scripts (which already rdepends on bash) or avoid bash here as well? it was added in https://github.com/lvmteam/lvm2/commit/ed48cb26a31e8e5a12d82d96d8bec6bfc4d5b218 and later renamed in https://github.com/lvmteam/lvm2/commit/bbbd4fed69d88e67678994cb611d082d27bb774b Regards,
On Sun, Sep 11, 2022 at 9:03 PM Martin Jansa via lists.openembedded.org <Martin.Jansa=gmail.com@...> wrote:
|
|
[meta-oe][PATCH] lvm2: use bfd even with ld-is-gold in DISTRO_FEATURES
Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@...>
--- meta-oe/recipes-support/lvm2/lvm2.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 34e57ec7a5..dfabf11e2f 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -57,3 +57,7 @@ EXTRA_OECONF = "--with-user= \ --with-thin-repair=${sbindir}/thin_repair \ --with-thin-restore=${sbindir}/thin_restore \ " + +# gold doesn't like multiple dm_bitset_parse_list definitions in libdm/.exported_symbols.DM_1_02_138 and libdm/.exported_symbols.DM_1_02_129 +# after it was uncommented in the later in 2.03.12 with https://github.com/lvmteam/lvm2/commit/60eb608d66c2056a78e81f27db3da14139d9faab +LDFLAGS += "-fuse-ld=bfd" -- 2.37.3
|
|
Re: [meta-oe] [PATCH] lvm2/libdevmapper: upgrade 2.03.11 -> 2.03.16
Martin Jansa
Yes, you're right, it's reproducible only with ld-is-gold and LDFLAGS += "-fuse-ld=bfd" resolves this error. It's caused by dm_bitset_parse_list uncommented in libdm/.exported_symbols.DM_1_02_129:
On Sat, Sep 10, 2022 at 4:51 PM Khem Raj <raj.khem@...> wrote: On Sat, Sep 10, 2022 at 1:09 AM Martin Jansa <Martin.Jansa@...> wrote:
|
|
Re: dunfell merge request: Sept 11th
applied thanks Armin
toggle quoted messageShow quoted text
On Sun, Sep 11, 2022 at 10:56 AM akuster808 <akuster808@...> wrote:
|
|
dunfell merge request: Sept 11th
I appreciate the patience of our community while the stable build system relocated.
Thank you very much, Armin. The following changes since commit f22bf6efaae61a8fd9272be64e7d75223c58922e: meta-oe: Add leading whitespace for append operator (2022-08-02 06:59:38 -0700) are available in the Git repository at: https://git.openembedded.org/meta-openembedded dunfell-next for you to fetch changes up to 6792ebdd966aa0fb662989529193a0940fbfee00: c-ares: upgrade 1.17.2 -> 1.18.1 (2022-09-11 13:49:52 -0400) ---------------------------------------------------------------- Armin Kuster (1): Revert "c-ares: Add fix for CVE-2021-3672" Hitendra Prajapati (1): python3-lxml: CVE-2022-2309 NULL Pointer Dereference allows attackers to cause a denial of service Khem Raj (1): c-ares: Upgrade to 1.17.1 release Ranjitsinh Rathod (1): nodejs: Upgrade to 12.22.12 Sinan Kaya (1): c-ares: remove custom patches Yi Zhao (1): cryptsetup: upgrade 2.3.2 -> 2.3.7 wangmy (2): c-ares: upgrade 1.17.1 -> 1.17.2 c-ares: upgrade 1.17.2 -> 1.18.1 .../cryptsetup/{cryptsetup_2.3.2.bb => cryptsetup_2.3.7.bb} | 4 +- meta-oe/recipes-devtools/nodejs/nodejs/CVE-2021-44532.patch | 3090 --------------------------- .../nodejs/{nodejs_12.22.2.bb => nodejs_12.22.12.bb} | 5 +- ...1-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch | 27 - .../ares_expand_name-fix-formatting-and-handling-of-root.patch | 115 - .../c-ares/ares_expand_name-should-escape-more-characters.patch | 90 - .../c-ares/c-ares/cmake-install-libcares.pc.patch | 84 - .../c-ares/{c-ares_1.16.1.bb => c-ares_1.18.1.bb} | 12 +- meta-python/recipes-devtools/python/python-lxml.inc | 2 + .../recipes-devtools/python/python3-lxml/CVE-2022-2309.patch | 94 + 10 files changed, 102 insertions(+), 3421 deletions(-) rename meta-oe/recipes-crypto/cryptsetup/{cryptsetup_2.3.2.bb => cryptsetup_2.3.7.bb} (96%) delete mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/CVE-2021-44532.patch rename meta-oe/recipes-devtools/nodejs/{nodejs_12.22.2.bb => nodejs_12.22.12.bb} (97%) delete mode 100644 meta-oe/recipes-support/c-ares/c-ares/0001-fix-configure-error-mv-libcares.pc.cmakein-to-libcar.patch delete mode 100644 meta-oe/recipes-support/c-ares/c-ares/ares_expand_name-fix-formatting-and-handling-of-root.patch delete mode 100644 meta-oe/recipes-support/c-ares/c-ares/ares_expand_name-should-escape-more-characters.patch delete mode 100644 meta-oe/recipes-support/c-ares/c-ares/cmake-install-libcares.pc.patch rename meta-oe/recipes-support/c-ares/{c-ares_1.16.1.bb => c-ares_1.18.1.bb} (53%) create mode 100644 meta-python/recipes-devtools/python/python3-lxml/CVE-2022-2309.patch
|
|
Re: [meta-oe] [PATCH] lvm2/libdevmapper: upgrade 2.03.11 -> 2.03.16
On Sat, Sep 10, 2022 at 1:09 AM Martin Jansa <Martin.Jansa@...> wrote:
This is something that gold linker might catch. Are you using gold linker ? secondly just try with ld.bfd and see if it works. That atleast will put some sanity into why my builders or AB did not see it.
|
|
Re: [meta-oe] [PATCH] lvm2/libdevmapper: upgrade 2.03.11 -> 2.03.16
Martin Jansa
With this version I'm seeing both lvm2 and libdevmapper failing with:: [CC] ioctl/libdevmapper.so.1.02 TOPDIR/..../12.2.0/ld: warning: using 'DM_1_02_129' as version for 'dm_bitset_parse_list' which is also named in version 'DM_1_02_138' in script TOPDIR/..../12.2.0/ld: error: datastruct/bitset.o: multiple definition of 'dm_bitset_parse_list' TOPDIR/..../12.2.0/ld: datastruct/bitset.o: previous definition here anyone else seeing the same?
On Tue, Sep 6, 2022 at 7:32 AM wangmy <wangmy@...> wrote: 0005-do-not-build-manual.patch
|
|
Re: [meta-java][dunfell][PATCH ] cacao-initial-native: exclude BB_NUMBER_THREADS from sstate hash
venkatakoteswararao talluri <venkattalluri5559@...>
Hi All, Can you please respond on this. On Thu, Sep 8, 2022, 4:31 PM venkatakoteswararao talluri via lists.openembedded.org <venkattalluri5559=gmail.com@...> wrote:
--
Venkata Talluri
|
|
Re: [meta-python] [PATCH] python3-transitions: upgrade 0.8.11 -> 0.9.0
This is already proposed here
toggle quoted messageShow quoted text
https://patchwork.yoctoproject.org/project/oe/patch/20220908094951.594032-2-leon.anavi@konsulko.com/ I will drop this one.
On Thu, Sep 8, 2022 at 6:25 PM zhengruoqin <zhengrq.fnst@...> wrote:
|
|
[meta-python] [PATCH] python3-parsimonious: upgrade 0.9.0 -> 0.10.0
zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
--- ...on3-parsimonious_0.9.0.bb => python3-parsimonious_0.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-parsimonious_0.9.0.bb => python3-parsimonious_0.10.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb b/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb rename to meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb index 5a604fa41c..c2352224ff 100644 --- a/meta-python/recipes-devtools/python/python3-parsimonious_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" -SRC_URI[sha256sum] = "b2ad1ae63a2f65bd78f5e0a8ac510a98f3607a43f1db2a8d46636a5d9e4a30c1" +SRC_URI[sha256sum] = "8281600da180ec8ae35427a4ab4f7b82bfec1e3d1e52f80cb60ea82b9512501c" inherit pypi setuptools3 -- 2.25.1
|
|
[meta-python] [PATCH] python3-transitions: upgrade 0.8.11 -> 0.9.0
zhengruoqin
License-Update:
========================================= format of LICENSE changed from ASCII text, with CRLF line terminators to ASCII text Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...> --- ...on3-transitions_0.8.11.bb => python3-transitions_0.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-transitions_0.8.11.bb => python3-transitions_0.9.0.bb} (54%) diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.11.bb b/meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb similarity index 54% rename from meta-python/recipes-devtools/python/python3-transitions_0.8.11.bb rename to meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb index 14189424a2..980351bf14 100644 --- a/meta-python/recipes-devtools/python/python3-transitions_0.8.11.bb +++ b/meta-python/recipes-devtools/python/python3-transitions_0.9.0.bb @@ -1,9 +1,9 @@ SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=baac7be1f4c17620df74188e23da6d47" +LIC_FILES_CHKSUM = "file://LICENSE;md5=de0a0876a688a4483bfafa764773ab39" inherit pypi setuptools3 -SRC_URI[sha256sum] = "7b20d32906ea4d60ee6f6c1f5dc9c9f178802425c5b155213eb0f25c277f04e4" +SRC_URI[sha256sum] = "2f54d11bdb225779d7e729011e93a9fb717668ce3dc65f8d4f5a5d7ba2f48e10" RDEPENDS:${PN} += "python3-six python3-logging" -- 2.25.1
|
|
[meta-python] [PATCH] python3-pandas: upgrade 1.4.3 -> 1.4.4
zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
--- .../python/{python3-pandas_1.4.3.bb => python3-pandas_1.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pandas_1.4.3.bb => python3-pandas_1.4.4.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.4.3.bb b/meta-python/recipes-devtools/python/python3-pandas_1.4.4.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-pandas_1.4.3.bb rename to meta-python/recipes-devtools/python/python3-pandas_1.4.4.bb index 2d3333c3ea..60e908bf49 100644 --- a/meta-python/recipes-devtools/python/python3-pandas_1.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-pandas_1.4.4.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://pandas.pydata.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3f23c5c092b74d245d48eeef72bc3fd2" -SRC_URI[sha256sum] = "2ff7788468e75917574f080cd4681b27e1a7bf36461fe968b49a87b5a54d007c" +SRC_URI[sha256sum] = "ab6c0d738617b675183e5f28db32b5148b694ad9bba0a40c3ea26d96b431db67" inherit pypi setuptools3 -- 2.25.1
|
|
[meta-python] [PATCH] python3-sympy: upgrade 1.10.1 -> 1.11.1
zhengruoqin
License-Update: Copyright year updated to 2022.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...> --- .../{python3-sympy_1.10.1.bb => python3-sympy_1.11.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-sympy_1.10.1.bb => python3-sympy_1.11.1.bb} (57%) diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.10.1.bb b/meta-python/recipes-devtools/python/python3-sympy_1.11.1.bb similarity index 57% rename from meta-python/recipes-devtools/python/python3-sympy_1.10.1.bb rename to meta-python/recipes-devtools/python/python3-sympy_1.11.1.bb index d8ac23dd5e..4e32936384 100644 --- a/meta-python/recipes-devtools/python/python3-sympy_1.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-sympy_1.11.1.bb @@ -1,9 +1,9 @@ SUMMARY = "Computer algebra system (CAS) in Python" HOMEPAGE = "https://pypi.org/project/sympy/" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=42976c55ba05d15b32a7b4757dee5e64" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9f6c7fdc2d69e31ad7abaea029c8ac16" -SRC_URI[sha256sum] = "5939eeffdf9e152172601463626c022a2c27e75cf6278de8d401d50c9d58787b" +SRC_URI[sha256sum] = "e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658" inherit pypi setuptools3 -- 2.25.1
|
|
[meta-python] [PATCH] python3-natsort: upgrade 8.1.0 -> 8.2.0
zhengruoqin
Changelog:
=========== Auto-coerce pathlib.Path objects to str since it is the least astonishing behavior Reduce strictness of type hints to avoid over-constraining client code Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...> --- .../{python3-natsort_8.1.0.bb => python3-natsort_8.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-natsort_8.1.0.bb => python3-natsort_8.2.0.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb rename to meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb index 1ba40d3a14..bc142195ed 100644 --- a/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a" PYPI_PACKAGE = "natsort" -SRC_URI[sha256sum] = "c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445" +SRC_URI[sha256sum] = "57f85b72c688b09e053cdac302dd5b5b53df5f73ae20b4874fcbffd8bf783d11" inherit pypi setuptools3 -- 2.25.1
|
|
[oe-core][PATCHv2] pipewire: update 0.3.56 -> 0.3.57
Markus Volk
PipeWire 0.3.57 (2022-09-02)
This is a bugfix release that is API and ABI compatible with previous 0.3.x releases. Highlights Support masking of conf.d/ files. (#2629) Use org.freedesktop.portal.Realtime when available. This does the correct PID/TID mappings to make realtime also work from flatpaks. Fix rate adjustment logic in pulse-tunnel. This would cause increasing delays and hickups when using tunnels. (#2548) Add OPUS as a new vendor codec. Add OPUS-A2DP spec. PipeWire can now send and receive OPUS data over bluetooth. An AAC decoder was added so that PipeWire can now also function as an A2DP AAC receiver. Fix some issues where the wrong samplerate was used. (#2614) Fix rate match for sources. This fixes an error where follower sources would generate many resync warnings. Many more bugfixes and improvements. PipeWire Support masking of conf.d/ files. (#2629) Add some more debug info to memfd. Improve data-loop invoke method. Also flush pending items. (#2631) Add a filter-chain systemd service file than can be used to start custom filters placed in ~/.conf/pipewire/filter-chain.d/ (#2553) Improve triggered timestamps for remote nodes. Fix some potential cross compilation problems due to wrong host_machine. Check return values of pw_getrandom(). Tools Updates to pw-cli manpages. (#2552) Remove the pw-cli dump command. It is mostly implemented as part of wpctl status, pw-dump, pw-link, pw-top and others. Clean up resource in pw-cat correctly on errors. (#2651) Modules Fix compilation of AVB on big-endian. Enable AVB only on Linux. Use org.freedesktop.portal.Realtime when available. This does the correct PID/TID mappings to make realtime also work from flatpaks. Fix compilation of ROC module when headers are missing. (#2513) Improve some error cleanup paths in protocol-native. Improve connect and disconnect. Fix a potential crash in FFT unload in filter-chain. Implement PIPEWIRE_NOTIFICATION_FD for notification when the socket is ready. Try to use rtkit if set_nice() fails. Fix rate adjustment logic in pulse-tunnel. This would cause increasing delays and hickups when using tunnels. (#2548) Handle disconnect in pulse-tunnel. Bluetooth Add OPUS as a new vendor codec. Add OPUS-A2DP spec. PipeWire can now send and receive OPUS data over bluetooth. An AAC decoder was added so that PipeWire can now also function as an A2DP AAC receiver. SPA Tweak the resampler window function some more. (#2574) Improve format convert performance in some fallback cases. Fix rounding in format conversion on ARM NEON. Fix libcamera build error. (#2575) Fix some issues where the wrong samplerate was used. (#2614) Don't wait for more samples that can fit in the ringbuffer in ALSA. Improve buffer size handling in audioconvert, scale the buffers based on the rate conversion and make things work with really large rate conversions as well. Add more and better debug for ALSA devices. Improve channel mix: Filter FC and LFE when copying from a different layout. Implement STEREO from FC. Avoid generating REAR from FC in PSD mode. Fix rate match for sources. This fixes an error where follower sources would generate many resync warnings. Improve ALSA format negotiation. If the ALSA node is not running and there was a previously configured format, close and reopen the device to enumerate and accept all possible formats again. (#2625). ALSA The alsa plugin will now also save the volumes set with the control API. This saves the volumes set with alsa-mixer, for example. Pulse-server Flatpak apps with devices=3Dall (Zoom) will now be granted Manager permissions. Small tweaks to the amount of data sent to clients to work around an issue in freerdp. JACK Clean up the transport correctly when closing a client. (#2569) Match context properties in addition to node properties for the jack client rules. (#2580) Make sure to return an error when disconnected from the server. (#2606) Fix thread cast problem in jack_client_thread_id(). Increase jack_client_name_size() length and make sure we have space for the \0 byte. JACK clients from the same application will be added to the same group so that they share the quantum and rate. Signed-off-by: Markus Volk <f_l_k@...> --- ...01-avb-fix-compilation-on-big-endian.patch | 53 ------------------- ...{pipewire_0.3.56.bb =3D> pipewire_0.3.57.bb} | 12 ++--- 2 files changed, 5 insertions(+), 60 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/pipewire/pipewire/= 0001-avb-fix-compilation-on-big-endian.patch rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_0.3.56.bb =3D= pipewire_0.3.57.bb} (97%)diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire/0001-av= b-fix-compilation-on-big-endian.patch b/meta-multimedia/recipes-multimedi= a/pipewire/pipewire/0001-avb-fix-compilation-on-big-endian.patch deleted file mode 100644 index fc618b4a7..000000000 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire/0001-avb-fix-c= ompilation-on-big-endian.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 1a5ec4452fa21592eaeeb823ad95a1db6eb60376 Mon Sep 17 00:00:00 2001 -From: Wim Taymans <wtaymans@...> -Date: Tue, 19 Jul 2022 13:49:42 +0200 -Subject: [PATCH 001/113] avb: fix compilation on big endian - -Patch-Status: Backport - ---- - src/modules/module-avb/aaf.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/modules/module-avb/aaf.h b/src/modules/module-avb/aaf.h -index cb4871ca6..b444ce251 100644 ---- a/src/modules/module-avb/aaf.h -+++ b/src/modules/module-avb/aaf.h -@@ -35,7 +35,7 @@ struct avb_packet_aaf { - unsigned gv:1; - unsigned tv:1; -=20 -- uint8_t seq_number; -+ uint8_t seq_num; -=20 - unsigned _r2:7; - unsigned tu:1; -diff --git a/src/modules/module-avb/iec61883.h b/src/modules/module-avb/= iec61883.h -index d3b3a7daa..6ca8724ad 100644 ---- a/src/modules/module-avb/iec61883.h -+++ b/src/modules/module-avb/iec61883.h -@@ -37,7 +37,7 @@ struct avb_packet_iec61883 { - unsigned gv:1; - unsigned tv:1; -=20 -- uint8_t seq_number; -+ uint8_t seq_num; -=20 - unsigned _r2:7; - unsigned tu:1; -diff --git a/spa/plugins/avb/avbtp/packets.h b/spa/plugins/avb/avbtp/pac= kets.h -index 7047456bf..3d4a652ee 100644 ---- a/spa/plugins/avb/avbtp/packets.h -+++ b/spa/plugins/avb/avbtp/packets.h -@@ -116,7 +116,7 @@ struct spa_avbtp_packet_aaf { - unsigned gv:1; - unsigned tv:1; -=20 -- uint8_t seq_number; -+ uint8_t seq_num; -=20 - unsigned _r2:7; - unsigned tu:1; ---=20 -2.34.1 - diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.56.= bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.57.bb similarity index 97% rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.56.b= b rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.57.bb index feefe7c15..0ca8fd0dc 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.56.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.57.bb @@ -13,11 +13,8 @@ LIC_FILES_CHKSUM =3D " \ =20 DEPENDS =3D "dbus ncurses" =20 -SRCREV =3D "f274e53d25ee8f483ac6fce9e516bb1830abe88b" -SRC_URI =3D " \ - git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=3Dmaster;prot= ocol=3Dhttps \ - file://0001-avb-fix-compilation-on-big-endian.patch \ -" +SRCREV =3D "49f1c2038fb7b5249affa56709b117a2a8603b52" +SRC_URI =3D "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=3D= master;protocol=3Dhttps" =20 S =3D "${WORKDIR}/git" =20 @@ -86,7 +83,7 @@ BLUETOOTH_AAC =3D "${@bb.utils.contains('LICENSE_FLAGS_= ACCEPTED', 'commercial', 'b =20 PACKAGECONFIG:class-target ??=3D " \ ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}= \ - ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez ${BLUETO= OTH_AAC}', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez bluez-op= us ${BLUETOOTH_AAC}', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-= system-service systemd-user-service', '', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'alsa vulkan pulseaudio', d)} = \ ${PIPEWIRE_SESSION_MANAGER} \ @@ -102,6 +99,7 @@ PACKAGECONFIG[alsa] =3D "-Dalsa=3Denabled,-Dalsa=3Ddis= abled,alsa-lib udev,,pipewire-al PACKAGECONFIG[avahi] =3D "-Davahi=3Denabled,-Davahi=3Ddisabled,avahi" PACKAGECONFIG[bluez] =3D "-Dbluez5=3Denabled,-Dbluez5=3Ddisabled,bluez5 = sbc" PACKAGECONFIG[bluez-aac] =3D "-Dbluez5-codec-aac=3Denabled,-Dbluez5-code= c-aac=3Ddisabled,fdk-aac" +PACKAGECONFIG[bluez-opus] =3D "-Dbluez5-codec-opus=3Denabled,-Dbluez5-co= dec-opus=3Ddisabled,libopus" PACKAGECONFIG[docs] =3D "-Ddocs=3Denabled,-Ddocs=3Ddisabled,doxygen-nati= ve graphviz-native" PACKAGECONFIG[ffmpeg] =3D "-Dffmpeg=3Denabled,-Dffmpeg=3Ddisabled,ffmpeg= " PACKAGECONFIG[gstreamer] =3D "-Dgstreamer=3Denabled,-Dgstreamer=3Ddisabl= ed,glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base,,gstreamer1.0-pipewire= " @@ -248,7 +246,7 @@ CONFFILES:${PN} +=3D "${datadir}/pipewire/pipewire.co= nf" FILES:${PN} =3D " \ ${datadir}/pipewire \ ${systemd_system_unitdir}/pipewire* \ - ${systemd_user_unitdir}/pipewire* \ + ${systemd_user_unitdir} \ ${bindir}/pipewire \ ${bindir}/pipewire-avb \ " --=20 2.34.1
|
|
[meta-multimedia][PATCH] pipewire: update 0.3.56 -> 0.3.57
Markus Volk
Signed-off-by: Markus Volk <f_l_k@...>
--- ...01-avb-fix-compilation-on-big-endian.patch | 53 ------------------- ...{pipewire_0.3.56.bb =3D> pipewire_0.3.57.bb} | 12 ++--- 2 files changed, 5 insertions(+), 60 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/pipewire/pipewire/= 0001-avb-fix-compilation-on-big-endian.patch rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_0.3.56.bb =3D= pipewire_0.3.57.bb} (97%)diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire/0001-av= b-fix-compilation-on-big-endian.patch b/meta-multimedia/recipes-multimedi= a/pipewire/pipewire/0001-avb-fix-compilation-on-big-endian.patch deleted file mode 100644 index fc618b4a7..000000000 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire/0001-avb-fix-c= ompilation-on-big-endian.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 1a5ec4452fa21592eaeeb823ad95a1db6eb60376 Mon Sep 17 00:00:00 2001 -From: Wim Taymans <wtaymans@...> -Date: Tue, 19 Jul 2022 13:49:42 +0200 -Subject: [PATCH 001/113] avb: fix compilation on big endian - -Patch-Status: Backport - ---- - src/modules/module-avb/aaf.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/modules/module-avb/aaf.h b/src/modules/module-avb/aaf.h -index cb4871ca6..b444ce251 100644 ---- a/src/modules/module-avb/aaf.h -+++ b/src/modules/module-avb/aaf.h -@@ -35,7 +35,7 @@ struct avb_packet_aaf { - unsigned gv:1; - unsigned tv:1; -=20 -- uint8_t seq_number; -+ uint8_t seq_num; -=20 - unsigned _r2:7; - unsigned tu:1; -diff --git a/src/modules/module-avb/iec61883.h b/src/modules/module-avb/= iec61883.h -index d3b3a7daa..6ca8724ad 100644 ---- a/src/modules/module-avb/iec61883.h -+++ b/src/modules/module-avb/iec61883.h -@@ -37,7 +37,7 @@ struct avb_packet_iec61883 { - unsigned gv:1; - unsigned tv:1; -=20 -- uint8_t seq_number; -+ uint8_t seq_num; -=20 - unsigned _r2:7; - unsigned tu:1; -diff --git a/spa/plugins/avb/avbtp/packets.h b/spa/plugins/avb/avbtp/pac= kets.h -index 7047456bf..3d4a652ee 100644 ---- a/spa/plugins/avb/avbtp/packets.h -+++ b/spa/plugins/avb/avbtp/packets.h -@@ -116,7 +116,7 @@ struct spa_avbtp_packet_aaf { - unsigned gv:1; - unsigned tv:1; -=20 -- uint8_t seq_number; -+ uint8_t seq_num; -=20 - unsigned _r2:7; - unsigned tu:1; ---=20 -2.34.1 - diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.56.= bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.57.bb similarity index 97% rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.56.b= b rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.57.bb index feefe7c15..0ca8fd0dc 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.56.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.57.bb @@ -13,11 +13,8 @@ LIC_FILES_CHKSUM =3D " \ =20 DEPENDS =3D "dbus ncurses" =20 -SRCREV =3D "f274e53d25ee8f483ac6fce9e516bb1830abe88b" -SRC_URI =3D " \ - git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=3Dmaster;prot= ocol=3Dhttps \ - file://0001-avb-fix-compilation-on-big-endian.patch \ -" +SRCREV =3D "49f1c2038fb7b5249affa56709b117a2a8603b52" +SRC_URI =3D "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=3D= master;protocol=3Dhttps" =20 S =3D "${WORKDIR}/git" =20 @@ -86,7 +83,7 @@ BLUETOOTH_AAC =3D "${@bb.utils.contains('LICENSE_FLAGS_= ACCEPTED', 'commercial', 'b =20 PACKAGECONFIG:class-target ??=3D " \ ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}= \ - ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez ${BLUETO= OTH_AAC}', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez bluez-op= us ${BLUETOOTH_AAC}', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-= system-service systemd-user-service', '', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'alsa vulkan pulseaudio', d)} = \ ${PIPEWIRE_SESSION_MANAGER} \ @@ -102,6 +99,7 @@ PACKAGECONFIG[alsa] =3D "-Dalsa=3Denabled,-Dalsa=3Ddis= abled,alsa-lib udev,,pipewire-al PACKAGECONFIG[avahi] =3D "-Davahi=3Denabled,-Davahi=3Ddisabled,avahi" PACKAGECONFIG[bluez] =3D "-Dbluez5=3Denabled,-Dbluez5=3Ddisabled,bluez5 = sbc" PACKAGECONFIG[bluez-aac] =3D "-Dbluez5-codec-aac=3Denabled,-Dbluez5-code= c-aac=3Ddisabled,fdk-aac" +PACKAGECONFIG[bluez-opus] =3D "-Dbluez5-codec-opus=3Denabled,-Dbluez5-co= dec-opus=3Ddisabled,libopus" PACKAGECONFIG[docs] =3D "-Ddocs=3Denabled,-Ddocs=3Ddisabled,doxygen-nati= ve graphviz-native" PACKAGECONFIG[ffmpeg] =3D "-Dffmpeg=3Denabled,-Dffmpeg=3Ddisabled,ffmpeg= " PACKAGECONFIG[gstreamer] =3D "-Dgstreamer=3Denabled,-Dgstreamer=3Ddisabl= ed,glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base,,gstreamer1.0-pipewire= " @@ -248,7 +246,7 @@ CONFFILES:${PN} +=3D "${datadir}/pipewire/pipewire.co= nf" FILES:${PN} =3D " \ ${datadir}/pipewire \ ${systemd_system_unitdir}/pipewire* \ - ${systemd_user_unitdir}/pipewire* \ + ${systemd_user_unitdir} \ ${bindir}/pipewire \ ${bindir}/pipewire-avb \ " --=20 2.34.1
|
|
[meta-oe][PATCH] toybox: Fix build on 32bit arches with 64bit time_t defaults
Signed-off-by: Khem Raj <raj.khem@...>
--- ...timer_settime_wrap-for-32bit-systems.patch | 37 +++++++++++++++++++ meta-oe/recipes-core/toybox/toybox_0.8.8.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta-oe/recipes-core/toybox/toybox/0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch diff --git a/meta-oe/recipes-core/toybox/toybox/0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch b/meta-oe/recipes-core/toybox/toybox/0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch new file mode 100644 index 0000000000..8976b3748b --- /dev/null +++ b/meta-oe/recipes-core/toybox/toybox/0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch @@ -0,0 +1,37 @@ +From 7284c7ae0df9aa5a9c8aa0a81a018e17289fe2c4 Mon Sep 17 00:00:00 2001 +From: Khem Raj <raj.khem@...> +Date: Thu, 8 Sep 2022 07:22:26 -0700 +Subject: [PATCH] portability: Fix timer_settime_wrap for 32bit systems with + 64bit time_t + +glibc does not define SYS_timer_settime if the 32bit syscall is not +available, new architectures like riscv32 has defaulted to 64bit time_t +from get go and avoided wiring 32bit syscall, therefore alias it to +64bit version here + +Upstream-Status: Submitted [https://github.com/landley/toybox/pull/373] +Signed-off-by: Khem Raj <raj.khem@...> +--- + lib/portability.c | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/lib/portability.c b/lib/portability.c +index d955d081..4baa9367 100644 +--- a/lib/portability.c ++++ b/lib/portability.c +@@ -711,6 +711,12 @@ int timer_create_wrap(clockid_t c, struct sigevent *se, timer_t *t) + return 0; + } + ++#if !defined(SYS_timer_settime) && defined(SYS_timer_settime64) ++// glibc does not define defines SYS_timer_settime on 32-bit systems ++// with 64-bit time_t defaults e.g. riscv32 ++#define SYS_timer_settime SYS_timer_settime64 ++#endif ++ + int timer_settime_wrap(timer_t t, int flags, struct itimerspec *val, + struct itimerspec *old) + { +-- +2.37.3 + diff --git a/meta-oe/recipes-core/toybox/toybox_0.8.8.bb b/meta-oe/recipes-core/toybox/toybox_0.8.8.bb index 89411cecc9..6836b14682 100644 --- a/meta-oe/recipes-core/toybox/toybox_0.8.8.bb +++ b/meta-oe/recipes-core/toybox/toybox_0.8.8.bb @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=78659a599b9325da368f2f1eb88f19c7" inherit cml1 update-alternatives SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz \ + file://0001-portability-Fix-timer_settime_wrap-for-32bit-systems.patch \ " SRC_URI[sha256sum] = "dafd41978d40f02a61cf1be99a2b4a25812bbfb9c3157e679ee7611202d6ac58" -- 2.37.3
|
|
[PATCH] python3: setuptools-git-versioning: new package
Clément Péron
Add a recipe for python3-setuptools-git-versioning.
Signed-off-by: Clément Péron <peron.clem@...> --- .../python3-setuptools-git-versioning_1.10.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-setuptools-git-versioning_1.10.1.bb diff --git a/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_1.10.1.bb b/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_1.10.1.bb new file mode 100644 index 0000000000..9e480ae808 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-setuptools-git-versioning_1.10.1.bb @@ -0,0 +1,13 @@ +SUMMARY = "Use git repo data for building a version number according PEP-440" +HOMEPAGE = "https://github.com/dolfinus/setuptools-git-versioning" +AUTHOR = "dolfinus <martinov.m.s.8@...>" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=92e79e3a844e66731724600f3ac9c0d8" + +SRC_URI[sha256sum] = "a68f2cd6d261503750fe600ba3c533440c57c1801ed743175c387e9b3e80f44e" + +DEPENDS += "${PYTHON_PN}-toml ${PYTHON_PN}-packaging" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- 2.34.1
|
|
Re: [meta-java][dunfell][PATCH ] cacao-initial-native: exclude BB_NUMBER_THREADS from sstate hash
venkattalluri5559@...
Hi All, I'm trying to build sysbench_1.0.20.bb on QCS610 codebase but I'm getting following error so can you please help me to solve this issue. Image:qti-multimedia-image Target:qcs610-odk-64 Error log: NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'luajit' (but /var/lib/jenkins/workspace/QCS610_OpenQ_Linux_1.x_Internal_/qcs610-le-1-0_ap_standard_oem/apps_proc/poky/meta-qti-bsp/recipes-products/images/qti-multimedia-image.bb RDEPENDS on or otherwise requires it) luajit was skipped: incompatible with host aarch64-oe-linux (not in COMPATIBLE_HOST) NOTE: Runtime target 'luajit' is unbuildable, removing... Missing or unbuildable dependency chain was: ['luajit'] ERROR: Required build target 'qti-multimedia-image' has no buildable providers. Missing or unbuildable dependency chain was: ['qti-multimedia-image', 'luajit'] Please find the attached sysbench_1.0.20.bb file. Thanks, Venkata Talluri On Wed, Sep 7, 2022 at 10:40 PM Virendra Thakur via lists.openembedded.org <virendra.thakur=kpit.com@...> wrote:
From: Virendra Thakur <virendrak@...> --
Venkata Talluri
|
|
[meta-python][PATCH 3/3] python3-astroid: Upgrade 2.12.5 -> 2.12.9
Upgrade to release 2.12.9:
- Fixed creation of the ``__init__`` of ``dataclassess`` with multiple inheritance. - Fixed a crash on ``namedtuples`` that use ``typename`` to specify their name. Signed-off-by: Leon Anavi <leon.anavi@...> --- .../{python3-astroid_2.12.5.bb => python3-astroid_2.12.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astroid_2.12.5.bb => python3-astroid_2.12.9.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.12.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.12.9.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-astroid_2.12.5.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.12.9.bb index af2f51858..4fb29709a 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.12.5.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.12.9.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "396c88d0a58d7f8daadf730b2ce90838bf338c6752558db719ec6f99c18ec20e" +SRC_URI[sha256sum] = "0dafbfcf4ebdecd3c8f6d742c9d9c88508229ca823d5c98ab872d964f3321e56" inherit pypi setuptools3 -- 2.30.2
|
|