diff options
Diffstat (limited to 'meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch')
-rw-r--r-- | meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch | 7 |
1 files changed, 2 insertions, 5 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 3841c060ee..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 c06d8a8990c996cbb854508a944202ba70ba7a7c 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 |
@@ -15,7 +15,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
15 | 1 file changed, 1 insertion(+), 2 deletions(-) | 15 | 1 file changed, 1 insertion(+), 2 deletions(-) |
16 | 16 | ||
17 | diff --git a/cmake/modules/GObjectIntrospectionMacros.cmake b/cmake/modules/GObjectIntrospectionMacros.cmake | 17 | diff --git a/cmake/modules/GObjectIntrospectionMacros.cmake b/cmake/modules/GObjectIntrospectionMacros.cmake |
18 | index 83aff931..d7d3f898 100644 | 18 | index 83aff93..d7d3f89 100644 |
19 | --- a/cmake/modules/GObjectIntrospectionMacros.cmake | 19 | --- a/cmake/modules/GObjectIntrospectionMacros.cmake |
20 | +++ b/cmake/modules/GObjectIntrospectionMacros.cmake | 20 | +++ b/cmake/modules/GObjectIntrospectionMacros.cmake |
21 | @@ -50,8 +50,7 @@ macro(gir_add_introspections introspections_girs) | 21 | @@ -50,8 +50,7 @@ macro(gir_add_introspections introspections_girs) |
@@ -28,6 +28,3 @@ index 83aff931..d7d3f898 100644 | |||
28 | ${GObjectIntrospection_SCANNER_ARGS} | 28 | ${GObjectIntrospection_SCANNER_ARGS} |
29 | --namespace=${_gir_namespace} | 29 | --namespace=${_gir_namespace} |
30 | --nsversion=${_gir_version} | 30 | --nsversion=${_gir_version} |
31 | -- | ||
32 | 2.35.1 | ||
33 | |||