]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "libical: Pass TOOLCHAIN_OPTIONS via CFLAGS"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 5 Mar 2022 08:08:37 +0000 (08:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 5 Mar 2022 10:44:39 +0000 (10:44 +0000)
This reverts commit feb8893e0f52c7ab2d5efd456901a2bb91839d44.

This is no longer needed after the compiler fix for libical.

meta/recipes-support/libical/libical_3.0.14.bb

index af8bc59dae3c8577143e1482304d9cb9d7e13bb8..58baf3f32f7172b93b1f9c26c46690c082c71b10 100644 (file)
@@ -20,8 +20,6 @@ UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
 
 inherit cmake pkgconfig gobject-introspection vala
 
-CFLAGS += "${TOOLCHAIN_OPTIONS}"
-
 DEPENDS += "libical-native"
 
 PACKAGECONFIG ??= "icu glib"