diff mbox series

[meta-networking,2/4] linux-atm: fix build failure with gcc-14

Message ID 1719544767-17994-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series None | expand

Commit Message

Mingyu Wang (Fujitsu) June 28, 2024, 3:19 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Martin Jansa June 28, 2024, 4:53 a.m. UTC | #1
See https://git.openembedded.org/meta-openembedded/diff/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb?h=master-next&id=d196c0c1af16eba55f8f0277eea76129ed2f677d
which has the log as well.

On Fri, Jun 28, 2024 at 5:19 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
> index 86b9112ba..c434027eb 100644
> --- a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
> +++ b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
> @@ -29,6 +29,8 @@ file://COPYING.LGPL;md5=6e29c688d912da12b66b73e32b03d812"
>
>  inherit autotools pkgconfig
>
> +CFLAGS += "-Wno-error=incompatible-pointer-types"
> +
>  EXTRA_OEMAKE += "ROOTPREFIX=${root_prefix}"
>
>  FILES:${PN} += "${nonarch_base_libdir}/firmware"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#111135): https://lists.openembedded.org/g/openembedded-devel/message/111135
> Mute This Topic: https://lists.openembedded.org/mt/106922377/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
index 86b9112ba..c434027eb 100644
--- a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
+++ b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb
@@ -29,6 +29,8 @@  file://COPYING.LGPL;md5=6e29c688d912da12b66b73e32b03d812"
 
 inherit autotools pkgconfig
 
+CFLAGS += "-Wno-error=incompatible-pointer-types"
+
 EXTRA_OEMAKE += "ROOTPREFIX=${root_prefix}"
 
 FILES:${PN} += "${nonarch_base_libdir}/firmware"