On Fri, Dec 30, 2022 at 10:14 PM Khem Raj wrote:
> On Thu, Dec 29, 2022 at 3:10 PM Richard Purdie
> wrote:
> >
> > On Wed, 2022-12-28 at 23:13 -0800, Khem Raj wrote:
> > > Brings following changes
> > >
> > > * f47a8cdd ldso: fix invalid early references to extern-linkage
> libc.page_size
> > >
But does this mean we now have to insert required distro features statement
into everything that depends on gtk4? That doesn’t seem useful; it should
be enough to say that only in the recipe where the requirement originates.
Alex
On Thu 5. Jan 2023 at 3.10, Yu, Mingli wrote:
> Hi Alex,
>
> Yes,
Backport patch from upstream to solve CVE-2022-2601 CVE-2022-3775 dependency:
font: Fix size overflow in grub_font_get_glyph_internal()
Upstream-Status: Backport from
https://git.savannah.gnu.org/cgit/grub.git/commit/?id=9c76ec09ae08155df27cd237eaea150b4f02f532
CVE-2022-2601: font: Fix several i
This setuptools upgrade is regressing nftables build
| make[2]: Entering directory
'/mnt/b/yoe/master/build/tmp/work/cortexa72-cortexa53-crypto-yoe-linux/nftables/1.0.6-r0/build/py'
| cd ../../nftables-1.0.6/py && \
|
/mnt/b/yoe/master/build/tmp/work/cortexa72-cortexa53-crypto-yoe-linux/nft
Hi Alex,
Yes, The setting REQUIRED_DISTRO_FEATURES = "opengl" is in gtk4 recipe. Apart
from that, gtk4 depends on libepoxy which also needs opengl distro.
Thanks,
From: Alexander Kanavin
Sent: Friday, December 23, 2022 17:43
To: Yu, Mingli
Cc: openembedded-cor
This failed on the AB:
https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/3976/steps/11/logs/stdio
On 01/01/2023 15:24:14+0100, Markus Volk wrote:
> - remove unneded backport patches
> - partly import the patch to fix ssh_agent option from gcr4 recipe
>
> gcr 3.41.1:
> - meson:
Allow user to select the default DTB for FIT image when multiple
dtb's exists.
>From machine.conf or local.conf user can specify the default dtb
for FIT image as shown below.
FIT_CONF_DEFAULT_DTB = "board-default.dtb"
Also fallback to avaialable dtb when FIT_CONF_DEFAULT_DTB doesn't
exits or emp
The dtb files must be before the dtbo files, otherwise the overlays may
not be applied correctly.
>From Bruce Ashfield:
We can split between dtbs and dtbos, they just need to be sorted
for reproducibility reasons.
Of course, this was only working by luck previously (before the
sort), sin
Allow user to select the default DTB for FIT image when multiple
dtb's exists.
>From machine.conf or local.conf user can specify the default dtb
for FIT image as shown below.
FIT_CONF_DEFAULT_DTB = "board-default.dtb"
Also fallback to avaialable dtb when FIT_CONF_DEFAULT_DTB doesn't
exits or emp
The dtb files must be before the dtbo files, otherwise the overlays may
not be applied correctly.
>From Bruce Ashfield:
We can split between dtbs and dtbos, they just need to be sorted
for reproducibility reasons.
Of course, this was only working by luck previously (before the
sort), sin
On Wed, 4 Jan 2023 at 19:09, Khem Raj wrote:
> > +diff --git a/marvell.c b/marvell.c
> > +index d3d570e..86f1d46 100644
> > +--- a/marvell.c
> > b/marvell.c
> > +@@ -5,6 +5,8 @@
> > + * Stephen Hemminger
> > + */
> > +
> > ++#define _GNU_SOURCE
>
> It is probably better to replace u_int32
Hi Quentin,
Thanks for the review.
On 1/4/2023 4:36 AM, Quentin Schulz wrote:
Hi Sandeep,
On 1/4/23 03:53, Sandeep Gundlupet Raju via lists.openembedded.org wrote:
The dtb files must be before the dtbo files, otherwise the overlays may
not be applied correctly.
From Bruce Ashfield:
We
nghttp2-native fails to build which is exposed by this change
ERROR: nghttp2-native-1.50.0-r0 do_compile:
ExecutionError('/mnt/b/yoe/master/build/tmp/work/x86_64-linux/nghttp2-native/1.50.0-r0/temp/run.do_compile.1646093',
1, None, None)
ERROR: Logfile of failure stored in:
/mnt/b/yoe/master/build
On 1/4/23 3:04 AM, Alexander Kanavin wrote:
Signed-off-by: Alexander Kanavin
---
.../0001-marvell.c-define-_GNU_SOURCE.patch | 26 +++
.../ethtool/avoid_parallel_tests.patch| 6 ++---
.../{ethtool_6.0.bb => ethtool_6.1.bb}| 3 ++-
3 files changed, 31 inse
On Wed, 2023-01-04 at 13:18 +0100, toer...@gmail.com wrote:
> From: Mark Jonas
>
> The patch series fixes a regression where images built for QEMU x86 and
> x86-64 did not contain sound drivers matching the QEMU device emulation
> configuration. Additionally, the right drivers are now also auto-l
Marta Rybczynska escreveu no dia quarta, 4/01/2023
à(s) 15:28:
>
Hi Jose,
Thanks for looking into that. The function is not a total duplicate:
the difference is that
the it always removes the db_tmp_file, not only if the journal file
exists (Python code
formatti
I'd guess people might be curious on the actual parsing/cache impacts
of this series.
To be honest I'm having trouble isolating a parsing time change for it,
which is quite sad. Someone with a slower system or limiting it to a
small set of cores might get some better results. I can see slight
redu
On Wed, Jan 4, 2023 at 7:18 AM Mark Jonas wrote:
>
> From: Mark Jonas
>
> If DISTRO_FEATURES includes ALSA then automatically load the
> snd-intel8x0 kernel module on qemux86 and qemux86-64. This matches the
> machine configurations conf/machine/qemux86.conf and qemux86-64.conf.
>
> Signed-off-by
Move the bulk of the remaining package "processing" functions over
to the package function library for parsing efficiency.
Signed-off-by: Richard Purdie
---
meta/classes-global/package.bbclass | 1407 +-
meta/lib/oe/package.py | 1408 +
We don't really need the customisation capability of PACKAGEBUILDPKGD
since we also have PACKAGE_PREPROCESS_FUNCS which is generally used
by recipes. Drop PACKAGEBUILDPKGD to have some simpler/clearer code.
This allows some function wrappers to be removed too.
Signed-off-by: Richard Purdie
---
m
As far as I can tell, none of these uses of PACKAGESPLITFUNCS need
append/prepend
operators, the standard += and =+ can work just fine. Since OE-Core is copied a
lot,
use the preferred syntax which is also simpler to parse and change.
Signed-off-by: Richard Purdie
---
meta/classes-recipe/kerne
The recipe can use the more commonly used PACKAGE_PREPROCESS_FUNCS instead
of PACKAGEBUILDPKGD which is likely to be removed soon, there should be
no change in behaviour.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/python/python3-cython_0.29.32.bb | 2 +-
1 file changed, 1 insertion(
This function is used by the packaging tasks/classes and makes much
more sense in the packagedata function library.
Signed-off-by: Richard Purdie
---
meta/classes-global/package.bbclass | 13 -
meta/classes-global/package_deb.bbclass | 2 +-
meta/classes-global/package_ipk.bbcla
Move one of the PACKAGEFUNCS from the package bbclass to packagedata
library code for parsing efficiency.
Signed-off-by: Richard Purdie
---
meta/classes-global/package.bbclass | 179 +---
meta/conf/bitbake.conf | 1 +
meta/lib/oe/packagedata.py | 1
To avoid reparsing the bbclass code all the time, move the functions
to the packagedata python function library code which is more efficient.
Signed-off-by: Richard Purdie
---
meta/classes-global/package.bbclass | 61 +--
meta/classes-global/package_deb.bbclass |
The function appears unused and the comment obsolete, drop them.
Signed-off-by: Richard Purdie
---
meta/classes-global/package.bbclass | 12
1 file changed, 12 deletions(-)
diff --git a/meta/classes-global/package.bbclass
b/meta/classes-global/package.bbclass
index 21a50bbb45e..5c
To avoid reparsing the bbclass code all the time, move the functions
to the python function library code which is more efficient.
Signed-off-by: Richard Purdie
---
meta/classes-global/package.bbclass | 78 +
meta/classes-global/package_deb.bbclass | 2 +-
meta/classe
To avoid reparsing the bbclass code all the time, move the function
to the python function library code which is more efficient.
Signed-off-by: Richard Purdie
---
meta/classes-global/package.bbclass | 238 +--
meta/lib/oe/package.py | 242
* CVE-2022-45873.patch was backported from systemd/main, but it doesn't
build without another change from v252 when elfutils PACKAGECONFIG is
enabled.
* fixes:
| ../git/src/shared/elf-util.c: In function 'parse_elf_object':
| ../git/src/shared/elf-util.c:792:27: error: void value not ignor
From: Michael Opdenacker
Remove package_tar.bbclass, which is no longer in use in oe-core
and meta-oe, and which the document reports as broken and unsupported.
Signed-off-by: Michael Opdenacker
---
meta/classes-global/package_tar.bbclass | 77 -
1 file changed, 77 dele
>
>
>>>
>>> Hi Jose,
>>> Thanks for looking into that. The function is not a total duplicate: the
>>> difference is that
>>> the it always removes the db_tmp_file, not only if the journal file
>>> exists (Python code
>>> formatting!).
>>>
>>
>> Don't see on the first time that the db_tmp_file is al
This patch is replaced by
https://lists.openembedded.org/g/openembedded-core/message/175355 (with a
minor patch title change)
On Mon, Jan 2, 2023 at 8:03 AM Marta Rybczynska
wrote:
> Move cleanup of the database after a failed download to a separate
> function. This will be useful when we have m
An issue was discovered in the FFmpeg package, where vp3_decode_frame in
libavcodec/vp3.c lacks check of
the return value of av_malloc() and will cause a null pointer dereference,
impacting availability.
CVE: CVE-2022-3109
Upstream-Status: Backport
[https://github.com/FFmpeg/FFmpeg/commit/656c
On Wed, Jan 4, 2023 at 4:55 AM Martin Jansa wrote:
>
> On Wed, Jan 4, 2023 at 3:36 PM Steve Sakoman wrote:
>>
>> The following changes since commit ada5e64a97d5f269886772540e0bb0c324088b21:
>>
>> efibootmgr: update compilation with musl (2022-12-17 04:10:41 -1000)
>>
>> are available in the Git
On Wed, Jan 4, 2023 at 3:36 PM Steve Sakoman wrote:
> The following changes since commit
> ada5e64a97d5f269886772540e0bb0c324088b21:
>
> efibootmgr: update compilation with musl (2022-12-17 04:10:41 -1000)
>
> are available in the Git repository at:
>
> https://git.openembedded.org/openembedd
The following changes since commit 4efc5ec83bc97e5731284ef3879f89fda4b8ef0b:
yocto-check-layer: Allow OE-Core to be tested (2022-12-23 23:04:58 +)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/langdale-next
http://cgit.openembedd
The following changes since commit ada5e64a97d5f269886772540e0bb0c324088b21:
efibootmgr: update compilation with musl (2022-12-17 04:10:41 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next
http://cgit.openembedded.o
The following changes since commit cc8ec63310f9a936371ea1070cb257c926808755:
oeqa/selftest/tinfoil: Add test for separate config_data with
recipe_parse_file() (2022-12-14 16:34:29 -1000)
are available in the Git repository at:
https://git.openembedded.org/openembedded-core-contrib stable/du
With the dim-sum approach to patching we had the same patch applied in
many places, but not all, so that there were no guarantees that we were
actually building agaginst the same thing in all recipes.
Signed-off-by: Alex Kiernan
---
I've no actual evidence, but I wonder if this might help with
ht
Fixed an error when Bash's unbound variable protection is enabled (set -u) and
variable LD_LIBRARY_PATH does not exist.
Signed-off-by: Jan Kircher
---
meta/classes-recipe/toolchain-scripts.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes-recipe/toolchain-
- remove unneded backport patches
- partly import the patch to fix ssh_agent option from gcr4 recipe
- convert from gtk-doc to gi-docgen
gcr 3.41.1:
- meson: Fix unknown kw argument in gnome.generate_gir [GNOME/gcr!68]
- gcr: Add G_SPAWN_CLOEXEC_PIPES flag to all the g_spawn commands
- docs: Po
On Wed, 4 Jan 2023 at 13:24, Petr Kubizňák wrote:
> Yes, that's exactly the reason. I'm particularly concerned about dependency
> on glib, but other dependencies are unnecessary, too.
>
>
> This change was sufficient to remove the dependency from the target. I am not
> aware of potential consequ
This also applies to langdale and kirkstone. Kirkstone has this recipe in
meta/classes/toolchain-scripts.bbclass.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#175474):
https://lists.openembedded.org/g/openembedded-core/message/175474
Mute This T
Fixed an error when Bash's unbound variable protection is enabled (set -u) and
variable LD_LIBRARY_PATH does not exist.
Signed-off-by: Jan Kircher
---
meta/classes-recipe/toolchain-scripts.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes-recipe/toolchain-
Hi Alex,
Yes, that's exactly the reason. I'm particularly concerned about dependency on
glib, but other dependencies are unnecessary, too.
This change was sufficient to remove the dependency from the target. I am not
aware of potential consequences of removing the -native dependencies, but if
From: Mark Jonas
If DISTRO_FEATURES includes ALSA then automatically load the
snd-intel8x0 kernel module on qemux86 and qemux86-64. This matches the
machine configurations conf/machine/qemux86.conf and qemux86-64.conf.
Signed-off-by: Mark Jonas
---
meta/recipes-kernel/linux/linux-yocto.inc | 5
From: Mark Jonas
In "conf/machine: fix QEMU x86 sound options" b802a5dd the sound devices
emulated by QEMU were changed from AC97 (intel8x0) and ES1370
(Soundblaster) to just AC97. Yet, the sound kernel modules added to the
file system still matched ES1370.
This patch adds the matching snd-intel
From: Mark Jonas
The patch series fixes a regression where images built for QEMU x86 and
x86-64 did not contain sound drivers matching the QEMU device emulation
configuration. Additionally, the right drivers are now also auto-loaded
when starting the image.
root@qemux86:~# uname -a
Linux qemux86
I mean, if you want to do this to reduce dependency chains, then
depending on qemu-native and g-i-native isn't necessary either. But
the patch as it is seems like going halfway.
Alex
On Wed, 4 Jan 2023 at 12:54, Alexander Kanavin via
lists.openembedded.org
wrote:
>
> On Wed, 4 Jan 2023 at 12:46,
On Wed, 4 Jan 2023 at 12:46, Petr Kubizňák wrote:
> When GI_DATA_ENABLED is 'False' (e.g. because
> 'gobject-introspection-data' is not in DISTRO_FEATURES),
> gobject-introspection should not be added to DEPENDS.
Why?
Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this gro
In some scenarios (e.g. when "glib" removed from PACKAGECONFIG),
"${D}${bindir}" might not exist which caused `rmdir` to fail.
Signed-off-by: Petr Kubizňák
---
meta/recipes-graphics/harfbuzz/harfbuzz_5.3.1.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-
From: Petr Kubizňák - 2N
When GI_DATA_ENABLED is 'False' (e.g. because
'gobject-introspection-data' is not in DISTRO_FEATURES),
gobject-introspection should not be added to DEPENDS.
Signed-off-by: Petr Kubizňák
---
meta/classes-recipe/gobject-introspection.bbclass | 13 -
1 file ch
On 1/4/23 03:53, Sandeep Gundlupet Raju via lists.openembedded.org wrote:
Allow user to select the default DTB for FIT image when multiple
dtb's exists.
From machine.conf or local.conf user can specify the default dtb
for FIT image as shown below.
FIT_CONF_DEFAULT_DTB = "board-default.dtb"
Hi Sandeep,
On 1/4/23 03:53, Sandeep Gundlupet Raju via lists.openembedded.org wrote:
The dtb files must be before the dtbo files, otherwise the overlays may
not be applied correctly.
From Bruce Ashfield:
We can split between dtbs and dtbos, they just need to be sorted
for reproducibili
Signed-off-by: Alexander Kanavin
---
meta/recipes-core/ncurses/ncurses_6.3+20220423.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb
b/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb
index ca5fa32572..fb8c11582b 100644
--- a/meta/recipes-c
This addresses new curl's deprecation warnings treated as failures.
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/elfutils/elfutils_0.188.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.188.bb
b/meta/recipes-devtools/elfutils/elfut
Signed-off-by: Alexander Kanavin
---
meta/recipes-gnome/gcr/gcr3_3.40.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-gnome/gcr/gcr3_3.40.0.bb
b/meta/recipes-gnome/gcr/gcr3_3.40.0.bb
index 5318768db6..8d0f1e972a 100644
--- a/meta/recipes-gnome/gcr/gcr3_3.40.
Signed-off-by: Alexander Kanavin
---
.../libsndfile/{libsndfile1_1.1.0.bb => libsndfile1_1.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.1.0.bb =>
libsndfile1_1.2.0.bb} (92%)
diff --git a/meta/recipes-multimedia/libsndf
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/repo/{repo_2.29.9.bb => repo_2.31.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/repo/{repo_2.29.9.bb => repo_2.31.bb} (95%)
diff --git a/meta/recipes-devtools/repo/repo_2.29.9.bb
b/meta/recipes-
Signed-off-by: Alexander Kanavin
---
.../libpcap/{libpcap_1.10.1.bb => libpcap_1.10.2.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/libpcap/{libpcap_1.10.1.bb =>
libpcap_1.10.2.bb} (95%)
diff --git a/meta/recipes-connectivity/libpcap/libp
This has been the case since
https://github.com/python-jsonschema/jsonschema/commit/622c7b276e01d24b5569ab27cfefb692ae91012e
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/rec
It is both unmaintained and not needed by anything in core or meta-oe.
Signed-off-by: Alexander Kanavin
---
meta/conf/distro/include/maintainers.inc | 1 -
...001-setup.py-use-vendored-_distutils.patch | 27 ---
.../python/python3-strict-rfc3339_0.7.bb | 11
3
Signed-off-by: Alexander Kanavin
---
.../{python3-pycairo_1.21.0.bb => python3-pycairo_1.23.0.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pycairo_1.21.0.bb =>
python3-pycairo_1.23.0.bb} (90%)
diff --git a/meta/recipes-devtools/pytho
Signed-off-by: Alexander Kanavin
---
.../nghttp2/{nghttp2_1.50.0.bb => nghttp2_1.51.0.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/nghttp2/{nghttp2_1.50.0.bb => nghttp2_1.51.0.bb}
(92%)
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.50.0
Signed-off-by: Alexander Kanavin
---
.../btrfs-tools/{btrfs-tools_6.0.2.bb => btrfs-tools_6.1.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.0.2.bb =>
btrfs-tools_6.1.bb} (98%)
diff --git a/meta/recipes-devtools/btrfs-tools/
Signed-off-by: Alexander Kanavin
---
...ython3-certifi_2022.9.24.bb => python3-certifi_2022.12.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-certifi_2022.9.24.bb =>
python3-certifi_2022.12.7.bb} (86%)
diff --git a/meta/recipes-devtools
Signed-off-by: Alexander Kanavin
---
...ython3-hypothesis_6.57.1.bb => python3-hypothesis_6.61.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hypothesis_6.57.1.bb =>
python3-hypothesis_6.61.0.bb} (91%)
diff --git a/meta/recipes-devtools
Signed-off-by: Alexander Kanavin
---
.../{python3-hatch-vcs_0.2.0.bb => python3-hatch-vcs_0.3.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hatch-vcs_0.2.0.bb =>
python3-hatch-vcs_0.3.0.bb} (80%)
diff --git a/meta/recipes-devtools/pyt
Signed-off-by: Alexander Kanavin
---
...-Relocate-the-repository-directory-for-native-builds.patch | 4 ++--
...ntrospection_1.72.0.bb => gobject-introspection_1.74.0.bb} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
rename
meta/recipes-gnome/gobject-introspection/{gobject-introspect
Signed-off-by: Alexander Kanavin
---
meta/recipes-extended/bash/{bash_5.2.9.bb => bash_5.2.15.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/bash/{bash_5.2.9.bb => bash_5.2.15.bb} (89%)
diff --git a/meta/recipes-extended/bash/bash_5.2.9.bb
b/meta/recipes
Signed-off-by: Alexander Kanavin
---
...{python3-dtschema_2022.11.bb => python3-dtschema_2022.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-dtschema_2022.11.bb =>
python3-dtschema_2022.12.bb} (83%)
diff --git a/meta/recipes-devtools/p
Signed-off-by: Alexander Kanavin
---
...ython3-jsonschema_4.17.0.bb => python3-jsonschema_4.17.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-jsonschema_4.17.0.bb =>
python3-jsonschema_4.17.3.bb} (93%)
diff --git a/meta/recipes-devtools
Signed-off-by: Alexander Kanavin
---
.../diffoscope/{diffoscope_224.bb => diffoscope_230.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/diffoscope/{diffoscope_224.bb =>
diffoscope_230.bb} (92%)
diff --git a/meta/recipes-support/diffoscope/diffosco
Signed-off-by: Alexander Kanavin
---
.../kexec/{kexec-tools_2.0.25.bb => kexec-tools_2.0.26.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-kernel/kexec/{kexec-tools_2.0.25.bb =>
kexec-tools_2.0.26.bb} (97%)
diff --git a/meta/recipes-kernel/kexec/kexec-tools_
Signed-off-by: Alexander Kanavin
---
.../librepo/{librepo_1.14.5.bb => librepo_1.15.1.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/librepo/{librepo_1.14.5.bb => librepo_1.15.1.bb}
(94%)
diff --git a/meta/recipes-devtools/librepo/librepo_1.14
Signed-off-by: Alexander Kanavin
---
.../python/{python3-lxml_4.9.1.bb => python3-lxml_4.9.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-lxml_4.9.1.bb =>
python3-lxml_4.9.2.bb} (95%)
diff --git a/meta/recipes-devtools/python/python
Signed-off-by: Alexander Kanavin
---
...2-Obey-LDFLAGS-for-the-link-of-libruby.patch | 8
.../ruby/0006-Make-gemspecs-reproducible.patch | 17 +++--
.../ruby/{ruby_3.1.3.bb => ruby_3.2.0.bb} | 2 +-
3 files changed, 12 insertions(+), 15 deletions(-)
rename meta/reci
Signed-off-by: Alexander Kanavin
---
.../python/{python3-git_3.1.29.bb => python3-git_3.1.30.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-git_3.1.29.bb =>
python3-git_3.1.30.bb} (92%)
diff --git a/meta/recipes-devtools/python/python
Signed-off-by: Alexander Kanavin
---
meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb
b/meta/recipes-graphics/kmscube/kmscube_git.bb
index 6ed97dfafe..b2c10e09fb 100644
--- a/meta/recipes
Signed-off-by: Alexander Kanavin
---
meta/recipes-support/curl/{curl_7.86.0.bb => curl_7.87.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/curl/{curl_7.86.0.bb => curl_7.87.0.bb} (98%)
diff --git a/meta/recipes-support/curl/curl_7.86.0.bb
b/meta/recipes
License-Update: jquery/underscore are no longer bundled
Signed-off-by: Alexander Kanavin
---
.../{python3-sphinx_5.3.0.bb => python3-sphinx_6.0.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-sphinx_5.3.0.bb =>
python3-sphinx_6.
Signed-off-by: Alexander Kanavin
---
.../python/{python3-mako_1.2.3.bb => python3-mako_1.2.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-mako_1.2.3.bb =>
python3-mako_1.2.4.bb} (85%)
diff --git a/meta/recipes-devtools/python/python
Signed-off-by: Alexander Kanavin
---
.../libsolv/{libsolv_0.7.22.bb => libsolv_0.7.23.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/libsolv/{libsolv_0.7.22.bb => libsolv_0.7.23.bb}
(95%)
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.
Signed-off-by: Alexander Kanavin
---
meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/gtk+/{gtk4_4.8.2.bb => gtk4_4.8.3.bb} (98%)
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb
b/meta/recipes-gnome/gtk+
Signed-off-by: Alexander Kanavin
---
meta/recipes-support/vte/{vte_0.70.1.bb => vte_0.70.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/vte/{vte_0.70.1.bb => vte_0.70.2.bb} (94%)
diff --git a/meta/recipes-support/vte/vte_0.70.1.bb
b/meta/recipes-support
Signed-off-by: Alexander Kanavin
---
.../libsdl2/{libsdl2_2.26.0.bb => libsdl2_2.26.1.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/libsdl2/{libsdl2_2.26.0.bb => libsdl2_2.26.1.bb}
(97%)
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26
Signed-off-by: Alexander Kanavin
---
.../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 2 +-
...ython3-setuptools_65.5.1.bb => python3-setuptools_65.6.3.bb} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-setuptools_65.5.1.bb
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/python/python-gitdb.inc | 2 +-
.../python/{python3-gitdb_4.0.9.bb => python3-gitdb_4.0.10.bb} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-gitdb_4.0.9.bb =>
python3
Signed-off-by: Alexander Kanavin
---
meta/recipes-extended/lsof/{lsof_4.96.4.bb => lsof_4.96.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/lsof/{lsof_4.96.4.bb => lsof_4.96.5.bb} (96%)
diff --git a/meta/recipes-extended/lsof/lsof_4.96.4.bb
b/meta/reci
Signed-off-by: Alexander Kanavin
---
.../{python3-urllib3_1.26.12.bb => python3-urllib3_1.26.13.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-urllib3_1.26.12.bb =>
python3-urllib3_1.26.13.bb} (86%)
diff --git a/meta/recipes-devtools/pyt
Signed-off-by: Alexander Kanavin
---
...vectors_38.0.3.bb => python3-cryptography-vectors_38.0.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-cryptography-vectors_38.0.3.bb =>
python3-cryptography-vectors_38.0.4.bb} (90%)
diff --git
a/
License-Update: formatting
Signed-off-by: Alexander Kanavin
---
...ibtest-fatal-perl_0.016.bb => libtest-fatal-perl_0.017.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/perl/{libtest-fatal-perl_0.016.bb =>
libtest-fatal-perl_0.017.bb} (85%)
diff --g
License-Update: copyright years
Signed-off-by: Alexander Kanavin
---
.../libpsl/{libpsl_0.21.1.bb => libpsl_0.21.2.bb} | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
rename meta/recipes-support/libpsl/{libpsl_0.21.1.bb => libpsl_0.21.2.bb} (77%)
diff --git a/meta/recipes
Signed-off-by: Alexander Kanavin
---
.../{python3-pathspec_0.10.1.bb => python3-pathspec_0.10.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-pathspec_0.10.1.bb =>
python3-pathspec_0.10.3.bb} (78%)
diff --git a/meta/recipes-devtools/pyt
Signed-off-by: Alexander Kanavin
---
...ib-metadata_5.0.0.bb => python3-importlib-metadata_5.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-importlib-metadata_5.0.0.bb =>
python3-importlib-metadata_5.2.0.bb} (88%)
diff --git a/meta/re
Signed-off-by: Alexander Kanavin
---
meta/recipes-sato/puzzles/puzzles_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb
b/meta/recipes-sato/puzzles/puzzles_git.bb
index 615eb1bb77..c94fef4931 100644
--- a/meta/recipes-sato/puzzle
Signed-off-by: Alexander Kanavin
---
...y-do-not-write-full-path-to-output-f.patch | 28 ---
...umpy_1.23.4.bb => python3-numpy_1.24.1.bb} | 3 +-
2 files changed, 1 insertion(+), 30 deletions(-)
delete mode 100644
meta/recipes-devtools/python/python3-numpy/0001-generate_umath.
Signed-off-by: Alexander Kanavin
---
...possible-memleaks-in-XkbGetKbdByName.patch | 63 ---
...ntedString-against-request-length-at.patch | 38 ---
...-xorg_21.1.4.bb => xserver-xorg_21.1.6.bb} | 4 +-
3 files changed, 1 insertion(+), 104 deletions(-)
delete mode 100644
Signed-off-by: Alexander Kanavin
---
...n3-cryptography_38.0.3.bb => python3-cryptography_38.0.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-cryptography_38.0.3.bb =>
python3-cryptography_38.0.4.bb} (95%)
diff --git a/meta/recipes-devt
Signed-off-by: Alexander Kanavin
---
.../logrotate/{logrotate_3.20.1.bb => logrotate_3.21.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/logrotate/{logrotate_3.20.1.bb =>
logrotate_3.21.0.bb} (97%)
diff --git a/meta/recipes-extended/logrotate/logr
1 - 100 of 138 matches
Mail list logo