summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libical
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-05 08:08:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-05 10:45:13 +0000
commitc2938cc543d0fd6b31ae9faf97c97953274804ed (patch)
tree4a4ab7c0e5c4d29e91e96afdd359b8bebd03ed3b /meta/recipes-support/libical
parent47905882113e2905a8fc9664c5ab338e038c533b (diff)
downloadpoky-c2938cc543d0fd6b31ae9faf97c97953274804ed.tar.gz
Revert "libical: Pass TOOLCHAIN_OPTIONS via CFLAGS"
This reverts commit feb8893e0f52c7ab2d5efd456901a2bb91839d44. This is no longer needed after the compiler fix for libical. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libical')
-rw-r--r--meta/recipes-support/libical/libical_3.0.14.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/libical/libical_3.0.14.bb b/meta/recipes-support/libical/libical_3.0.14.bb
index af8bc59dae..58baf3f32f 100644
--- a/meta/recipes-support/libical/libical_3.0.14.bb
+++ b/meta/recipes-support/libical/libical_3.0.14.bb
@@ -20,8 +20,6 @@ UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
20 20
21inherit cmake pkgconfig gobject-introspection vala 21inherit cmake pkgconfig gobject-introspection vala
22 22
23CFLAGS += "${TOOLCHAIN_OPTIONS}"
24
25DEPENDS += "libical-native" 23DEPENDS += "libical-native"
26 24
27PACKAGECONFIG ??= "icu glib" 25PACKAGECONFIG ??= "icu glib"