All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: Alexander Kanavin <alex.kanavin@gmail.com>,
	 Otavio Salvador <otavio.salvador@ossystems.com.br>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 10/61] cmake: update 3.19.5 -> 3.20.1
Date: Wed, 5 May 2021 11:34:55 -0700	[thread overview]
Message-ID: <CAMKF1sr=EyGjLS3U0VfujRXsmOGQzuLC56foz-TpFnWnRD5WVg@mail.gmail.com> (raw)
In-Reply-To: <20210505151850.660512-10-alex.kanavin@gmail.com>

before we remove it, lets hear a Review from Otavio and perhaps he has
better history with this patch

On Wed, May 5, 2021 at 8:19 AM Alexander Kanavin <alex.kanavin@gmail.com> wrote:
>
> Remove 0002-cmake-Prevent-the-detection-of-Qt5.patch
> (patch purpose and failing scenarios unclear; disabling
> is better done through configuration options which
> are available for all of these items).
>
> License-Update: copyright years
>
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
>  ...ative_3.19.5.bb => cmake-native_3.20.1.bb} |   0
>  meta/recipes-devtools/cmake/cmake.inc         |   5 +-
>  ...stem-use-oe-environment-vars-to-load.patch |   2 +-
>  ...2-cmake-Prevent-the-detection-of-Qt5.patch | 122 ------------------
>  .../{cmake_3.19.5.bb => cmake_3.20.1.bb}      |   0
>  5 files changed, 3 insertions(+), 126 deletions(-)
>  rename meta/recipes-devtools/cmake/{cmake-native_3.19.5.bb => cmake-native_3.20.1.bb} (100%)
>  delete mode 100644 meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
>  rename meta/recipes-devtools/cmake/{cmake_3.19.5.bb => cmake_3.20.1.bb} (100%)
>
> diff --git a/meta/recipes-devtools/cmake/cmake-native_3.19.5.bb b/meta/recipes-devtools/cmake/cmake-native_3.20.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/cmake/cmake-native_3.19.5.bb
> rename to meta/recipes-devtools/cmake/cmake-native_3.20.1.bb
> diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
> index e0f59a6c67..2e6059f980 100644
> --- a/meta/recipes-devtools/cmake/cmake.inc
> +++ b/meta/recipes-devtools/cmake/cmake.inc
> @@ -10,19 +10,18 @@ HOMEPAGE = "http://www.cmake.org/"
>  BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
>  SECTION = "console/utils"
>  LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://Copyright.txt;md5=c721f56fce89ba2eadc2fdd8ba1f4d83 \
> +LIC_FILES_CHKSUM = "file://Copyright.txt;md5=31023e1d3f51ca90a58f55bcee8e2339 \
>                      file://Source/cmake.h;beginline=1;endline=2;md5=a5f70e1fef8614734eae0d62b4f5891b \
>                      "
>
>  CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
>
>  SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
> -           file://0002-cmake-Prevent-the-detection-of-Qt5.patch \
>             file://0003-cmake-support-OpenEmbedded-Qt4-tool-binary-names.patch \
>             file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \
>  "
>
> -SRC_URI[sha256sum] = "c432296eb5dec6d71eae15d140f6297d63df44e9ffe3e453628d1dc8fc4201ce"
> +SRC_URI[sha256sum] = "3f1808b9b00281df06c91dd7a021d7f52f724101000da7985a401678dfe035b0"
>
>  UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
>
> diff --git a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
> index 8181510324..06e10bf861 100644
> --- a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
> +++ b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
> @@ -1,4 +1,4 @@
> -From 66d5b27dc37ef6243f6549e16d0285ba6c064a6e Mon Sep 17 00:00:00 2001
> +From ac9b8d316ff3e013bc9d3c063db99aa1f064ce6a Mon Sep 17 00:00:00 2001
>  From: Cody P Schafer <dev@codyps.com>
>  Date: Thu, 27 Apr 2017 11:35:05 -0400
>  Subject: [PATCH] CMakeDetermineSystem: use oe environment vars to load default
> diff --git a/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch b/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
> deleted file mode 100644
> index 33db07ccf0..0000000000
> --- a/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
> +++ /dev/null
> @@ -1,122 +0,0 @@
> -From 98abade8cc119e076e4c5f1461c5188f6d49c1d8 Mon Sep 17 00:00:00 2001
> -From: Otavio Salvador <otavio@ossystems.com.br>
> -Date: Wed, 17 Jan 2018 10:02:14 -0200
> -Subject: [PATCH] cmake: Prevent the detection of Qt5
> -
> -Organization: O.S. Systems Software LTDA.
> -
> -CMake doesn't have dependency on qt4/qt5, so these tests usually fail
> -but still can cause undeterministic results or build failures (when
> -OE_QMAKE_PATH_EXTERNAL_HOST_BINS is undefined or native qmake removed
> -while running the test in cmake)
> -
> -Upstream-Status: Inappropriate [configuration]
> -
> -Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> -
> ----
> - Source/QtDialog/CMakeLists.txt                     | 2 +-
> - Tests/CMakeLists.txt                               | 2 +-
> - Tests/Qt4And5Automoc/CMakeLists.txt                | 4 ++--
> - Tests/QtAutogen/AutogenGuiTest.cmake               | 3 +--
> - Tests/QtAutogen/MacOsFW/CMakeLists.txt             | 2 +-
> - Tests/RunCMake/CMakeLists.txt                      | 2 +-
> - Tests/RunCMake/IncompatibleQt/IncompatibleQt.cmake | 2 +-
> - 7 files changed, 8 insertions(+), 9 deletions(-)
> -
> -diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
> -index 452a303..d0a9fb4 100644
> ---- a/Source/QtDialog/CMakeLists.txt
> -+++ b/Source/QtDialog/CMakeLists.txt
> -@@ -3,7 +3,7 @@
> -
> - project(QtDialog)
> - CMake_OPTIONAL_COMPONENT(cmake-gui)
> --find_package(Qt5Widgets REQUIRED)
> -+#find_package(Qt5Widgets REQUIRED)
> -
> - set(CMake_QT_EXTRA_LIBRARIES)
> -
> -diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
> -index 1fb47cb..e022229 100644
> ---- a/Tests/CMakeLists.txt
> -+++ b/Tests/CMakeLists.txt
> -@@ -251,7 +251,7 @@ if(BUILD_TESTING)
> -     set(CMake_TEST_Qt5 1)
> -   endif()
> -   if(CMake_TEST_Qt5)
> --    find_package(Qt5Widgets QUIET NO_MODULE)
> -+    #find_package(Qt5Widgets QUIET NO_MODULE)
> -   endif()
> -
> -   if(NOT CMake_TEST_EXTERNAL_CMAKE)
> -diff --git a/Tests/Qt4And5Automoc/CMakeLists.txt b/Tests/Qt4And5Automoc/CMakeLists.txt
> -index ad74961..a9dd74b 100644
> ---- a/Tests/Qt4And5Automoc/CMakeLists.txt
> -+++ b/Tests/Qt4And5Automoc/CMakeLists.txt
> -@@ -3,11 +3,11 @@ cmake_minimum_required(VERSION 2.8.12)
> - project(Qt4And5Automoc)
> -
> - if (QT_REVERSE_FIND_ORDER)
> --  find_package(Qt5Core REQUIRED)
> -+  #find_package(Qt5Core REQUIRED)
> -   find_package(Qt4 REQUIRED)
> - else()
> -   find_package(Qt4 REQUIRED)
> --  find_package(Qt5Core REQUIRED)
> -+  #find_package(Qt5Core REQUIRED)
> - endif()
> -
> - set(CMAKE_AUTOMOC ON)
> -diff --git a/Tests/QtAutogen/AutogenGuiTest.cmake b/Tests/QtAutogen/AutogenGuiTest.cmake
> -index b76d341..a6e0acb 100644
> ---- a/Tests/QtAutogen/AutogenGuiTest.cmake
> -+++ b/Tests/QtAutogen/AutogenGuiTest.cmake
> -@@ -22,8 +22,7 @@ if (QT_TEST_VERSION EQUAL 4)
> -   endmacro()
> -
> - elseif(QT_TEST_VERSION EQUAL 5)
> --
> --  find_package(Qt5Widgets REQUIRED)
> -+  #find_package(Qt5Widgets REQUIRED)
> -
> -   set(QT_QTCORE_TARGET Qt5::Core)
> -   set(QT_LIBRARIES Qt5::Widgets)
> -diff --git a/Tests/QtAutogen/MacOsFW/CMakeLists.txt b/Tests/QtAutogen/MacOsFW/CMakeLists.txt
> -index c08efc4..87e25d9 100644
> ---- a/Tests/QtAutogen/MacOsFW/CMakeLists.txt
> -+++ b/Tests/QtAutogen/MacOsFW/CMakeLists.txt
> -@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
> - project(MacOsFW)
> - include("../AutogenGuiTest.cmake")
> -
> --find_package(Qt5Test REQUIRED)
> -+#find_package(Qt5Test REQUIRED)
> -
> - set(CMAKE_CXX_STANDARD 11)
> - set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/output/bin)
> -diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
> -index 370dd76..6bacbff 100644
> ---- a/Tests/RunCMake/CMakeLists.txt
> -+++ b/Tests/RunCMake/CMakeLists.txt
> -@@ -473,7 +473,7 @@ if(NOT WIN32)
> - endif ()
> -
> - find_package(Qt4 QUIET)
> --find_package(Qt5Core QUIET)
> -+#find_package(Qt5Core QUIET)
> - if (QT4_FOUND AND Qt5Core_FOUND AND NOT Qt5Core_VERSION VERSION_LESS 5.1.0)
> -   add_RunCMake_test(IncompatibleQt)
> - endif()
> -diff --git a/Tests/RunCMake/IncompatibleQt/IncompatibleQt.cmake b/Tests/RunCMake/IncompatibleQt/IncompatibleQt.cmake
> -index 4fccdc4..b76e1e5 100644
> ---- a/Tests/RunCMake/IncompatibleQt/IncompatibleQt.cmake
> -+++ b/Tests/RunCMake/IncompatibleQt/IncompatibleQt.cmake
> -@@ -1,6 +1,6 @@
> -
> - find_package(Qt4 REQUIRED)
> --find_package(Qt5Core REQUIRED)
> -+#find_package(Qt5Core REQUIRED)
> -
> - add_executable(mainexe main.cpp)
> - target_link_libraries(mainexe Qt4::QtCore Qt5::Core)
> diff --git a/meta/recipes-devtools/cmake/cmake_3.19.5.bb b/meta/recipes-devtools/cmake/cmake_3.20.1.bb
> similarity index 100%
> rename from meta/recipes-devtools/cmake/cmake_3.19.5.bb
> rename to meta/recipes-devtools/cmake/cmake_3.20.1.bb
> --
> 2.31.1
>
>
> 
>

  reply	other threads:[~2021-05-05 18:35 UTC|newest]

