Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 06/20] meson: upgrade 0.49.0 -> 0.49.2
Date: Tue, 19 Feb 2019 18:46:58 +0100	[thread overview]
Message-ID: <20190219174712.60694-6-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20190219174712.60694-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/meson/meson.inc                      | 4 ++--
 .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch  | 7 ++-----
 .../0002-Support-building-allarch-recipes-again.patch      | 7 ++-----
 .../meson/{meson_0.49.0.bb => meson_0.49.2.bb}             | 0
 ...nativesdk-meson_0.49.0.bb => nativesdk-meson_0.49.2.bb} | 0
 5 files changed, 6 insertions(+), 12 deletions(-)
 rename meta/recipes-devtools/meson/{meson_0.49.0.bb => meson_0.49.2.bb} (100%)
 rename meta/recipes-devtools/meson/{nativesdk-meson_0.49.0.bb => nativesdk-meson_0.49.2.bb} (100%)

diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc
index c39b1a3d5e2..d5d71c67b61 100644
--- a/meta/recipes-devtools/meson/meson.inc
+++ b/meta/recipes-devtools/meson/meson.inc
@@ -15,8 +15,8 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P
            file://0001-modules-windows-split-WINDRES-env-variable.patch \
            file://0002-environment.py-detect-windows-also-if-the-system-str.patch \
            "
-SRC_URI[sha256sum] = "fb0395c4ac208eab381cd1a20571584bdbba176eb562a7efa9cb17cace0e1551"
-SRC_URI[md5sum] = "3c35b91e8040901034809576d54007c6"
+SRC_URI[sha256sum] = "ef9f14326ec1e30d3ba1a26df0f92826ede5a79255ad723af78a2691c37109fd"
+SRC_URI[md5sum] = "0267b0871266056184c484792572c682"
 
 SRC_URI_append_class-native = " \
     file://0001-Make-CPU-family-warnings-fatal.patch \
diff --git a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
index 785c0f027bf..fbc3f5ad827 100644
--- a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
+++ b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
@@ -1,7 +1,7 @@
-From d058d0f1d8833d99e8a3d3b9bcc383db23b52671 Mon Sep 17 00:00:00 2001
+From 2db829d865bb6464ac15dbb4a58c9a675e296866 Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@intel.com>
 Date: Tue, 3 Jul 2018 13:59:09 +0100
-Subject: [PATCH 1/2] Make CPU family warnings fatal
+Subject: [PATCH] Make CPU family warnings fatal
 
 Upstream-Status: Inappropriate [OE specific]
 Signed-off-by: Ross Burton <ross.burton@intel.com>
@@ -34,6 +34,3 @@ index 2ccd31e..5fcf9df 100644
  
          endian = literal['endian']
          if endian not in ('little', 'big'):
--- 
-2.17.1
-
diff --git a/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch b/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
index e7ba40701f6..81548cdfb85 100644
--- a/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
+++ b/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch
@@ -1,7 +1,7 @@
-From ffab5c5046da29fc20b074d21f6de46520cee58c Mon Sep 17 00:00:00 2001
+From f8419d5f279f1fb9b5e7eead4f1579bce7cb0e4e Mon Sep 17 00:00:00 2001
 From: Peter Kjellerstedt <pkj@axis.com>
 Date: Thu, 26 Jul 2018 16:32:49 +0200
-Subject: [PATCH 2/2] Support building allarch recipes again
+Subject: [PATCH] Support building allarch recipes again
 
 This registers "allarch" as a known CPU family.
 
@@ -24,6 +24,3 @@ index 5fcf9df..b4fc0dc 100644
      'aarch64',
      'arc',
      'arm',
--- 
-2.17.1
-
diff --git a/meta/recipes-devtools/meson/meson_0.49.0.bb b/meta/recipes-devtools/meson/meson_0.49.2.bb
similarity index 100%
rename from meta/recipes-devtools/meson/meson_0.49.0.bb
rename to meta/recipes-devtools/meson/meson_0.49.2.bb
diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb
similarity index 100%
rename from meta/recipes-devtools/meson/nativesdk-meson_0.49.0.bb
rename to meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb
-- 
2.17.1



  parent reply	other threads:[~2019-02-19 17:47 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-19 17:46 [PATCH 01/20] libpipeline: update to 1.5.1 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 02/20] libmodulemd: update to 2.1.0 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 03/20] vala: upgrade 0.42.4 -> 0.42.5 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 04/20] epiphany: upgrade 3.30.2 -> 3.30.3 Alexander Kanavin
2019-02-19 17:46 ` [PATCH 05/20] libdnf: upgrade 0.24.1 -> 0.26.0 Alexander Kanavin
2019-02-19 17:46 ` Alexander Kanavin [this message]
2019-02-19 17:46 ` [PATCH 07/20] p11-kit: upgrade 0.23.14 -> 0.23.15 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 08/20] iso-codes: upgrade 4.1 -> 4.2 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 09/20] libcomps: upgrade 0.1.9 -> 0.1.10 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 10/20] lighttpd: upgrade 1.4.52 -> 1.4.53 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 11/20] createrepo-c: upgrade 0.12.0 -> 0.12.1 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 12/20] gcr: upgrade 3.28.0 -> 3.28.1 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 13/20] webkitgtk: upgrade 2.22.5 -> 2.22.6 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 14/20] librepo: upgrade 1.9.3 -> 1.9.4 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 15/20] btrfs-tools: upgrade 4.19.1 -> 4.20.1 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 16/20] dnf: upgrade 4.0.10 -> 4.1.0 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 17/20] libwebp: upgrade 1.0.1 -> 1.0.2 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 18/20] ca-certificates: upgrade 20180409 -> 20190110 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 19/20] ffmpeg: update to 4.1.1 Alexander Kanavin
2019-02-19 17:47 ` [PATCH 20/20] menu-cache: fix upstream version check Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190219174712.60694-6-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox