All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cmake: 3.14.0 -> 3.14.1
@ 2019-04-01 12:16 Pascal Bach
  2019-04-03  9:20 ` Bach, Pascal
  0 siblings, 1 reply; 3+ messages in thread
From: Pascal Bach @ 2019-04-01 12:16 UTC (permalink / raw)
  To: openembedded-core

The FindFontconfig module added by 3.14.0 accidentally used uppercase
FONTCONFIG_* variable names that do not match our conventions.
3.14.1 revises the module to use Fontconfig_* variable names.
This is incompatible with 3.14.0 but since the module is new in the
3.14 series usage should not yet be widespread.

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
---
 .../cmake/{cmake-native_3.14.0.bb => cmake-native_3.14.1.bb}          | 0
 meta/recipes-devtools/cmake/cmake.inc                                 | 4 ++--
 meta/recipes-devtools/cmake/{cmake_3.14.0.bb => cmake_3.14.1.bb}      | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/cmake/{cmake-native_3.14.0.bb => cmake-native_3.14.1.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.14.0.bb => cmake_3.14.1.bb} (100%)

diff --git a/meta/recipes-devtools/cmake/cmake-native_3.14.0.bb b/meta/recipes-devtools/cmake/cmake-native_3.14.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_3.14.0.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.14.1.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index f787851e2d..5b0bce6808 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -18,7 +18,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \
 "
 
-SRC_URI[md5sum] = "7504e4f3e05b59e083f2127e07059d5d"
-SRC_URI[sha256sum] = "aa76ba67b3c2af1946701f847073f4652af5cbd9f141f221c97af99127e75502"
+SRC_URI[md5sum] = "7efe5394e85c3292ad020b8b70e55669"
+SRC_URI[sha256sum] = "7321be640406338fc12590609c42b0fae7ea12980855c1be363d25dcd76bb25f"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
diff --git a/meta/recipes-devtools/cmake/cmake_3.14.0.bb b/meta/recipes-devtools/cmake/cmake_3.14.1.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.14.0.bb
rename to meta/recipes-devtools/cmake/cmake_3.14.1.bb
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cmake: 3.14.0 -> 3.14.1
  2019-04-01 12:16 [PATCH] cmake: 3.14.0 -> 3.14.1 Pascal Bach
@ 2019-04-03  9:20 ` Bach, Pascal
  2019-04-03 13:54   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Bach, Pascal @ 2019-04-03  9:20 UTC (permalink / raw)
  To: Bach, Pascal, openembedded-core

This patch should also go into warrior as I think we should not ship 3.14.0 due to the issue mentioned bellow.

> -----Original Message-----
> From: Pascal Bach <pascal.bach@siemens.com>
> Sent: Montag, 1. April 2019 14:17
> To: openembedded-core@lists.openembedded.org
> Cc: Bach, Pascal (BT CPS R&D ZG FW CCP) <pascal.bach@siemens.com>
> Subject: [PATCH] cmake: 3.14.0 -> 3.14.1
> 
> The FindFontconfig module added by 3.14.0 accidentally used uppercase
> FONTCONFIG_* variable names that do not match our conventions.
> 3.14.1 revises the module to use Fontconfig_* variable names.
> This is incompatible with 3.14.0 but since the module is new in the
> 3.14 series usage should not yet be widespread.
> 
> Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
> ---
>  .../cmake/{cmake-native_3.14.0.bb => cmake-native_3.14.1.bb}          | 0
>  meta/recipes-devtools/cmake/cmake.inc                                 | 4 ++--
>  meta/recipes-devtools/cmake/{cmake_3.14.0.bb => cmake_3.14.1.bb}      | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)  rename meta/recipes-
> devtools/cmake/{cmake-native_3.14.0.bb => cmake-native_3.14.1.bb}
> (100%)  rename meta/recipes-devtools/cmake/{cmake_3.14.0.bb =>
> cmake_3.14.1.bb} (100%)
> 
> diff --git a/meta/recipes-devtools/cmake/cmake-native_3.14.0.bb
> b/meta/recipes-devtools/cmake/cmake-native_3.14.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/cmake/cmake-native_3.14.0.bb
> rename to meta/recipes-devtools/cmake/cmake-native_3.14.1.bb
> diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-
> devtools/cmake/cmake.inc
> index f787851e2d..5b0bce6808 100644
> --- a/meta/recipes-devtools/cmake/cmake.inc
> +++ b/meta/recipes-devtools/cmake/cmake.inc
> @@ -18,7 +18,7 @@ SRC_URI =
> "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz
> \
>             file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \  "
> 
> -SRC_URI[md5sum] = "7504e4f3e05b59e083f2127e07059d5d"
> -SRC_URI[sha256sum] =
> "aa76ba67b3c2af1946701f847073f4652af5cbd9f141f221c97af99127e75502"
> +SRC_URI[md5sum] = "7efe5394e85c3292ad020b8b70e55669"
> +SRC_URI[sha256sum] =
> "7321be640406338fc12590609c42b0fae7ea12980855c1be363d25dcd76bb25f"
> 
>  UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
> diff --git a/meta/recipes-devtools/cmake/cmake_3.14.0.bb b/meta/recipes-
> devtools/cmake/cmake_3.14.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/cmake/cmake_3.14.0.bb
> rename to meta/recipes-devtools/cmake/cmake_3.14.1.bb
> --
> 2.11.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cmake: 3.14.0 -> 3.14.1
  2019-04-03  9:20 ` Bach, Pascal
@ 2019-04-03 13:54   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2019-04-03 13:54 UTC (permalink / raw)
  To: Bach, Pascal, openembedded-core

On Wed, 2019-04-03 at 09:20 +0000, Bach, Pascal wrote:
> This patch should also go into warrior as I think we should not ship
> 3.14.0 due to the issue mentioned bellow.

Thanks, will queue this in warrior-next.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-03 13:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-01 12:16 [PATCH] cmake: 3.14.0 -> 3.14.1 Pascal Bach
2019-04-03  9:20 ` Bach, Pascal
2019-04-03 13:54   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.