Thread overview: 107+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-05 15:17 [PATCH 01/61] boost: correct upstream version check Alexander Kanavin
2021-05-05 15:17 ` [PATCH 02/61] go: " Alexander Kanavin
2021-05-05 19:33   ` [OE-core] " Khem Raj
2021-05-10 10:36     ` Alexander Kanavin
2021-05-05 15:17 ` [PATCH 03/61] vte: use tarballs again Alexander Kanavin
2021-05-05 15:17 ` [PATCH 04/61] gdk-pixbuf: update 2.40.0 -> 2.42.6 Alexander Kanavin
2021-05-06 14:55   ` [OE-core] " Khem Raj
2021-05-06 18:49     ` Alexander Kanavin
2021-05-06 19:45       ` Khem Raj
2021-05-05 15:17 ` [PATCH 05/61] u-boot: upgrade 2021.01 -> 2021.04 Alexander Kanavin
2021-05-05 15:17 ` [PATCH 06/61] expat: upgrade 2.2.10 -> 2.3.0 Alexander Kanavin
2021-05-05 22:32   ` [OE-core] " Richard Purdie
2021-05-05 22:36     ` Alexander Kanavin
     [not found]     ` <167C4C9FDBAB97AF.3326@lists.openembedded.org>
2021-05-06 12:03       ` Alexander Kanavin
2021-05-05 15:17 ` [PATCH 07/61] glib-2.0: update 2.68.0 -> 2.68.1 Alexander Kanavin
2021-05-05 15:17 ` [PATCH 08/61] gnu-config: update to latest revision Alexander Kanavin
2021-05-05 15:17 ` [PATCH 09/61] dpkg: update 1.20.7.1 -> 1.20.9 Alexander Kanavin
2021-05-05 15:17 ` [PATCH 10/61] cmake: update 3.19.5 -> 3.20.1 Alexander Kanavin
2021-05-05 18:34   ` Khem Raj [this message]
2021-05-05 20:51     ` [OE-core] " Otavio Salvador
2021-05-05 22:21       ` Martin Jansa
2021-05-05 22:40         ` Khem Raj
2021-05-05 15:18 ` [PATCH 11/61] meson: update 0.57.1 -> 0.57.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 12/61] systemd: backport a patch to avoid unnecessary rsync dependency with latest meson Alexander Kanavin
2021-05-05 17:58   ` [OE-core] " Khem Raj
2021-05-05 15:18 ` [PATCH 13/61] pulseaudio: unbreak build " Alexander Kanavin
2021-05-05 15:18 ` [PATCH 14/61] libdnf: upgrade 0.58.0 -> 0.62.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 15/61] bluez5: upgrade 5.56 -> 5.58 Alexander Kanavin
2021-05-05 18:28   ` [OE-core] " Khem Raj
2021-05-05 15:18 ` [PATCH 16/61] libxkbcommon: update 1.0.3 -> 1.2.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 17/61] libgudev: update 234 -> 236 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 18/61] puzzes: update to latest revision Alexander Kanavin
2021-05-05 15:18 ` [PATCH 19/61] vulkan-samples: " Alexander Kanavin
2021-05-05 15:18 ` [PATCH 20/61] gnupg: upgrade 2.2.27 -> 2.3.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 21/61] virglrenderer: update 0.8.2 -> 0.9.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 22/61] ffmpeg: update 4.3.2 -> 4.4 Alexander Kanavin
2021-05-05 18:25   ` [OE-core] " Khem Raj
2021-05-10 12:48     ` Alexander Kanavin
2021-05-10 13:26       ` Trevor Gamblin
2021-05-05 15:18 ` [PATCH 23/61] powertop: update 2.13 -> 2.14 Alexander Kanavin
2021-05-05 18:13   ` [OE-core] " Khem Raj
2021-05-05 18:52     ` Alexander Kanavin
2021-05-05 19:43       ` Khem Raj
2021-05-05 19:49         ` Alexander Kanavin
2021-05-05 21:26           ` Khem Raj
2021-05-05 21:54             ` Alexander Kanavin
2021-05-05 22:02               ` Khem Raj
2021-05-05 22:21                 ` Alexander Kanavin
2021-05-05 22:48                   ` Khem Raj
2021-05-05 15:18 ` [PATCH 24/61] webkitgtk: update 2.30.6 -> 2.32.0 Alexander Kanavin
2021-05-12 22:36   ` [OE-core] " Martin Jansa
2021-05-12 23:02     ` Khem Raj
2021-05-05 15:18 ` [PATCH 25/61] acl: upgrade 2.2.53 -> 2.3.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 26/61] bind: upgrade 9.16.12 -> 9.16.13 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 27/61] bison: upgrade 3.7.5 -> 3.7.6 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 28/61] createrepo-c: upgrade 0.17.0 -> 0.17.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 29/61] cronie: upgrade 1.5.5 -> 1.5.7 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 30/61] dnf: upgrade 4.6.0 -> 4.7.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 31/61] e2fsprogs: upgrade 1.46.1 -> 1.46.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 32/61] gnu-efi: upgrade 3.0.12 -> 3.0.13 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 33/61] systemd-boot: backport a fix to address failures with new gnu-efi Alexander Kanavin
2021-05-05 15:18 ` [PATCH 34/61] gobject-introspection: upgrade 1.66.1 -> 1.68.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 35/61] gtk+3: upgrade 3.24.25 -> 3.24.28 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 36/61] harfbuzz: upgrade 2.7.4 -> 2.8.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 37/61] less: upgrade 563 -> 581 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 38/61] libfm: upgrade 1.3.1 -> 1.3.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 39/61] libinput: upgrade 1.16.4 -> 1.17.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 40/61] libwpe: upgrade 1.8.0 -> 1.10.0 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 41/61] libxres: upgrade 1.2.0 -> 1.2.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 42/61] linux-firmware: upgrade 20210208 -> 20210315 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 43/61] pango: upgrade 1.48.2 -> 1.48.4 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 44/61] piglit: upgrade to latest revision Alexander Kanavin
2021-05-05 15:18 ` [PATCH 45/61] pkgconf: upgrade 1.7.3 -> 1.7.4 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 46/61] python3-hypothesis: upgrade 6.2.0 -> 6.9.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 47/61] python3-importlib-metadata: upgrade 3.4.0 -> 3.10.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 48/61] python3-pytest: upgrade 6.2.2 -> 6.2.3 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 49/61] python3-setuptools-scm: upgrade 5.0.1 -> 6.0.1 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 50/61] python3-setuptools: upgrade 54.1.1 -> 56.0.0 Alexander Kanavin
2021-05-05 18:07   ` [OE-core] " Khem Raj
2021-05-05 18:49     ` Alexander Kanavin
2021-05-05 15:18 ` [PATCH 51/61] stress-ng: upgrade 0.12.05 -> 0.12.06 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 52/61] vala: upgrade 0.50.4 -> 0.52.2 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 53/61] x264: upgrade to latest revision Alexander Kanavin
2021-05-05 15:18 ` [PATCH 54/61] xkbcomp: upgrade 1.4.4 -> 1.4.5 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 55/61] xorgproto: upgrade 2020.1 -> 2021.3 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 56/61] xserver-xorg: upgrade 1.20.10 -> 1.20.11 Alexander Kanavin
2021-05-05 15:18 ` [PATCH 57/61] python3: add markdown/smartypants/typogrify modules Alexander Kanavin
2021-05-05 15:39   ` [OE-core] " Konrad Weihmann
2021-05-05 17:51     ` Khem Raj
2021-05-05 19:03       ` Alexander Kanavin
2021-05-05 19:06         ` Konrad Weihmann
2021-05-05 19:11           ` Alexander Kanavin
2021-05-05 19:25             ` Konrad Weihmann
2021-05-05 20:10               ` Alexander Kanavin
2021-05-05 15:18 ` [PATCH 58/61] gi-docgen: add a recipe and class Alexander Kanavin
2021-05-05 18:05   ` [OE-core] " Khem Raj
2021-05-05 18:45     ` Alexander Kanavin
2021-05-05 21:09       ` Richard Purdie
2021-05-05 21:28         ` Khem Raj
2021-05-05 21:52           ` Richard Purdie
2021-05-05 22:07             ` Khem Raj
2021-05-05 22:15               ` Alexander Kanavin
2021-05-05 22:16               ` Richard Purdie
2021-05-05 22:55                 ` Khem Raj
2021-05-05 15:18 ` [PATCH 59/61] gdk-pixbuf/pango: replace gtk-doc with gi-docgen Alexander Kanavin
2021-05-05 15:18 ` [PATCH 60/61] Revert "oeqa: Set LD_LIBRARY_PATH when executing native commands" Alexander Kanavin
2021-05-05 15:18 ` [PATCH 61/61] diffoscope: add native libraries to LD_LIBRARY_PATH 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='CAMKF1sr=EyGjLS3U0VfujRXsmOGQzuLC56foz-TpFnWnRD5WVg@mail.gmail.com' \
    --to=raj.khem@gmail.com \
    --cc=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=otavio.salvador@ossystems.com.br \
    /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 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.