* scathgap merge request: July 17th
@ 2024-07-17 13:00 akuster808
2024-07-17 16:34 ` Khem Raj
0 siblings, 1 reply; 4+ messages in thread
From: akuster808 @ 2024-07-17 13:00 UTC (permalink / raw)
To: Khem Raj, OpenEmbedded Devel List
The following changes since commit 78a14731cf0cf38a19ff8bd0e9255b319afaf3a7:
php: Upgrade to 8.2.20 (2024-06-26 07:33:55 -0400)
are available in the Git repository at:
https://git.openembedded.org/meta-openembedded scarthgap-next
for you to fetch changes up to 18f939a5fb37528a5415b05077ece383c346a119:
libdbd-mysql-perl: avoid invoking assert_lib at do_configure stage
(2024-07-09 08:18:46 -0400)
----------------------------------------------------------------
BINDU (1):
flatbuffers: adapt for cross-compilation environments
Chen Qi (1):
libdbd-mysql-perl: avoid invoking assert_lib at do_configure stage
Libo Chen (1):
thin-provisioning-tools: install missed thin_shrink and era_repair
Randy MacLeod (1):
python3-pyyaml-include: support native and nativesdk build
Siddharth Doshi (1):
apache2: Upgrade 2.4.59 -> 2.4.60
Vijay Anusuri (1):
krb5: upgrade 1.21.2 -> 1.21.3
Wentao Zhang (1):
meta-oe/conf/layer.conf: remove libbpf from NON_MULTILIB_RECIPES
for x86 and x86-64
meta-oe/conf/layer.conf | 3 +++
.../krb5/{krb5_1.21.2.bb => krb5_1.21.3.bb} | 4 +--
meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb | 5 ++++
...0001-Makefile.PL-avoid-running-assert_lib-at-configure.patch | 40
+++++++++++++++++++++++++++++
meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb | 4 ++-
.../thin-provisioning-tools/thin-provisioning-tools_1.0.12.bb | 8 +++---
.../recipes-devtools/python/python3-pyyaml-include_1.3.2.bb | 2 +-
.../apache2/{apache2_2.4.59.bb => apache2_2.4.60.bb} | 2 +-
8 files changed, 60 insertions(+), 8 deletions(-)
rename meta-oe/recipes-connectivity/krb5/{krb5_1.21.2.bb =>
krb5_1.21.3.bb} (97%)
create mode 100644
meta-oe/recipes-devtools/perl/libdbd-mysql-perl/0001-Makefile.PL-avoid-running-assert_lib-at-configure.patch
rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.59.bb =>
apache2_2.4.60.bb} (99%)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: scathgap merge request: July 17th
2024-07-17 13:00 scathgap merge request: July 17th akuster808
@ 2024-07-17 16:34 ` Khem Raj
2024-07-17 18:48 ` [oe] " Yoann Congal
0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2024-07-17 16:34 UTC (permalink / raw)
To: akuster808; +Cc: OpenEmbedded Devel List
merged, thanks Armin.
On Wed, Jul 17, 2024 at 6:00 AM akuster808 <akuster808@gmail.com> wrote:
>
> The following changes since commit 78a14731cf0cf38a19ff8bd0e9255b319afaf3a7:
>
> php: Upgrade to 8.2.20 (2024-06-26 07:33:55 -0400)
>
> are available in the Git repository at:
>
> https://git.openembedded.org/meta-openembedded scarthgap-next
>
> for you to fetch changes up to 18f939a5fb37528a5415b05077ece383c346a119:
>
> libdbd-mysql-perl: avoid invoking assert_lib at do_configure stage
> (2024-07-09 08:18:46 -0400)
>
> ----------------------------------------------------------------
> BINDU (1):
> flatbuffers: adapt for cross-compilation environments
>
> Chen Qi (1):
> libdbd-mysql-perl: avoid invoking assert_lib at do_configure stage
>
> Libo Chen (1):
> thin-provisioning-tools: install missed thin_shrink and era_repair
>
> Randy MacLeod (1):
> python3-pyyaml-include: support native and nativesdk build
>
> Siddharth Doshi (1):
> apache2: Upgrade 2.4.59 -> 2.4.60
>
> Vijay Anusuri (1):
> krb5: upgrade 1.21.2 -> 1.21.3
>
> Wentao Zhang (1):
> meta-oe/conf/layer.conf: remove libbpf from NON_MULTILIB_RECIPES
> for x86 and x86-64
>
> meta-oe/conf/layer.conf | 3 +++
> .../krb5/{krb5_1.21.2.bb => krb5_1.21.3.bb} | 4 +--
> meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb | 5 ++++
> ...0001-Makefile.PL-avoid-running-assert_lib-at-configure.patch | 40
> +++++++++++++++++++++++++++++
> meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb | 4 ++-
> .../thin-provisioning-tools/thin-provisioning-tools_1.0.12.bb | 8 +++---
> .../recipes-devtools/python/python3-pyyaml-include_1.3.2.bb | 2 +-
> .../apache2/{apache2_2.4.59.bb => apache2_2.4.60.bb} | 2 +-
> 8 files changed, 60 insertions(+), 8 deletions(-)
> rename meta-oe/recipes-connectivity/krb5/{krb5_1.21.2.bb =>
> krb5_1.21.3.bb} (97%)
> create mode 100644
> meta-oe/recipes-devtools/perl/libdbd-mysql-perl/0001-Makefile.PL-avoid-running-assert_lib-at-configure.patch
> rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.59.bb =>
> apache2_2.4.60.bb} (99%)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe] scathgap merge request: July 17th
2024-07-17 16:34 ` Khem Raj
@ 2024-07-17 18:48 ` Yoann Congal
2024-07-17 19:23 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Yoann Congal @ 2024-07-17 18:48 UTC (permalink / raw)
To: raj.khem; +Cc: akuster808, OpenEmbedded Devel List
[-- Attachment #1: Type: text/plain, Size: 3545 bytes --]
Hello,
I sent 2 backport requests for scarthgap that were not in this merge
request:
[meta-oe][scarthgap][PATCH] packagegroup-meta-oe: fix lvgl inclusion
https://lists.openembedded.org/g/openembedded-devel/message/111364
[meta-oe][scarthgap][PATCH] openbox: fix crash on alt+tab with fullscreen
app https://lists.openembedded.org/g/openembedded-devel/message/111369
Armin, can you tell me if those will be considered for the next
merge-request ?
No pressure, I'm just ensuring that they are not lost somewhere.
Thank you!
Le mer. 17 juil. 2024 à 18:35, Khem Raj via lists.openembedded.org
<raj.khem=gmail.com@lists.openembedded.org> a écrit :
> merged, thanks Armin.
>
> On Wed, Jul 17, 2024 at 6:00 AM akuster808 <akuster808@gmail.com> wrote:
> >
> > The following changes since commit
> 78a14731cf0cf38a19ff8bd0e9255b319afaf3a7:
> >
> > php: Upgrade to 8.2.20 (2024-06-26 07:33:55 -0400)
> >
> > are available in the Git repository at:
> >
> > https://git.openembedded.org/meta-openembedded scarthgap-next
> >
> > for you to fetch changes up to 18f939a5fb37528a5415b05077ece383c346a119:
> >
> > libdbd-mysql-perl: avoid invoking assert_lib at do_configure stage
> > (2024-07-09 08:18:46 -0400)
> >
> > ----------------------------------------------------------------
> > BINDU (1):
> > flatbuffers: adapt for cross-compilation environments
> >
> > Chen Qi (1):
> > libdbd-mysql-perl: avoid invoking assert_lib at do_configure stage
> >
> > Libo Chen (1):
> > thin-provisioning-tools: install missed thin_shrink and era_repair
> >
> > Randy MacLeod (1):
> > python3-pyyaml-include: support native and nativesdk build
> >
> > Siddharth Doshi (1):
> > apache2: Upgrade 2.4.59 -> 2.4.60
> >
> > Vijay Anusuri (1):
> > krb5: upgrade 1.21.2 -> 1.21.3
> >
> > Wentao Zhang (1):
> > meta-oe/conf/layer.conf: remove libbpf from NON_MULTILIB_RECIPES
> > for x86 and x86-64
> >
> > meta-oe/conf/layer.conf | 3 +++
> > .../krb5/{krb5_1.21.2.bb => krb5_1.21.3.bb} | 4 +--
> > meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb | 5
> ++++
> > ...0001-Makefile.PL-avoid-running-assert_lib-at-configure.patch | 40
> > +++++++++++++++++++++++++++++
> > meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb | 4
> ++-
> > .../thin-provisioning-tools/thin-provisioning-tools_1.0.12.bb | 8
> +++---
> > .../recipes-devtools/python/python3-pyyaml-include_1.3.2.bb | 2 +-
> > .../apache2/{apache2_2.4.59.bb => apache2_2.4.60.bb} | 2 +-
> > 8 files changed, 60 insertions(+), 8 deletions(-)
> > rename meta-oe/recipes-connectivity/krb5/{krb5_1.21.2.bb =>
> > krb5_1.21.3.bb} (97%)
> > create mode 100644
> >
> meta-oe/recipes-devtools/perl/libdbd-mysql-perl/0001-Makefile.PL-avoid-running-assert_lib-at-configure.patch
> > rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.59.bb =>
> > apache2_2.4.60.bb} (99%)
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#111382):
> https://lists.openembedded.org/g/openembedded-devel/message/111382
> Mute This Topic: https://lists.openembedded.org/mt/107270241/4316185
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> yoann.congal@smile.fr]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
--
Yoann Congal
Smile ECS - Tech expert
[-- Attachment #2: Type: text/html, Size: 6263 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [oe] scathgap merge request: July 17th
2024-07-17 18:48 ` [oe] " Yoann Congal
@ 2024-07-17 19:23 ` Martin Jansa
0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2024-07-17 19:23 UTC (permalink / raw)
To: yoann.congal; +Cc: raj.khem, akuster808, OpenEmbedded Devel List
On Wed, Jul 17, 2024 at 8:49 PM Yoann Congal via
lists.openembedded.org <yoann.congal=smile.fr@lists.openembedded.org>
wrote:
>
> Hello,
>
> I sent 2 backport requests for scarthgap that were not in this merge request:
> [meta-oe][scarthgap][PATCH] packagegroup-meta-oe: fix lvgl inclusion https://lists.openembedded.org/g/openembedded-devel/message/111364
> [meta-oe][scarthgap][PATCH] openbox: fix crash on alt+tab with fullscreen app https://lists.openembedded.org/g/openembedded-devel/message/111369
>
> Armin, can you tell me if those will be considered for the next merge-request ?
> No pressure, I'm just ensuring that they are not lost somewhere.
#metoo 2 patches from 10th July:
https://lists.openembedded.org/g/openembedded-devel/message/111291
[meta-oe][scarthgap][PATCH 1/2] giflib: fix build with gold and avoid
imagemagick-native dependency
https://lists.openembedded.org/g/openembedded-devel/message/111292
[meta-oe][scarthgap][PATCH 2/2] bolt: package systemd_system_unitdir
correctly
Thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-17 19:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 13:00 scathgap merge request: July 17th akuster808
2024-07-17 16:34 ` Khem Raj
2024-07-17 18:48 ` [oe] " Yoann Congal
2024-07-17 19:23 ` Martin Jansa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.