diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-05 08:08:37 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-05 10:45:13 +0000 |
| commit | c2938cc543d0fd6b31ae9faf97c97953274804ed (patch) | |
| tree | 4a4ab7c0e5c4d29e91e96afdd359b8bebd03ed3b /meta/recipes-support/libical/libical_3.0.14.bb | |
| parent | 47905882113e2905a8fc9664c5ab338e038c533b (diff) | |
| download | poky-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/libical_3.0.14.bb')
| -rw-r--r-- | meta/recipes-support/libical/libical_3.0.14.bb | 2 |
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 | ||
| 21 | inherit cmake pkgconfig gobject-introspection vala | 21 | inherit cmake pkgconfig gobject-introspection vala |
| 22 | 22 | ||
| 23 | CFLAGS += "${TOOLCHAIN_OPTIONS}" | ||
| 24 | |||
| 25 | DEPENDS += "libical-native" | 23 | DEPENDS += "libical-native" |
| 26 | 24 | ||
| 27 | PACKAGECONFIG ??= "icu glib" | 25 | PACKAGECONFIG ??= "icu glib" |
