Re: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel

2024-11-11 Thread Zhang, Peng (Paul) (CN) via lists.openembedded.org
4:56 *To:* Peter Kjellerstedt ; openembedded-devel@lists.openembedded.org *Subject:* Re: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel On 11/8/2024 7:04 PM, Peter Kjellerstedt wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or

[oe] [meta-oe][scarthgap][PATCH] libdev-checklib-perl: fix do_fetch error

2024-11-11 Thread Song, Jiaying (CN) via lists.openembedded.org
From: Jiaying Song Change the SRC_URI to the correct value due to the following error: WARNING: libdev-checklib-perl-native-1.16-r0 do_fetch: Failed to fetch URL https://cpan.metacpan.org/modules/by-module/Devel/Devel-CheckLib-1.16.tar.gz, attempting MIRRORS if available Signed-off-by: Jiaying

[oe] [meta-oe][scarthgap][PATCH] eject: fix do_fetch error

2024-11-11 Thread Song, Jiaying (CN) via lists.openembedded.org
From: Jiaying Song Change the SRC_URI to the correct value due to the following error: WARNING: eject-2.1.5-r0.wr2401 do_fetch: Failed to fetch URL http://sources.openembedded.org/eject-2.1.5.tar.gz, attempting MIRRORS if available Signed-off-by: Jiaying Song --- meta-oe/recipes-support/ejec

[oe] [meta-oe][kirkstone][PATCH] libjs-jquery-cookie: update branch from master to main

2024-11-11 Thread Martin Jansa via lists.openembedded.org
* it was updated in nanbield with upgrade to 3.0.5 in: fc0a506bde libjs-jquery-cookie: upgrade 3.0.1 -> 3.0.5 * drop duplicated protocol param as in mickledore: 2e0a581bee recipes: Remove double protocol= from SRC_URIs Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libjs/libjs-jque

[oe] [meta-oe][scarthgap][PATCH] opensc: Fix multiple cve CVE-2024-45615-45616-45617-45618-45619-45620

2024-11-10 Thread virendra thakur via lists.openembedded.org
From: Virendra Thakur Fixes for uninitialized memory issues Hunk present in card-entersafe.c and card-gids.c are refresehed base on codebase. Signed-off-by: Virendra Thakur --- ...ixes-for-uninitialized-memory-issues.patch | 1268 + .../recipes-support/opensc/opensc_0.25.1.bb

Re: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel

2024-11-10 Thread Peter Kjellerstedt via lists.openembedded.org
ent: den 9 november 2024 14:56 To: Peter Kjellerstedt ; openembedded-devel@lists.openembedded.org Subject: Re: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel On 11/8/2024 7:04 PM, Peter Kjellerstedt wrote: CAUTION: This email comes from a non Wind River email account! Do not click lin

[oe] [meta-oe][PATCH v4] parallel: Add recipe for GNU Parallel

2024-11-10 Thread Zhang, Peng (Paul) (CN) via lists.openembedded.org
From: Zhang Peng This recipe adds the parallel package, a shell tool for executing jobs in parallel using one or more computers. Signed-off-by: Zhang Peng --- .../parallel/parallel_20241022.bb | 33 +++ 1 file changed, 33 insertions(+) create mode 100644 meta-oe/re

[oe][meta-oe][scarthgap][PATCH] libp11: Treat all openssl-3.x releases the same

2024-11-09 Thread akash hadke via lists.openembedded.org
From: Sana Kazi OpenSSL's soversion will not change for any 3.x minor release. https://www.openssl.org/policies/general/versioning-policy.html Signed-off-by: Sana Kazi Signed-off-by: Khem Raj (cherry picked from commit c3e4879c5c7abbf57b0c2633a66137e302604e0a) Signed-off-by: Akash Hadke ---

Re: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel

2024-11-09 Thread Zhang, Peng (Paul) (CN) via lists.openembedded.org
Behalf Of Zhang, Peng (Paul) (CN) via lists.openembedded.org Sent: den 6 november 2024 12:03 To:openembedded-devel@lists.openembedded.org Subject: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel From: Zhang Peng This recipe adds the parallel package, a shell tool for executing jobs

