diff options
-rw-r--r-- | meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/libical/libical_3.0.20.bb (renamed from meta/recipes-support/libical/libical_3.0.19.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch b/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch index 0a7c696530..0f0dadb4e4 100644 --- a/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch +++ b/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 145a0f3919f6884c377a9e6b8a03de707feb45fe Mon Sep 17 00:00:00 2001 | 1 | From 7b20ca7f24a4cac25998bfcc70eed75bf796816b Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Thu, 3 Mar 2022 20:10:04 -0800 | 3 | Date: Thu, 3 Mar 2022 20:10:04 -0800 |
4 | Subject: [PATCH] cmake: Do not export CC into gir compiler | 4 | Subject: [PATCH] cmake: Do not export CC into gir compiler |
diff --git a/meta/recipes-support/libical/libical_3.0.19.bb b/meta/recipes-support/libical/libical_3.0.20.bb index 1ee39aa94f..d62c88e347 100644 --- a/meta/recipes-support/libical/libical_3.0.19.bb +++ b/meta/recipes-support/libical/libical_3.0.20.bb | |||
@@ -15,7 +15,7 @@ SECTION = "libs" | |||
15 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ | 15 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ |
16 | file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \ | 16 | file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \ |
17 | " | 17 | " |
18 | SRC_URI[sha256sum] = "6a1e7f0f50a399cbad826bcc286ce10d7151f3df7cc103f641de15160523c73f" | 18 | SRC_URI[sha256sum] = "e73de92f5a6ce84c1b00306446b290a2b08cdf0a80988eca0a2c9d5c3510b4c2" |
19 | 19 | ||
20 | inherit cmake pkgconfig gobject-introspection vala github-releases | 20 | inherit cmake pkgconfig gobject-introspection vala github-releases |
21 | 21 | ||