Upstream will not support mariadb. So the right solution would be to provide a mysql recipe. I may look into that, as I suspect Kodi would also benefit from it. But to keep the whole thing at least buildable (there are also some other issues with mariadb that are currently treated as warnings), this workaround will be the way to go?

On Sun, Jun 9 2024 at 09:55:37 PM +02:00:00, Markus Volk <[email protected]> wrote:
- add workaround for incompatible-pointer-types
  [<https://github.com/perl5-dbi/DBD-mysql/issues/430>]

Signed-off-by: Markus Volk <[email protected] <mailto:[email protected]>>
---
.../{libdbd-mysql-perl_4.050.bb => libdbd-mysql-perl_5.006.bb} | 2 ++
 1 file changed, 2 insertions(+)
rename meta-oe/recipes-devtools/perl/{libdbd-mysql-perl_4.050.bb => libdbd-mysql-perl_5.006.bb} (95%)

diff --git a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.006.bb
similarity index 95%
rename from meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb
rename to meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.006.bb
index fc505fe1e..7e215847d 100644
--- a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb
+++ b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.006.bb
@@ -19,4 +19,6 @@ SRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https;branch=master

 S = "${WORKDIR}/git"

+CFLAGS += "-Wno-incompatible-pointer-types"
+
 inherit cpan
--
2.45.1





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110787): 
https://lists.openembedded.org/g/openembedded-devel/message/110787
Mute This Topic: https://lists.openembedded.org/mt/106581103/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to