Re: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel

2024-11-09 Thread Zhang, Peng (Paul) (CN) via lists.openembedded.org
On 11/7/2024 7:08 PM, Rasmus Villemoes wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, Nov 06 2024, "Zhang, Peng (Paul) (CN) via lists.openembedded.org" wrote:

[oe] [meta-oe][scarthgap][PATCH] squid: conditionally set status of CVE-2024-45802

2024-11-08 Thread Peter Marko via lists.openembedded.org
From: Peter Marko According to [1] the ESI feature implementation in squid is vulnerable without any fix available. NVD says it's fixed in 6.10, however the change in this release only disables ESI by default (which we always did via PACKAGECONFIG). Commit in master branch related to this CVE is

[oe] [meta-oe][kirkstone][PATCH] squid: conditionally set status of CVE-2024-45802

2024-11-08 Thread Peter Marko via lists.openembedded.org
From: Peter Marko According to [1] the ESI feature implementation in squid is vulnerable without any fix available. NVD says it's fixed in 6.10, however the change in this release only disables ESI by default (which we always did via PACKAGECONFIG). Commit in master branch related to this CVE is

Re: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel

2024-11-08 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-devel@lists.openembedded.org > On Behalf Of Zhang, Peng (Paul) > (CN) via lists.openembedded.org > Sent: den 6 november 2024 12:03 > To: openembedded-devel@lists.openembedded.org > Subject: [oe] [meta-oe][PATCH v3] paralle

[oe] [meta-oe][PATCH] snapper: pass --pam-security=${libdir}/security

2024-11-07 Thread Martin Jansa
pam_snapper.so is installed in libdir as the default in configure.ac is: PAM_SECURITY=${libdir}/security https://github.com/openSUSE/snapper/blob/master/configure.ac#L66 and depending on multilib configuration this fails with: ERROR: QA Issue: lib32-snapper: Files/directories were installed but n

[oe] [meta-oe][PATCH 2/2] squid: handle CVE-2024-45802

2024-11-07 Thread Peter Marko via lists.openembedded.org
From: Peter Marko According to [1] the ESI implementation in squid feature is vulnerable without any fix available. NVD says it's fixed in 6.10, however the change in this release only disables ESI by default (which we always did via PACKAGECONFIG). This means CVE report would say Patched even i

[oe] [meta-oe][PATCH 1/2] squid: upgrade 6.10 -> 6.12

2024-11-07 Thread Peter Marko via lists.openembedded.org
From: Peter Marko License-Update: copyright year updated Add patch to fix new build failure from release tarball. Signed-off-by: Peter Marko --- ...e-reference-to-nonexisting-directory.patch | 55 +++ .../squid/{squid_6.10.bb => squid_6.12.bb}| 5 +- 2 files changed, 58 i

[oe] [meta-oe][PATCH] autoconf-2.13-native: fix interpreter on shebang line for autoscan

2024-11-07 Thread Yi Zhao
Pass CACHED_CONFIGUREVARS to configure to fix the following error: ERROR: autoconf-2.13-native-2.13-r0 do_populate_sysroot: QA Issue: : /work/x86_64-linux/autoconf-2.13-native/2.13/sysroot-destdir/work/x86_64-linux/autoconf-2.13-native/2.13/recipe-sysroot-native/usr/bin/autoscan213 maximum sheban

