On 2/24/25 4:23 AM, Ross Burton wrote:
On 19 Feb 2025, at 18:51, Fabio Estevam via lists.openembedded.org
wrote:
+DEPENDS:append:libc-musl = " libexecinfo"
+LDFLAGS:append:libc-musl = " -lexecinfo”
We already have a gcompat recipe in core which provides this:
https://git.adelielinux.org/ad
On 19 Feb 2025, at 18:51, Fabio Estevam via lists.openembedded.org
wrote:
>
> +DEPENDS:append:libc-musl = " libexecinfo"
> +LDFLAGS:append:libc-musl = " -lexecinfo”
We already have a gcompat recipe in core which provides this:
https://git.adelielinux.org/adelie/gcompat/-/blob/current/libgcompa
LGTM
On Wed, Feb 19, 2025 at 10:51 AM Fabio Estevam wrote:
>
> From: Fabio Estevam
>
> Upgrade to mtd-utils 2.3.0.
>
> Details about the 2.3.0 release:
>
> https://lore.kernel.org/linux-mtd/1b7a55a6-1c5b-4e86-8006-e2010e543...@sigma-star.at/T/#u
>
> Signed-off-by: Fabio Estevam
> ---
> Changes
From: Fabio Estevam
Upgrade to mtd-utils 2.3.0.
Details about the 2.3.0 release:
https://lore.kernel.org/linux-mtd/1b7a55a6-1c5b-4e86-8006-e2010e543...@sigma-star.at/T/#u
Signed-off-by: Fabio Estevam
---
Changes since v2:
- Use v4 of the series submitted to linux-mtd kernel mailing list.
..