Re: [oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel

2024-11-07 Thread Rasmus Villemoes via lists.openembedded.org
On Wed, Nov 06 2024, "Zhang, Peng (Paul) (CN) via lists.openembedded.org" wrote: > From: Zhang Peng > > This recipe adds the parallel package, a shell tool for executing jobs > in parallel using one or more computers. > ... > + > +inherit autotools bash-completion > + > +DEPENDS += "perl" > + >

Re: [oe] [meta-oe][PATCH] snapper: use nonarch_libdir in FILES

2024-11-06 Thread Martin Jansa
We might need to keep ${libdir}/pam_snapper in FILES as pam_snapper respects configured libdir and causes: I'm sorry that I've noticed this only after this was merged. ERROR: QA Issue: snapper: Files/directories were installed but not shipped in any package: /usr/lib64/security/pam_snapper.so P

[oe][meta-oe][PATCH v3] taisei: add a recipe for version 1.4.2

2024-11-06 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Taisei Project is an open source danmaku. Signed-off-by: Thomas Perrot --- Changes in version 2: - Fixes the strip issue. - Uses the variable ${datadir}. - Moves the recipe to a dynamic layer. Changes in version 3: - Add a packagegroup-meta-oe.bbappend in multimedia-layer.

[oe][meta-oe][PATCH v2] taisei: add a recipe for version 1.4.2

2024-11-06 Thread Thomas Perrot via lists.openembedded.org
From: Thomas Perrot Taisei Project is an open source danmaku. Signed-off-by: Thomas Perrot --- Changes in version 2: - Fixes the strip issue - Uses the variable ${datadir} - Moves the recipe to a dynamic layer. meta-oe/conf/layer.conf | 2 + ...e-strip-option-from-exec

Re: [oe][meta-oe][PATCH] taisei: add a recipe for version 1.4.2

2024-11-06 Thread Thomas Perrot via lists.openembedded.org
Hello Khem, On Tue, 2024-11-05 at 13:06 -0800, Khem Raj wrote: > it seems to fail YP layer compatibility check as well > > https://valkyrie.yoctoproject.org/#/builders/81/builds/134/steps/11/logs/errors > > opusfile in from meta-multimedia and meta-oe does not depend upon > meta-multimedia > so

Re: [oe] [meta-oe][PATCH v2] parallel: Add recipe for GUN Parallel

2024-11-06 Thread Fabio Estevam
On Wed, Nov 6, 2024 at 7:36 AM Zhang, Peng (Paul) (CN) via lists.openembedded.org wrote: > > From: Zhang Peng > > This recipe adds the parallel package, a shell tool for executing jobs > in parallel using one or more computers. > > Signed-off-by: Zhang Peng There is a typo in the Subject: GUN -

Re: [oe] [meta-oe][PATCH 1/2] protobuf: add abseil-cpp to RDEPENDS

2024-11-06 Thread Khem Raj
Hmm I thought I gave some feedback to author but there is no follow up can you send a revert or perhaps the recommends suggestion On Wed, Nov 6, 2024 at 7:54 AM Christian Eggers wrote: > Hi Khem, > > I wonder why this patch has been applied although there were concerns > about it: > > regards, >

Re: [oe] [meta-oe][PATCH 1/2] protobuf: add abseil-cpp to RDEPENDS

2024-11-06 Thread Christian Eggers
Hi Khem, I wonder why this patch has been applied although there were concerns about it: regards, Christian On Sunday, 22 September 2024, 09:36:17 CET, Yi Zhao wrote: > Since commit[1], the libraries of abseil-cpp have been splitted into > separate packages. When protobuf is installed into the i

[oe] [meta-oe][PATCH] protobuf: conditionally depend on ${PN}-compiler

2024-11-06 Thread Christian Eggers
If ${PN}-compiler is not build due to PACKAGECONFIG, we shouldn't depend on it. Otherwise installation on -dev package fails during populate_sdk. Signed-off-by: Christian Eggers --- meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[oe] [meta-oe][PATCH v2] parallel: Add recipe for GUN Parallel

2024-11-06 Thread Zhang, Peng (Paul) (CN) via lists.openembedded.org
From: Zhang Peng This recipe adds the parallel package, a shell tool for executing jobs in parallel using one or more computers. Signed-off-by: Zhang Peng --- .../parallel/parallel_20241022.bb | 29 +++ 1 file changed, 29 insertions(+) create mode 100644 meta-oe/re

[oe] [meta-oe][PATCH v3] parallel: Add recipe for GNU Parallel

2024-11-06 Thread Zhang, Peng (Paul) (CN) via lists.openembedded.org
From: Zhang Peng This recipe adds the parallel package, a shell tool for executing jobs in parallel using one or more computers. Signed-off-by: Zhang Peng --- .../parallel/parallel_20241022.bb | 29 +++ 1 file changed, 29 insertions(+) create mode 100644 meta-oe/re

Re: [oe] [meta-oe][PATCH v2] parallel: Add recipe for GUN Parallel

2024-11-06 Thread Zhang, Peng (Paul) (CN) via lists.openembedded.org
在 11/6/24 18:38, Fabio Estevam 写道: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, Nov 6, 2024 at 7:36 AM Zhang, Peng (Paul) (CN) via lists.openembedded.org wrote: From

[oe] [meta-oe][PATCH] abseil-cpp: append to PACKAGES_DYNAMIC

2024-11-06 Thread Christian Eggers
PACKAGES_DYNAMIC may already contain entries (e.g. set by bitbake.conf or the distro configuration files). Signed-off-by: Christian Eggers --- meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240722.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools

Re: [oe] [meta-oe][PATCH] parallel: Add recipe for GUN Parallel

2024-11-06 Thread Zhang, Peng (Paul) (CN) via lists.openembedded.org
在 11/6/24 08:26, Khem Raj 写道: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Tue, Nov 5, 2024 at 3:15 PM Zhang, Peng (Paul) (CN) via lists.openembedded.org wrote: On 11/5/

[oe] [meta-oe] [PATCH 44/46] sanlock: upgrade 3.9.4 -> 3.9.5

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../sanlock/{sanlock_3.9.4.bb => sanlock_3.9.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/sanlock/{sanlock_3.9.4.bb => sanlock_3.9.5.bb} (97%) diff --git a/meta-oe/recipes-extended/sa

[oe] [meta-oe] [PATCH 45/46] ttf-abyssinica: upgrade 2.201 -> 2.300

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu License-Update: Copyright url changed FAQ url changed Signed-off-by: Wang Mingyu --- .../{ttf-abyssinica_2.201.bb => ttf-abyssinica_2.300.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/ttf-fonts/{ttf-abyssinica_2.201.bb =

[oe] [meta-oe] [PATCH 14/46] osinfo-db-tools: upgrade 1.11.0 -> 1.12.0

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu 0001-Make-xmlError-structs-constant.patch removed since it's included in 1.12.0 Changelog: == - Fix some memory leaks - Fix runtime warnings on osinfo-db-export - Adapt to libxml2 changes - Several CI improvements - Several translation improvements Signed-off-by: Wang

[oe] [meta-oe] [PATCH 13/46] nvme-cli: upgrade 2.10.2 -> 2.11

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://github.com/linux-nvme/nvme-cli/releases/tag/v2.11 Signed-off-by: Wang Mingyu --- .../nvme-cli/{nvme-cli_2.10.2.bb => nvme-cli_2.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/nvme-cli/{nvme-cli_2.10.2.bb

[oe] [meta-oe] [PATCH 15/46] poppler: upgrade 24.09.0 -> 24.11.0

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: core: * Fix rendering of some buttons * Fix selecting fonts in TTC font collections * CairoOutputDev: prevent infinite loop in functionShadedFill() * Fix some unstable headers not being usable on their own * Fix some headers not being usable on their own

[oe] [meta-oe] [PATCH 11/46] libzip: upgrade 1.11.1 -> 1.11.2

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: Fix performance regression in `zip_stat` introduced in 1.11. Signed-off-by: Wang Mingyu --- .../libzip/{libzip_1.11.1.bb => libzip_1.11.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libzip/{libzip_1.11.1

[oe] [meta-oe] [PATCH 10/46] libvpx: upgrade 1.14.1 -> 1.15.0

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu libvpx-configure-support-blank-prefix.patch refreshed for 1.15.0 Signed-off-by: Wang Mingyu --- .../libvpx/libvpx-configure-support-blank-prefix.patch| 8 .../webm/{libvpx_1.14.1.bb => libvpx_1.15.0.bb} | 2 +- 2 files changed, 5 insertions(+), 5 deleti

[oe] [meta-oe] [PATCH 09/46] libnvme: upgrade 1.10 -> 1.11

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: https://github.com/linux-nvme/libnvme/releases/tag/v1.11 Signed-off-by: Wang Mingyu --- .../libnvme/{libnvme_1.10.bb => libnvme_1.11.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libnvme/{libnvme_1.10.bb =

[oe] [meta-oe] [PATCH 08/46] libjcat: upgrade 0.2.1 -> 0.2.2

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: - Add bt-logindex blob kind Signed-off-by: Wang Mingyu --- .../libjcat/{libjcat_0.2.1.bb => libjcat_0.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-gnome/libjcat/{libjcat_0.2.1.bb => libjcat_0.2.2.bb} (95%) di

[oe] [meta-oe] [PATCH 04/46] fastfloat: upgrade 5.2.0 -> 6.1.6

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: doctest: if SYSTEM_DOCTEST add a find_package(doctest REQUIRED) Signed-off-by: Wang Mingyu --- .../fastfloat/{fastfloat_5.2.0.bb => fastfloat_6.1.6.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/fastfloat/{fastflo

[oe] [meta-oe] [PATCH 02/46] ctags: upgrade 6.1.20241006.0 -> 6.1.20241103.0

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ctags/{ctags_6.1.20241006.0.bb => ctags_6.1.20241103.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.1.20241006.0.bb => ctags_6.1.20241103.0.bb} (95%) diff --git a/meta-oe/recipes

[oe] [meta-oe] [PATCH 05/46] leptonica: upgrade 1.84.1 -> 1.85.0

2024-11-05 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../leptonica/{leptonica_1.84.1.bb => leptonica_1.85.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/leptonica/{leptonica_1.84.1.bb => leptonica_1.85.0.bb} (89%) diff --git a/meta-oe/recipes-gra

[oe] [meta-oe][PATCH] Drop unnecessary SRC_URI md5sum from the recipes in meta-oe.

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- .../dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb | 1 - meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb| 1 - meta-oe/recipes-benchmark/dbench/dbench_4.0.bb | 1 - meta-oe/recipes-benchmark/dhrystone/dhrystone_

Re: [oe] [meta-oe][PATCH 0/161] Drop unnecessary SRC_URI md5sum

2024-11-05 Thread Khem Raj
in the broken down list patch 107 is missing, as well. I would say do all 161 recipes in one go in single patch. On Tue, Nov 5, 2024 at 5:08 PM Khem Raj wrote: > > yeah I think thats perhaps a better way to get this all in once. > > On Tue, Nov 5, 2024 at 3:02 PM Martin Jansa wrote: > > > > Why

Re: [oe] [meta-oe][PATCH 0/161] Drop unnecessary SRC_URI md5sum

2024-11-05 Thread Khem Raj
yeah I think thats perhaps a better way to get this all in once. On Tue, Nov 5, 2024 at 3:02 PM Martin Jansa wrote: > > Why not send all these simple one line changes in single commit per > layer? They aren't controversial nor need separate explanation for > each recipe. > > On Tue, Nov 5, 2024 a

Re: [oe] [meta-oe][PATCH] parallel: Add recipe for GUN Parallel

2024-11-05 Thread Khem Raj
On Tue, Nov 5, 2024 at 3:15 PM Zhang, Peng (Paul) (CN) via lists.openembedded.org wrote: > > > On 11/5/2024 7:07 PM, Rasmus Villemoes wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not click links or open attachments unless you recognize the sender and > > know t

Re: [oe] [meta-oe][PATCH 0/161] Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
I can certainly do it that way if that is how folks want it done. I had been under the impression that folks wanted changes divided out by recipe since it would make taking patches to other branches easier. On Tue, Nov 5, 2024 at 6:02 PM Martin Jansa wrote: > > Why not send all these simple one

Re: [oe] [meta-oe][PATCH] parallel: Add recipe for GUN Parallel

2024-11-05 Thread Zhang, Peng (Paul) (CN) via lists.openembedded.org
On 11/5/2024 7:07 PM, Rasmus Villemoes wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Tue, Nov 05 2024, "peng.zhang1.cn via lists.openembedded.org" wrote: From: Zh

Re: [oe] [meta-oe][PATCH 0/161] Drop unnecessary SRC_URI md5sum

2024-11-05 Thread Martin Jansa
Why not send all these simple one line changes in single commit per layer? They aren't controversial nor need separate explanation for each recipe. On Tue, Nov 5, 2024 at 11:59 PM J. S. via lists.openembedded.org wrote: > > I did indeed run into mail throttling. I will keep my submissions > shor

Re: [oe] [meta-oe][PATCH 0/161] Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
I did indeed run into mail throttling. I will keep my submissions shorter in the future. The remaining 100-161 should be on the mailing list at this point. Please let me know if you encounter any issues. Thanks, Jason Schonberg On Tue, Nov 5, 2024 at 4:10 PM Khem Raj wrote: > > Thanks for thi

[oe] [meta-oe][PATCH 142/161] openct: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/openct/openct_0.6.20.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb index bcff90c86..73cf9d077 100644 --- a/meta-oe/recipes-support/

[oe] [meta-oe][PATCH 160/161] cunit: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-test/cunit/cunit_2.1-3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb index 252ef60de..b68f0edb3 100644 --- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb

[oe] [meta-oe][PATCH 159/161] cppunit: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb b/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb index be8112565..193bfc000 100644 --- a/meta-oe/recipes-test/cppuni

[oe] [meta-oe][PATCH 161/161] cxxtest: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb b/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb index 8c8fb6098..4eb4e8ecb 100644 --- a/meta-oe/recipes-test/cxxtest/cxxtest

[oe] [meta-oe][PATCH 156/161] usb-modeswitch-data: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- .../usb-modeswitch/usb-modeswitch-data_20191128.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb

[oe] [meta-oe][PATCH 158/161] zile: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/zile/zile_2.4.15.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/zile/zile_2.4.15.bb b/meta-oe/recipes-support/zile/zile_2.4.15.bb index e86b3f82d..d7973ab86 100644 --- a/meta-oe/recipes-support/zile/zile_2.

[oe] [meta-oe][PATCH 153/161] ssiapi: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb index bf9de31f8..6a6c184e3 100644 --- a/meta-oe/recipes-support/ssi

[oe] [meta-oe][PATCH 155/161] tokyocabinet: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb b/meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb index ae00ff4e5..75f68ab5f 1

[oe] [meta-oe][PATCH 157/161] xserver-xorg-cvt-native: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- .../xserver-xorg-cvt/xserver-xorg-cvt-native_1.20.10.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/xserver-xorg-cvt/xserver-xorg-cvt-native_1.20.10.bb b/meta-oe/recipes-support/xserver-xorg-cvt/xserver-xorg-cvt-native_1

[oe] [meta-oe][PATCH 154/161] system-config-keyboard: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- .../system-config-keyboard/system-config-keyboard_1.4.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb b/meta-oe/recipes-support/system-config-keyboard/system-config-k

[oe] [meta-oe][PATCH 149/161] pxaregs: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb b/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb index 09534c44f..bdbe6e73b 100644 --- a/meta-oe/recipes-support/

[oe] [meta-oe][PATCH 151/161] sdparm: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/sdparm/sdparm_1.12.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/sdparm/sdparm_1.12.bb b/meta-oe/recipes-support/sdparm/sdparm_1.12.bb index a5f98e672..dcb264c50 100644 --- a/meta-oe/recipes-support/sdparm

[oe] [meta-oe][PATCH 152/161] sharutils: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb index 7a506d034..3f87fb789 100644 --- a/meta-o

[oe] [meta-oe][PATCH 148/161] procmail: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/procmail/procmail_3.22.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb index abb87f993..3623bd777 100644 --- a/meta-oe/recipes-su

[oe] [meta-oe][PATCH 150/161] read-edid: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb b/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb index 28da51a21..5ea0fb852 100644 --- a/meta-oe/r

[oe] [meta-oe][PATCH 147/161] pngcheck: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb index 9cd27a2e6..3bd2f414d 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 145/161] pidgin-otr: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb b/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb index 326c5bfc5..f4c9020de 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 146/161] pidgin-sipe: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb b/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb index e96e11861..5fd927bc6 100644 --- a/meta-oe/r

[oe] [meta-oe][PATCH 144/161] libotr: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/pidgin/libotr_4.1.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/pidgin/libotr_4.1.1.bb b/meta-oe/recipes-support/pidgin/libotr_4.1.1.bb index 115a6968e..b4f462de8 100644 --- a/meta-oe/recipes-support/pid

[oe] [meta-oe][PATCH 143/161] wbxml2: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb b/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb index 1c5a18e86..2d87f1356 100644 --- a/meta-oe/recipes-su

[oe] [meta-oe][PATCH 141/161] mscgen: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/mscgen/mscgen_0.20.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/mscgen/mscgen_0.20.bb b/meta-oe/recipes-support/mscgen/mscgen_0.20.bb index b503506a2..8b674db92 100644 --- a/meta-oe/recipes-support/mscgen

[oe] [meta-oe][PATCH 135/161] libsmi: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb b/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb index 0dda756dd..4c397bdf9 100644 --- a/meta-oe/recipes-support/lib

[oe] [meta-oe][PATCH 140/161] minini: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/minini/minini_1.2.b.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/minini/minini_1.2.b.bb b/meta-oe/recipes-support/minini/minini_1.2.b.bb index 4a73f1212..582f18393 100644 --- a/meta-oe/recipes-support/min

[oe] [meta-oe][PATCH 139/161] mbuffer: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/mbuffer/mbuffer_20140310.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/mbuffer/mbuffer_20140310.bb b/meta-oe/recipes-support/mbuffer/mbuffer_20140310.bb index d0e7e3920..01e7645ef 100644 --- a/meta-oe/reci

[oe] [meta-oe][PATCH 134/161] libraw1394: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/libraw1394/libraw1394_2.1.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/libraw1394/libraw1394_2.1.2.bb b/meta-oe/recipes-support/libraw1394/libraw1394_2.1.2.bb index 15e1ee243..97eb105d4 100644 --- a/met

[oe] [meta-oe][PATCH 132/161] liboauth: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb index d4b817087..3e3f9137c 100644 --- a/meta-oe/recipes

[oe] [meta-oe][PATCH 137/161] libtinyxml: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb index 6fbdd071e..f2d3b6364 100644 --- a/met

[oe] [meta-oe][PATCH 127/161] joe: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/joe/joe_4.6.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/joe/joe_4.6.bb b/meta-oe/recipes-support/joe/joe_4.6.bb index ed0bf337b..510d8f849 100644 --- a/meta-oe/recipes-support/joe/joe_4.6.bb +++ b/meta-o

[oe] [meta-oe][PATCH 129/161] libcanberra: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb b/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb index 95c947958..b6165c4fc 100644 --- a/

[oe] [meta-oe][PATCH 130/161] libestr: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/libestr/libestr_0.1.11.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.11.bb b/meta-oe/recipes-support/libestr/libestr_0.1.11.bb index 2ebf2757d..e8e786fa1 100644 --- a/meta-oe/recipes-su

[oe] [meta-oe][PATCH 136/161] libtar: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/libtar/libtar_1.2.20.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/libtar/libtar_1.2.20.bb b/meta-oe/recipes-support/libtar/libtar_1.2.20.bb index c7501ac68..9be560196 100644 --- a/meta-oe/recipes-support/

[oe] [meta-oe][PATCH 133/161] liboop: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/liboop/liboop_1.0.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/liboop/liboop_1.0.1.bb b/meta-oe/recipes-support/liboop/liboop_1.0.1.bb index 7ad88b740..ba3fbf242 100644 --- a/meta-oe/recipes-support/lib

[oe] [meta-oe][PATCH 126/161] hddtemp: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb index 75feccb87..5930a8c95 100644 --- a/meta-o

[oe] [meta-oe][PATCH 123/161] espeak: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/espeak/espeak_1.48.04.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/espeak/espeak_1.48.04.bb b/meta-oe/recipes-support/espeak/espeak_1.48.04.bb index 147a8069f..b4812d59d 100644 --- a/meta-oe/recipes-suppo

[oe] [meta-oe][PATCH 131/161] libjs-sizzle: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb index e639ce59d..3889b17a3 100644 --- a/meta-o

[oe] [meta-oe][PATCH 124/161] fbset: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/fbset/fbset_2.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb b/meta-oe/recipes-support/fbset/fbset_2.1.bb index 690fee0df..e6f357fd4 100644 --- a/meta-oe/recipes-support/fbset/fbset_2.1

[oe] [meta-oe][PATCH 125/161] gengetopt: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb b/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb index 4d97b1a41..2057caff7 100644 --- a/meta-oe/reci

[oe] [meta-oe][PATCH 128/161] lcov: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/lcov/lcov_1.16.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/lcov/lcov_1.16.bb b/meta-oe/recipes-support/lcov/lcov_1.16.bb index 4f35eff90..11440ce49 100755 --- a/meta-oe/recipes-support/lcov/lcov_1.16.bb

[oe] [meta-oe][PATCH 122/161] eject: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/eject/eject_2.1.5.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb index dd5489e7d..5ba93488a 100644 --- a/meta-oe/recipes-support/eject/eje

[oe] [meta-oe][PATCH 121/161] dhex: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/dhex/dhex_0.69.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/dhex/dhex_0.69.bb b/meta-oe/recipes-support/dhex/dhex_0.69.bb index 3cc870481..e0026f92d 100644 --- a/meta-oe/recipes-support/dhex/dhex_0.69.bb

[oe] [meta-oe][PATCH 119/161] ckermit: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/ckermit/ckermit_302.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/ckermit/ckermit_302.bb b/meta-oe/recipes-support/ckermit/ckermit_302.bb index e32aba93c..898a4eeb4 100644 --- a/meta-oe/recipes-support/cke

[oe] [meta-oe][PATCH 116/161] frame: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb index bf62e8416..9d905cc22 1

[oe] [meta-oe][PATCH 115/161] augeas: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/augeas/augeas_1.12.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/augeas/augeas_1.12.0.bb b/meta-oe/recipes-support/augeas/augeas_1.12.0.bb index 2c6d4cdc8..14e818253 100644 --- a/meta-oe/recipes-support/

[oe] [meta-oe][PATCH 120/161] daemontools: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/daemontools/daemontools_0.76.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb index 6561a4ae0..7f7739028 100644 --- a/

[oe] [meta-oe][PATCH 117/161] geis: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb index 139649b97..2ac535d25 1

[oe] [meta-oe][PATCH 118/161] grail: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb b/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb index 067052c03..1a5900b78 1

[oe] [meta-oe][PATCH 112/161] cyrus-sasl: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl_2.1.28.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl_2.1.28.bb b/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl_2.1.28.bb index a6703ecf8..1f4b4bf73 1006

[oe] [meta-oe][PATCH 111/161] xsp: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb b/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb index 32f7bae0d..437e346fd 100644 --- a/meta-oe/recipes-multimedia/xsp

[oe] [meta-oe][PATCH 110/161] xpext: Drop unnecessary SRC_URI md5sum

2024-11-05 Thread J. S.
Signed-off-by: Jason Schonberg --- meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb b/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb index f900aca2d..f6d6bebc5 100644 --- a/meta-oe/recipes-multimed

  1   2   3   4   5   6   7   8   9   10   >