* [PATCH 01/80] spirv-tools: correctly set PV
@ 2020-11-02 16:47 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 02/80] spirv-tools: upgrade 2019.5 -> 2020.5 Alexander Kanavin
` (78 more replies)
0 siblings, 79 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../spir/{spirv-tools_git.bb => spirv-tools_2019.5.bb} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-graphics/spir/{spirv-tools_git.bb => spirv-tools_2019.5.bb} (100%)
diff --git a/meta/recipes-graphics/spir/spirv-tools_git.bb b/meta/recipes-graphics/spir/spirv-tools_2019.5.bb
similarity index 100%
rename from meta/recipes-graphics/spir/spirv-tools_git.bb
rename to meta/recipes-graphics/spir/spirv-tools_2019.5.bb
--
2.29.0
^ permalink raw reply [flat|nested] 89+ messages in thread
* [PATCH 02/80] spirv-tools: upgrade 2019.5 -> 2020.5
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 03/80] glslang: fix upstream version check Alexander Kanavin
` (77 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...0001-Avoid-pessimizing-std-move-3124.patch | 50 -------------------
...-tools_2019.5.bb => spirv-tools_2020.5.bb} | 5 +-
2 files changed, 2 insertions(+), 53 deletions(-)
delete mode 100644 meta/recipes-graphics/spir/files/0001-Avoid-pessimizing-std-move-3124.patch
rename meta/recipes-graphics/spir/{spirv-tools_2019.5.bb => spirv-tools_2020.5.bb} (89%)
diff --git a/meta/recipes-graphics/spir/files/0001-Avoid-pessimizing-std-move-3124.patch b/meta/recipes-graphics/spir/files/0001-Avoid-pessimizing-std-move-3124.patch
deleted file mode 100644
index 9b48cdcd09..0000000000
--- a/meta/recipes-graphics/spir/files/0001-Avoid-pessimizing-std-move-3124.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 4fffcd275b50d08b54b0411679ead98970651bad Mon Sep 17 00:00:00 2001
-From: David Neto <dneto@google.com>
-Date: Fri, 27 Dec 2019 12:05:58 -0500
-Subject: [PATCH] Avoid pessimizing std::move (#3124)
-
-Should fix a warning
-
-Upstream-Status: Backport [https://github.com/KhronosGroup/SPIRV-Tools/commit/8aa423930db37e37086665efcc55944d577c06e5]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- test/opt/pass_fixture.h | 9 +++------
- 1 file changed, 3 insertions(+), 6 deletions(-)
-
-diff --git a/test/opt/pass_fixture.h b/test/opt/pass_fixture.h
-index 53fb206f..64c089d8 100644
---- a/test/opt/pass_fixture.h
-+++ b/test/opt/pass_fixture.h
-@@ -60,8 +60,7 @@ class PassTest : public TestT {
- // from pass Process() function.
- std::tuple<std::vector<uint32_t>, Pass::Status> OptimizeToBinary(
- Pass* pass, const std::string& original, bool skip_nop) {
-- context_ =
-- std::move(BuildModule(env_, consumer_, original, assemble_options_));
-+ context_ = BuildModule(env_, consumer_, original, assemble_options_);
- EXPECT_NE(nullptr, context()) << "Assembling failed for shader:\n"
- << original << std::endl;
- if (!context()) {
-@@ -197,8 +196,7 @@ class PassTest : public TestT {
- // messages.
- template <typename PassT, typename... Args>
- void SinglePassRunAndFail(const std::string& original, Args&&... args) {
-- context_ =
-- std::move(BuildModule(env_, consumer_, original, assemble_options_));
-+ context_ = BuildModule(env_, consumer_, original, assemble_options_);
- EXPECT_NE(nullptr, context()) << "Assembling failed for shader:\n"
- << original << std::endl;
- std::ostringstream errs;
-@@ -235,8 +233,7 @@ class PassTest : public TestT {
- void RunAndCheck(const std::string& original, const std::string& expected) {
- assert(manager_->NumPasses());
-
-- context_ =
-- std::move(BuildModule(env_, nullptr, original, assemble_options_));
-+ context_ = BuildModule(env_, nullptr, original, assemble_options_);
- ASSERT_NE(nullptr, context());
-
- context()->set_preserve_bindings(OptimizerOptions()->preserve_bindings_);
---
-2.24.1
-
diff --git a/meta/recipes-graphics/spir/spirv-tools_2019.5.bb b/meta/recipes-graphics/spir/spirv-tools_2020.5.bb
similarity index 89%
rename from meta/recipes-graphics/spir/spirv-tools_2019.5.bb
rename to meta/recipes-graphics/spir/spirv-tools_2020.5.bb
index 0b54706974..5e42987240 100644
--- a/meta/recipes-graphics/spir/spirv-tools_2019.5.bb
+++ b/meta/recipes-graphics/spir/spirv-tools_2020.5.bb
@@ -14,10 +14,9 @@ SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;name=spirv-tools \
git://github.com/google/re2.git;name=re2;destsuffix=${DEST_DIR}/re2 \
git://github.com/google/googletest.git;name=googletest;destsuffix=${DEST_DIR}/googletest \
file://0001-Respect-CMAKE_INSTALL_LIBDIR-in-installed-CMake-file.patch;destsuffix=${DEST_DIR}/effcee \
- file://0001-Avoid-pessimizing-std-move-3124.patch \
"
-SRCREV_spirv-tools = "c413b982c316b14e784f50d941814fc737b55b4a"
-SRCREV_spirv-headers = "af64a9e826bf5bb5fcd2434dd71be1e41e922563"
+SRCREV_spirv-tools = "b27e039c68dd9eb959bb9249fcb2c9a54841474b"
+SRCREV_spirv-headers = "3fdabd0da2932c276b25b9b4a988ba134eba1aa6"
SRCREV_effcee = "cd25ec17e9382f99a895b9ef53ff3c277464d07d"
SRCREV_re2 = "5bd613749fd530b576b890283bfb6bc6ea6246cb"
SRCREV_googletest = "f2fb48c3b3d79a75a88a99fba6576b25d42ec528"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 03/80] glslang: fix upstream version check
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
2020-11-02 16:47 ` [PATCH 02/80] spirv-tools: upgrade 2019.5 -> 2020.5 Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 04/80] glslang: upgrade 8.13.3559 -> 8.13.3743 Alexander Kanavin
` (76 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-graphics/glslang/glslang_8.13.3559.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb b/meta/recipes-graphics/glslang/glslang_8.13.3559.bb
index 6d92513bd9..f4014f637b 100644
--- a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb
+++ b/meta/recipes-graphics/glslang/glslang_8.13.3559.bb
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
SRCREV = "8db9eccc0baf30c9d22c496ab28db0fe1e4e97c5"
SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
+UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
S = "${WORKDIR}/git"
inherit cmake python3native
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 04/80] glslang: upgrade 8.13.3559 -> 8.13.3743
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
2020-11-02 16:47 ` [PATCH 02/80] spirv-tools: upgrade 2019.5 -> 2020.5 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 03/80] glslang: fix upstream version check Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 05/80] glslang: bump to a newer commit Alexander Kanavin
` (75 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../glslang/{glslang_8.13.3559.bb => glslang_8.13.3743.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/glslang/{glslang_8.13.3559.bb => glslang_8.13.3743.bb} (93%)
diff --git a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
similarity index 93%
rename from meta/recipes-graphics/glslang/glslang_8.13.3559.bb
rename to meta/recipes-graphics/glslang/glslang_8.13.3743.bb
index f4014f637b..ddb90d89f2 100644
--- a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb
+++ b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
-SRCREV = "8db9eccc0baf30c9d22c496ab28db0fe1e4e97c5"
+SRCREV = "bcf6a2430e99e8fc24f9f266e99316905e6d5134"
SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
S = "${WORKDIR}/git"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 05/80] glslang: bump to a newer commit
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (2 preceding siblings ...)
2020-11-02 16:47 ` [PATCH 04/80] glslang: upgrade 8.13.3559 -> 8.13.3743 Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 06/80] shaderc: upgrade 2019.0 -> 2020.3 Alexander Kanavin
` (74 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
This is needed to support the latest release of shaderc.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-graphics/glslang/glslang_8.13.3743.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/glslang/glslang_8.13.3743.bb b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
index ddb90d89f2..2c4f4be5a2 100644
--- a/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
+++ b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
@@ -8,11 +8,13 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
-SRCREV = "bcf6a2430e99e8fc24f9f266e99316905e6d5134"
+SRCREV = "e05cc20ec20a154d94256c744a3837c23719c0f9"
SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
S = "${WORKDIR}/git"
+PV = "8.13.3743+git${SRCPV}"
+
inherit cmake python3native
BBCLASSEXTEND = "native nativesdk"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 06/80] shaderc: upgrade 2019.0 -> 2020.3
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (3 preceding siblings ...)
2020-11-02 16:47 ` [PATCH 05/80] glslang: bump to a newer commit Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 07/80] vulkan: update 1.2.135 -> 1.2.154 Alexander Kanavin
` (73 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Remove 0002-shaderc-2019.0-fix-build-against-new-glslang.patch
as issue fixed upstream.
Rebase 0001-Fix-the-link-order-of-libglslang-and-libHLSL.patch.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...link-order-of-libglslang-and-libHLSL.patch | 30 ++++----
...2019.0-fix-build-against-new-glslang.patch | 73 -------------------
.../{shaderc_2019.0.bb => shaderc_2020.3.bb} | 3 +-
3 files changed, 15 insertions(+), 91 deletions(-)
delete mode 100644 meta/recipes-graphics/shaderc/files/0002-shaderc-2019.0-fix-build-against-new-glslang.patch
rename meta/recipes-graphics/shaderc/{shaderc_2019.0.bb => shaderc_2020.3.bb} (90%)
diff --git a/meta/recipes-graphics/shaderc/files/0001-Fix-the-link-order-of-libglslang-and-libHLSL.patch b/meta/recipes-graphics/shaderc/files/0001-Fix-the-link-order-of-libglslang-and-libHLSL.patch
index 1ca84a29bb..7102e25bcf 100644
--- a/meta/recipes-graphics/shaderc/files/0001-Fix-the-link-order-of-libglslang-and-libHLSL.patch
+++ b/meta/recipes-graphics/shaderc/files/0001-Fix-the-link-order-of-libglslang-and-libHLSL.patch
@@ -1,7 +1,7 @@
-From 53f1f5c714df1f0a2eb57c1ce00bc66fc9a1690e Mon Sep 17 00:00:00 2001
+From 0b9468d4face34879214f500b15e810cdd1a81a1 Mon Sep 17 00:00:00 2001
From: Niklas Haas <git@haasn.xyz>
Date: Tue, 29 May 2018 07:34:00 +0200
-Subject: [PATCH 1/3] Fix the link order of libglslang and libHLSL
+Subject: [PATCH] Fix the link order of libglslang and libHLSL
libglslang depends on libHLSL, so the latter needs to be specified last.
This fixes an issue when trying to build shaderc against system-wide
@@ -13,29 +13,30 @@ Additionally, libshaderc_util also depends on SPIRV-Tools
Upstream-Status: Backport [21c8be385b3fab5edcb934a6d99f69fd389c4e67]
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
+
---
glslc/CMakeLists.txt | 2 +-
libshaderc_util/CMakeLists.txt | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/glslc/CMakeLists.txt b/glslc/CMakeLists.txt
-index acf6fb0..0f5d888 100644
+index 31664d1..35b3f19 100644
--- a/glslc/CMakeLists.txt
+++ b/glslc/CMakeLists.txt
-@@ -18,7 +18,7 @@ add_library(glslc STATIC
- shaderc_default_compile_options(glslc)
- target_include_directories(glslc PUBLIC ${glslang_SOURCE_DIR})
- target_link_libraries(glslc PRIVATE glslang OSDependent OGLCompiler
-- HLSL glslang SPIRV ${CMAKE_THREAD_LIBS_INIT})
-+ glslang SPIRV HLSL ${CMAKE_THREAD_LIBS_INIT})
- target_link_libraries(glslc PRIVATE shaderc_util shaderc)
+@@ -43,7 +43,7 @@ if (SHADERC_ENABLE_WGSL_OUTPUT)
+ endif(SHADERC_ENABLE_WGSL_OUTPUT)
- add_executable(glslc_exe src/main.cc)
+ target_link_libraries(glslc PRIVATE
+- glslang OSDependent OGLCompiler HLSL glslang SPIRV # Glslang libraries
++ glslang OSDependent OGLCompiler glslang SPIRV HLSL # Glslang libraries
+ $<$<BOOL:${SHADERC_ENABLE_WGSL_OUTPUT}>:libtint> # Tint libraries, optional
+ shaderc_util shaderc # internal Shaderc libraries
+ ${CMAKE_THREAD_LIBS_INIT})
diff --git a/libshaderc_util/CMakeLists.txt b/libshaderc_util/CMakeLists.txt
-index ec0e8fb..ded089d 100644
+index 48f9991..984cc06 100644
--- a/libshaderc_util/CMakeLists.txt
+++ b/libshaderc_util/CMakeLists.txt
-@@ -28,8 +28,8 @@ target_include_directories(shaderc_util
+@@ -46,8 +46,8 @@ add_definitions(-DENABLE_HLSL)
find_package(Threads)
target_link_libraries(shaderc_util PRIVATE
@@ -46,6 +47,3 @@ index ec0e8fb..ded089d 100644
shaderc_add_tests(
TEST_PREFIX shaderc_util
---
-2.28.0
-
diff --git a/meta/recipes-graphics/shaderc/files/0002-shaderc-2019.0-fix-build-against-new-glslang.patch b/meta/recipes-graphics/shaderc/files/0002-shaderc-2019.0-fix-build-against-new-glslang.patch
deleted file mode 100644
index b31b88de48..0000000000
--- a/meta/recipes-graphics/shaderc/files/0002-shaderc-2019.0-fix-build-against-new-glslang.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-From 44e99802fa16bb5b53b5e80c2c84f305802d494d Mon Sep 17 00:00:00 2001
-From: Jose Quaresma <quaresma.jose@gmail.com>
-Date: Tue, 13 Oct 2020 15:20:11 +0100
-Subject: [PATCH 2/3] shaderc-2019.0: fix build against new glslang
-
-posted to the arch package repository by: svenstaro@gmail.com
-https://github.com/archlinux/svntogit-packages/commit/72283b634a0bd7c8d99cc605e273fe1294b77b44
-
-Upstream-Status: Pending
-
-Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
----
- libshaderc/src/shaderc.cc | 2 +-
- libshaderc_util/src/compiler.cc | 10 +---------
- 2 files changed, 2 insertions(+), 10 deletions(-)
-
-diff --git a/libshaderc/src/shaderc.cc b/libshaderc/src/shaderc.cc
-index 3c3c3de..b5fc6cb 100644
---- a/libshaderc/src/shaderc.cc
-+++ b/libshaderc/src/shaderc.cc
-@@ -20,7 +20,7 @@
- #include <sstream>
- #include <vector>
-
--#include "SPIRV/spirv.hpp"
-+#include "glslang/SPIRV/spirv.hpp"
-
- #include "libshaderc_util/compiler.h"
- #include "libshaderc_util/counting_includer.h"
-diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc
-index ef7867f..acc172b 100644
---- a/libshaderc_util/src/compiler.cc
-+++ b/libshaderc_util/src/compiler.cc
-@@ -26,7 +26,7 @@
- #include "libshaderc_util/string_piece.h"
- #include "libshaderc_util/version_profile.h"
-
--#include "SPIRV/GlslangToSpv.h"
-+#include "glslang/SPIRV/GlslangToSpv.h"
-
- namespace {
- using shaderc_util::string_piece;
-@@ -291,17 +291,12 @@ std::tuple<bool, std::vector<uint32_t>, size_t> Compiler::Compile(
- bases[static_cast<int>(UniformKind::StorageBuffer)]);
- shader.setShiftUavBinding(
- bases[static_cast<int>(UniformKind::UnorderedAccessView)]);
-- shader.setHlslIoMapping(hlsl_iomap_);
- shader.setResourceSetBinding(
- hlsl_explicit_bindings_[static_cast<int>(used_shader_stage)]);
- shader.setEnvClient(target_client_info.client,
- target_client_info.client_version);
- shader.setEnvTarget(target_client_info.target_language,
- target_client_info.target_language_version);
-- if (hlsl_functionality1_enabled_) {
-- shader.setEnvTargetHlslFunctionality1();
-- }
--
- const EShMessages rules = GetMessageRules(target_env_, source_language_,
- hlsl_offsets_,
- generate_debug_info_);
-@@ -478,9 +473,6 @@ std::tuple<bool, std::string, std::string> Compiler::PreprocessShader(
- }
- shader.setEnvClient(target_client_info.client,
- target_client_info.client_version);
-- if (hlsl_functionality1_enabled_) {
-- shader.setEnvTargetHlslFunctionality1();
-- }
-
- // The preprocessor might be sensitive to the target environment.
- // So combine the existing rules with the just-give-me-preprocessor-output
---
-2.28.0
-
diff --git a/meta/recipes-graphics/shaderc/shaderc_2019.0.bb b/meta/recipes-graphics/shaderc/shaderc_2020.3.bb
similarity index 90%
rename from meta/recipes-graphics/shaderc/shaderc_2019.0.bb
rename to meta/recipes-graphics/shaderc/shaderc_2020.3.bb
index 3bd9c61a55..f5edf53caf 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2019.0.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2020.3.bb
@@ -6,10 +6,9 @@ HOMEPAGE = "https://github.com/google/shaderc"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "34c412f21f945f4ef6ed4453f8b5dc4bb9d739e4"
+SRCREV = "1fce59794079f90ceb091190adbbb5499acd4e95"
SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
file://0001-Fix-the-link-order-of-libglslang-and-libHLSL.patch \
- file://0002-shaderc-2019.0-fix-build-against-new-glslang.patch \
file://0003-cmake-de-vendor-libs-and-disable-git-versioning.patch \
"
S = "${WORKDIR}/git"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 07/80] vulkan: update 1.2.135 -> 1.2.154
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (4 preceding siblings ...)
2020-11-02 16:47 ` [PATCH 06/80] shaderc: upgrade 2019.0 -> 2020.3 Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 08/80] vulkan-samples: replace vulkan-demos Alexander Kanavin
` (72 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
| 3 +--
...{vulkan-loader_1.2.135.0.bb => vulkan-loader_1.2.154.1.bb} | 4 ++--
.../{vulkan-tools_1.2.135.0.bb => vulkan-tools_1.2.154.0.bb} | 4 ++--
3 files changed, 5 insertions(+), 6 deletions(-)
rename meta/recipes-graphics/vulkan/{vulkan-headers_1.2.135.0.bb => vulkan-headers_1.2.154.0.bb} (77%)
rename meta/recipes-graphics/vulkan/{vulkan-loader_1.2.135.0.bb => vulkan-loader_1.2.154.1.bb} (95%)
rename meta/recipes-graphics/vulkan/{vulkan-tools_1.2.135.0.bb => vulkan-tools_1.2.154.0.bb} (94%)
diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.135.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.154.0.bb
similarity index 77%
rename from meta/recipes-graphics/vulkan/vulkan-headers_1.2.135.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-headers_1.2.154.0.bb
index d21c3d62b9..0e4d260960 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.135.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.154.0.bb
@@ -5,10 +5,9 @@ SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
-# was sdk-1.2.135 branch but it was removed upstream, commit is in master branch though
SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=master"
-SRCREV = "fb7f9c9bcd1d1544ea203a1f3d4253d0e90c5a90"
+SRCREV = "7f9879b1b1fab53f719a9ed5e6e29533b10972b2"
S = "${WORKDIR}/git"
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.135.0.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.154.1.bb
similarity index 95%
rename from meta/recipes-graphics/vulkan/vulkan-loader_1.2.135.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-loader_1.2.154.1.bb
index 8bab58f0b9..23bf59f8a6 100644
--- a/meta/recipes-graphics/vulkan/vulkan-loader_1.2.135.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.2.154.1.bb
@@ -9,8 +9,8 @@ SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.2.135"
-SRCREV = "86429d9e7f3542e88fb98ffa7d8a82c10c9828ac"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.2.154"
+SRCREV = "2aa801755eab3fab610d9676c4dd94054e30c854"
S = "${WORKDIR}/git"
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.135.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.2.154.0.bb
similarity index 94%
rename from meta/recipes-graphics/vulkan/vulkan-tools_1.2.135.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-tools_1.2.154.0.bb
index 085c0e27e9..0fc3494eea 100644
--- a/meta/recipes-graphics/vulkan/vulkan-tools_1.2.135.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.2.154.0.bb
@@ -5,8 +5,8 @@ SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.2.135"
-SRCREV = "6d8197fd6c91d352a601587ffdde28f4cd7bc399"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.2.154"
+SRCREV = "10d757bb1072416ddfbe4c24b43d4cd2f808a5c7"
S = "${WORKDIR}/git"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 08/80] vulkan-samples: replace vulkan-demos
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (5 preceding siblings ...)
2020-11-02 16:47 ` [PATCH 07/80] vulkan: update 1.2.135 -> 1.2.154 Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 09/80] piglit: upgrade to latest revision Alexander Kanavin
` (71 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
vulkan-samples is the official collection, and vulkan-demos
author has stated that he will be mostly contributing there:
https://github.com/SaschaWillems/Vulkan#Khronossamples
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/conf/distro/include/maintainers.inc | 2 +-
...emos-with-questionably-licensed-data.patch | 98 -------------------
.../vulkan/vulkan-demos_git.bb | 44 ---------
...o-not-hardcode-lib-as-installation-t.patch | 29 ++++++
.../vulkan/vulkan-samples_git.bb | 19 ++++
5 files changed, 49 insertions(+), 143 deletions(-)
delete mode 100644 meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch
delete mode 100644 meta/recipes-graphics/vulkan/vulkan-demos_git.bb
create mode 100644 meta/recipes-graphics/vulkan/vulkan-samples/0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch
create mode 100644 meta/recipes-graphics/vulkan/vulkan-samples_git.bb
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 0f86b89d35..3df5a0434a 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -712,9 +712,9 @@ RECIPE_MAINTAINER_pn-vim-tiny = "Tom Rini <trini@konsulko.com>"
RECIPE_MAINTAINER_pn-virglrenderer = "Alexander Kanavin <alex.kanavin@gmail.com>"
RECIPE_MAINTAINER_pn-volatile-binds = "Chen Qi <Qi.Chen@windriver.com>"
RECIPE_MAINTAINER_pn-vte = "Anuj Mittal <anuj.mittal@intel.com>"
-RECIPE_MAINTAINER_pn-vulkan-demos = "Ross Burton <ross.burton@arm.com>"
RECIPE_MAINTAINER_pn-vulkan-headers = "Anuj Mittal <anuj.mittal@intel.com>"
RECIPE_MAINTAINER_pn-vulkan-loader = "Anuj Mittal <anuj.mittal@intel.com>"
+RECIPE_MAINTAINER_pn-vulkan-samples = "Ross Burton <ross.burton@arm.com>"
RECIPE_MAINTAINER_pn-vulkan-tools = "Anuj Mittal <anuj.mittal@intel.com>"
RECIPE_MAINTAINER_pn-waffle = "Ross Burton <ross.burton@arm.com>"
RECIPE_MAINTAINER_pn-watchdog = "Alexander Kanavin <alex.kanavin@gmail.com>"
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch b/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch
deleted file mode 100644
index 153e662733..0000000000
--- a/meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch
+++ /dev/null
@@ -1,98 +0,0 @@
-From 663d51cd31fd98411e25f37aaf52b591d9639bf5 Mon Sep 17 00:00:00 2001
-From: "Maxin B. John" <maxin.john@intel.com>
-Date: Mon, 30 Jul 2018 17:23:29 +0300
-Subject: [PATCH] Don't build demos with questionably licensed data
-
-Some of the models don't have open source compatible licenses:
-don't build demos using those. Also don't build demos that need
-resources that are not included.
-
-ssao:
-scenerendering:
- Sibenik model, no license found
-
-deferred:
-deferredmultisampling:
-deferredshadows:
- armor model, CC-BY-3.0
-
-vulkanscene:
-imgui:
-shadowmapping:
- vulkanscene model, no license found
-
-indirectdraw:
- plant model, no license found
-
-hdr:
-pbribl:
-pbrtexture:
- Require external Vulkan Asset Pack
-
-Upstream-Status: Inappropriate [configuration]
-
-Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
-Signed-off-by: Maxin B. John <maxin.john@intel.com>
----
- examples/CMakeLists.txt | 14 --------------
- 1 file changed, 14 deletions(-)
-
-diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
-index a53c834..71a12e7 100644
---- a/examples/CMakeLists.txt
-+++ b/examples/CMakeLists.txt
-@@ -55,9 +55,6 @@ set(EXAMPLES
- conditionalrender
- conservativeraster
- debugmarker
-- deferred
-- deferredmultisampling
-- deferredshadows
- descriptorsets
- displacement
- distancefieldfonts
-@@ -65,9 +62,6 @@ set(EXAMPLES
- gears
- geometryshader
- gltfscene
-- hdr
-- imgui
-- indirectdraw
- inlineuniformblocks
- inputattachments
- instancing
-@@ -83,23 +77,16 @@ set(EXAMPLES
- parallaxmapping
- particlefire
- pbrbasic
-- pbribl
-- pbrtexture
- pipelines
- pipelinestatistics
- pushconstants
- pushdescriptors
- radialblur
- renderheadless
-- scenerendering
- screenshot
-- shadowmapping
-- shadowmappingomni
-- shadowmappingcascade
- skeletalanimation
- specializationconstants
- sphericalenvmapping
-- ssao
- stencilbuffer
- subpasses
- terraintessellation
-@@ -113,7 +100,6 @@ set(EXAMPLES
- texturesparseresidency
- triangle
- viewportarray
-- vulkanscene
- )
-
- buildExamples()
---
-2.17.1
-
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
deleted file mode 100644
index 4175a56157..0000000000
--- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb
+++ /dev/null
@@ -1,44 +0,0 @@
-DESCRIPTION = "Collection of Vulkan examples"
-LICENSE = "MIT"
-DEPENDS = "zlib"
-
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=dcf473723faabf17baa9b5f2207599d0 \
- file://examples/triangle/triangle.cpp;endline=12;md5=bccd1bf9cadd9e10086cf7872157e4fa"
-
-SRCREV_glm = "1ad55c5016339b83b7eec98c31007e0aee57d2bf"
-SRCREV_ktx = "726d14d02c95bb21ec9e43807751b491d295dd3c"
-
-SRC_URI = "git://github.com/SaschaWillems/Vulkan.git \
- git://github.com/g-truc/glm;destsuffix=git/external/glm;name=glm \
- git://github.com/KhronosGroup/KTX-Software;destsuffix=git/external/ktx;name=ktx;lfs=0 \
- file://0001-Don-t-build-demos-with-questionably-licensed-data.patch \
- "
-UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "4818f85916bf88c1ca8c2ed1a46e0e758651489e"
-UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
-S = "${WORKDIR}/git"
-
-REQUIRED_DISTRO_FEATURES = 'vulkan'
-
-inherit cmake features_check
-DEPENDS = "vulkan-loader assimp wayland-protocols wayland-native"
-
-do_install_append () {
- # Remove assets that have uncertain licenses
- rm ${D}${datadir}/vulkan-demos/models/armor/* \
- ${D}${datadir}/vulkan-demos/models/sibenik/* \
- ${D}${datadir}/vulkan-demos/models/vulkanscene* \
- ${D}${datadir}/vulkan-demos/models/plants.dae \
- ${D}${datadir}/vulkan-demos/textures/texturearray_plants*
-
- mv ${D}${bindir}/screenshot ${D}${bindir}/vulkan-screenshot
-}
-
-EXTRA_OECMAKE = "-DRESOURCE_INSTALL_DIR=${datadir}/vulkan-demos"
-
-ANY_OF_DISTRO_FEATURES = "x11 wayland"
-
-# Can only pick one of [wayland,xcb]
-PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', 'xcb', d)}"
-PACKAGECONFIG[wayland] = "-DUSE_WAYLAND_WSI=ON, -DUSE_WAYLAND_WSI=OFF, wayland"
-PACKAGECONFIG[xcb] = ",,libxcb"
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples/0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch b/meta/recipes-graphics/vulkan/vulkan-samples/0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch
new file mode 100644
index 0000000000..90fe277a41
--- /dev/null
+++ b/meta/recipes-graphics/vulkan/vulkan-samples/0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch
@@ -0,0 +1,29 @@
+From 5fb216d35b6846074196e80421f3162df3b9c8cd Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex.kanavin@gmail.com>
+Date: Sun, 1 Nov 2020 23:19:22 +0000
+Subject: [PATCH] CMakeLists.txt: do not hardcode 'lib' as installation target
+
+Upstream-Status: Inappropriate [already fixed in newer versions]
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index e00f8c77..f9896eed 100644
+--- a/third_party/spirv-cross/CMakeLists.txt
++++ b/third_party/spirv-cross/CMakeLists.txt
+@@ -67,8 +67,8 @@ macro(spirv_cross_add_library name config_name)
+ install(TARGETS ${name}
+ EXPORT ${config_name}Config
+ RUNTIME DESTINATION bin
+- LIBRARY DESTINATION lib
+- ARCHIVE DESTINATION lib
++ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
++ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
+ PUBLIC_HEADER DESTINATION include/spirv_cross)
+ install(FILES ${hdrs} DESTINATION include/spirv_cross)
+ install(EXPORT ${config_name}Config DESTINATION share/${config_name}/cmake)
+--
+2.17.1
+
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
new file mode 100644
index 0000000000..241a313a7b
--- /dev/null
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "The Vulkan Samples is collection of resources to help develop optimized Vulkan applications."
+LICENSE = "Apache-2.0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a"
+
+SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \
+ file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \
+ "
+UPSTREAM_CHECK_COMMITS = "1"
+SRCREV = "f52361d3cd6ac8c30fc3365a464b4e220c32cfd6"
+
+UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
+S = "${WORKDIR}/git"
+
+REQUIRED_DISTRO_FEATURES = 'vulkan'
+
+inherit cmake features_check
+
+FILES_${PN} += "${datadir}"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 09/80] piglit: upgrade to latest revision
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (6 preceding siblings ...)
2020-11-02 16:47 ` [PATCH 08/80] vulkan-samples: replace vulkan-demos Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 10/80] acpica: upgrade 20200717 -> 20200925 Alexander Kanavin
` (70 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Un-break musl builds with 0001-Add-a-missing-include-for-htobe32-definition.patch.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...ssing-include-for-htobe32-definition.patch | 27 +++++++++++++++++++
meta/recipes-graphics/piglit/piglit_git.bb | 3 ++-
2 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 meta/recipes-graphics/piglit/piglit/0001-Add-a-missing-include-for-htobe32-definition.patch
diff --git a/meta/recipes-graphics/piglit/piglit/0001-Add-a-missing-include-for-htobe32-definition.patch b/meta/recipes-graphics/piglit/piglit/0001-Add-a-missing-include-for-htobe32-definition.patch
new file mode 100644
index 0000000000..caa48e088d
--- /dev/null
+++ b/meta/recipes-graphics/piglit/piglit/0001-Add-a-missing-include-for-htobe32-definition.patch
@@ -0,0 +1,27 @@
+From d623e9797b7ee9b3739a8a4afe1a01f7e03754aa Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex.kanavin@gmail.com>
+Date: Sun, 1 Nov 2020 20:08:49 +0000
+Subject: [PATCH] Add a missing include for htobe32 definition
+
+Upstream-Status: Pending
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ tests/spec/nv_copy_depth_to_color/nv_copy_depth_to_color.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/tests/spec/nv_copy_depth_to_color/nv_copy_depth_to_color.c b/tests/spec/nv_copy_depth_to_color/nv_copy_depth_to_color.c
+index 5f45e0c23..c755ee29a 100644
+--- a/tests/spec/nv_copy_depth_to_color/nv_copy_depth_to_color.c
++++ b/tests/spec/nv_copy_depth_to_color/nv_copy_depth_to_color.c
+@@ -34,6 +34,8 @@
+
+ #include "piglit-util-gl.h"
+
++#include <endian.h>
++
+ #define IMAGE_WIDTH 60
+ #define IMAGE_HEIGHT 60
+
+--
+2.17.1
+
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index d35117a4f9..a9d1d39dfe 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -7,10 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0"
SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https \
file://0001-cmake-install-bash-completions-in-the-right-place.patch \
file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \
+ file://0001-Add-a-missing-include-for-htobe32-definition.patch \
"
UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "2a6a8f954dcd3f748055f28e019d2eca64635332"
+SRCREV = "59e695c16fdcdd4ea4f16365f0e397a93cef7b80"
# (when PV goes above 1.0 remove the trailing r)
PV = "1.0+gitr${SRCPV}"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 10/80] acpica: upgrade 20200717 -> 20200925
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (7 preceding siblings ...)
2020-11-02 16:47 ` [PATCH 09/80] piglit: upgrade to latest revision Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 11/80] adwaita-icon-theme: upgrade 3.36.1 -> 3.38.0 Alexander Kanavin
` (69 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../acpica/{acpica_20200717.bb => acpica_20200925.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/acpica/{acpica_20200717.bb => acpica_20200925.bb} (94%)
diff --git a/meta/recipes-extended/acpica/acpica_20200717.bb b/meta/recipes-extended/acpica/acpica_20200925.bb
similarity index 94%
rename from meta/recipes-extended/acpica/acpica_20200717.bb
rename to meta/recipes-extended/acpica/acpica_20200925.bb
index d1d06c0c24..a6d8d67270 100644
--- a/meta/recipes-extended/acpica/acpica_20200717.bb
+++ b/meta/recipes-extended/acpica/acpica_20200925.bb
@@ -17,7 +17,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
DEPENDS = "m4-native flex-native bison-native"
SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix-${PV}.tar.gz"
-SRC_URI[sha256sum] = "cb99903ef240732f395af40c23b9b19c7899033f48840743544eebb6da72a828"
+SRC_URI[sha256sum] = "d44388e21e3d2e47c6d39e9c897935d3f775f04fec76271dcba072c74f834589"
UPSTREAM_CHECK_URI = "https://acpica.org/downloads"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 11/80] adwaita-icon-theme: upgrade 3.36.1 -> 3.38.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (8 preceding siblings ...)
2020-11-02 16:47 ` [PATCH 10/80] acpica: upgrade 20200717 -> 20200925 Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:47 ` [PATCH 12/80] at-spi2-atk: upgrade 2.34.2 -> 2.38.0 Alexander Kanavin
` (68 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../0001-Don-t-use-AC_CANONICAL_HOST.patch | 6 +++---
...ta-icon-theme_3.36.1.bb => adwaita-icon-theme_3.38.0.bb} | 3 +--
2 files changed, 4 insertions(+), 5 deletions(-)
rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.36.1.bb => adwaita-icon-theme_3.38.0.bb} (93%)
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
index 5da3fbf6d8..c8c70c4b58 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
@@ -1,4 +1,4 @@
-From 0a867caa8803a78f7cf3a204c4c358bc63daaf28 Mon Sep 17 00:00:00 2001
+From 8b3b153b6b95662316528ef083365b46cf5f7841 Mon Sep 17 00:00:00 2001
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
Date: Tue, 30 May 2017 14:55:49 +0300
Subject: [PATCH] Don't use AC_CANONICAL_HOST
@@ -14,12 +14,12 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index e749112..58790e8 100644
+index 449865d..888649e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,6 @@ AC_PREREQ(2.53)
- AC_INIT([adwaita-icon-theme], [3.36.1],
+ AC_INIT([adwaita-icon-theme], [3.38.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
-AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb
similarity index 93%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb
index 2d78bea2c8..ff557978dc 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.36.1.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.38.0.bb
@@ -16,8 +16,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \
file://0001-Run-installation-commands-as-shell-jobs.patch \
"
-SRC_URI[md5sum] = "c61ca9d6b3ce70a9ab66dcff945923ff"
-SRC_URI[sha256sum] = "e498518627044dfd7db7d79a5b3d437848caf1991ef4ef036a2d3a2ac2c1f14d"
+SRC_URI[sha256sum] = "6683a1aaf2430ccd9ea638dd4bfe1002bc92b412050c3dba20e480f979faaf97"
DEPENDS += "librsvg-native"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 12/80] at-spi2-atk: upgrade 2.34.2 -> 2.38.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (9 preceding siblings ...)
2020-11-02 16:47 ` [PATCH 11/80] adwaita-icon-theme: upgrade 3.36.1 -> 3.38.0 Alexander Kanavin
@ 2020-11-02 16:47 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 13/80] at-spi2-core: upgrade 2.36.1 " Alexander Kanavin
` (67 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:47 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../atk/{at-spi2-atk_2.34.2.bb => at-spi2-atk_2.38.0.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-support/atk/{at-spi2-atk_2.34.2.bb => at-spi2-atk_2.38.0.bb} (77%)
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb b/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb
similarity index 77%
rename from meta/recipes-support/atk/at-spi2-atk_2.34.2.bb
rename to meta/recipes-support/atk/at-spi2-atk_2.38.0.bb
index 02a4d4712c..fce14eecf3 100644
--- a/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb
+++ b/meta/recipes-support/atk/at-spi2-atk_2.38.0.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-SRC_URI[archive.md5sum] = "58cd278574e101363b18d9a8b7053d67"
-SRC_URI[archive.sha256sum] = "901323cee0eef05c01ec4dee06c701aeeca81a314a7d60216fa363005e27f4f0"
+SRC_URI[archive.sha256sum] = "cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f"
DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 13/80] at-spi2-core: upgrade 2.36.1 -> 2.38.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (10 preceding siblings ...)
2020-11-02 16:47 ` [PATCH 12/80] at-spi2-atk: upgrade 2.34.2 -> 2.38.0 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 14/80] bison: upgrade 3.7.2 -> 3.7.3 Alexander Kanavin
` (66 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../atk/{at-spi2-core_2.36.1.bb => at-spi2-core_2.38.0.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-support/atk/{at-spi2-core_2.36.1.bb => at-spi2-core_2.38.0.bb} (89%)
diff --git a/meta/recipes-support/atk/at-spi2-core_2.36.1.bb b/meta/recipes-support/atk/at-spi2-core_2.38.0.bb
similarity index 89%
rename from meta/recipes-support/atk/at-spi2-core_2.36.1.bb
rename to meta/recipes-support/atk/at-spi2-core_2.38.0.bb
index 218af6afa7..88add83dd1 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.36.1.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.38.0.bb
@@ -7,8 +7,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "d01e5326b4eb15ac3c27eed73ecf26f1"
-SRC_URI[sha256sum] = "97417b909dbbf000e7b21062a13b2f1fd52a336f5a53925bb26d27b65ace6c54"
+SRC_URI[sha256sum] = "84e36c3fe66862133f5fe229772b76aa2526e10de5014a3778f2fa46ce550da5"
X11DEPENDS = "virtual/libx11 libxi libxtst"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 14/80] bison: upgrade 3.7.2 -> 3.7.3
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (11 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 13/80] at-spi2-core: upgrade 2.36.1 " Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 15/80] createrepo-c: upgrade 0.16.0 -> 0.16.1 Alexander Kanavin
` (65 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/bison/{bison_3.7.2.bb => bison_3.7.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/bison/{bison_3.7.2.bb => bison_3.7.3.bb} (93%)
diff --git a/meta/recipes-devtools/bison/bison_3.7.2.bb b/meta/recipes-devtools/bison/bison_3.7.3.bb
similarity index 93%
rename from meta/recipes-devtools/bison/bison_3.7.2.bb
rename to meta/recipes-devtools/bison/bison_3.7.3.bb
index ace4ea5c3f..74532caec3 100644
--- a/meta/recipes-devtools/bison/bison_3.7.2.bb
+++ b/meta/recipes-devtools/bison/bison_3.7.3.bb
@@ -12,7 +12,7 @@ DEPENDS = "bison-native flex-native"
SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.xz \
file://add-with-bisonlocaledir.patch \
"
-SRC_URI[sha256sum] = "7948d193104d979c0fb0294a1854c73c89d72ae41acfc081826142578a78a91b"
+SRC_URI[sha256sum] = "88d9e36856b004c0887a12ba00ea3c47db388519629483dd8c3fce9694d4da6f"
# No point in hardcoding path to m4, just use PATH
EXTRA_OECONF += "M4=m4"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 15/80] createrepo-c: upgrade 0.16.0 -> 0.16.1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (12 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 14/80] bison: upgrade 3.7.2 -> 3.7.3 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 16/80] curl: upgrade 7.72.0 -> 7.73.0 Alexander Kanavin
` (64 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../{createrepo-c_0.16.0.bb => createrepo-c_0.16.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.16.0.bb => createrepo-c_0.16.1.bb} (95%)
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.16.0.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.16.1.bb
similarity index 95%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_0.16.0.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_0.16.1.bb
index c6d8963072..942741023f 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.16.0.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.16.1.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c \
file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
"
-SRCREV = "bac48ace91c51abe37792415e75452bbabd44d93"
+SRCREV = "634141eaefe0cc87466dfb91b07b64facce4384b"
S = "${WORKDIR}/git"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 16/80] curl: upgrade 7.72.0 -> 7.73.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (13 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 15/80] createrepo-c: upgrade 0.16.0 -> 0.16.1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 17/80] debianutils: upgrade 4.11.1 -> 4.11.2 Alexander Kanavin
` (63 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-support/curl/{curl_7.72.0.bb => curl_7.73.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/curl/{curl_7.72.0.bb => curl_7.73.0.bb} (97%)
diff --git a/meta/recipes-support/curl/curl_7.72.0.bb b/meta/recipes-support/curl/curl_7.73.0.bb
similarity index 97%
rename from meta/recipes-support/curl/curl_7.72.0.bb
rename to meta/recipes-support/curl/curl_7.73.0.bb
index 7d0268253d..0f26b0f1af 100644
--- a/meta/recipes-support/curl/curl_7.72.0.bb
+++ b/meta/recipes-support/curl/curl_7.73.0.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://curl.haxx.se/download/curl-${PV}.tar.bz2 \
file://0001-replace-krb5-config-with-pkg-config.patch \
"
-SRC_URI[sha256sum] = "ad91970864102a59765e20ce16216efc9d6ad381471f7accceceab7d905703ef"
+SRC_URI[sha256sum] = "cf34fe0b07b800f1c01a499a6e8b2af548f6d0e044dca4a29d88a4bee146d131"
# Curl has used many names over the years...
CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 17/80] debianutils: upgrade 4.11.1 -> 4.11.2
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (14 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 16/80] curl: upgrade 7.72.0 -> 7.73.0 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 18/80] dhcpcd: upgrade 9.2.0 -> 9.3.1 Alexander Kanavin
` (62 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../{debianutils_4.11.1.bb => debianutils_4.11.2.bb} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
rename meta/recipes-support/debianutils/{debianutils_4.11.1.bb => debianutils_4.11.2.bb} (94%)
diff --git a/meta/recipes-support/debianutils/debianutils_4.11.1.bb b/meta/recipes-support/debianutils/debianutils_4.11.2.bb
similarity index 94%
rename from meta/recipes-support/debianutils/debianutils_4.11.1.bb
rename to meta/recipes-support/debianutils/debianutils_4.11.2.bb
index 3b1767e5ed..0eeb2954f7 100644
--- a/meta/recipes-support/debianutils/debianutils_4.11.1.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.11.2.bb
@@ -8,10 +8,11 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20200929T025235Z/pool/main/
# so we check the latest upstream from a directory that does get updated
UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"
-SRC_URI[sha256sum] = "8be869f19c55c18d53d9f0414b68bb966a068b2154e9fbbfc6193827d6af983c"
+SRC_URI[sha256sum] = "3b680e81709b740387335fac8f8806d71611dcf60874e1a792e862e48a1650de"
inherit autotools update-alternatives
+S = "${WORKDIR}/debianutils"
do_configure_prepend() {
sed -i -e 's:tempfile.1 which.1:which.1:g' ${S}/Makefile.am
}
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 18/80] dhcpcd: upgrade 9.2.0 -> 9.3.1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (15 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 17/80] debianutils: upgrade 4.11.1 -> 4.11.2 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 19/80] dmidecode: upgrade 3.2 -> 3.3 Alexander Kanavin
` (61 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../dhcpcd/{dhcpcd_9.2.0.bb => dhcpcd_9.3.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/dhcpcd/{dhcpcd_9.2.0.bb => dhcpcd_9.3.1.bb} (95%)
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.1.bb
similarity index 95%
rename from meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb
rename to meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.1.bb
index 13467189b4..e520115f71 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.1.bb
@@ -17,7 +17,7 @@ SRC_URI = "https://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \
file://dhcpcd@.service \
"
-SRC_URI[sha256sum] = "fcb2d19672d445bbfd38678fdee4f556ef967a3ea6bd81092d10545df2cb9666"
+SRC_URI[sha256sum] = "a0843233fdaecee971c38ceda53ad1450bb7b83aefbf1fa9642213224a9c415e"
inherit pkgconfig autotools-brokensep systemd useradd
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 19/80] dmidecode: upgrade 3.2 -> 3.3
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (16 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 18/80] dhcpcd: upgrade 9.2.0 -> 9.3.1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 20/80] dnf: upgrade 4.2.23 -> 4.4.0 Alexander Kanavin
` (60 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
| 9 +++++----
.../dmidecode/{dmidecode_3.2.bb => dmidecode_3.3.bb} | 3 +--
2 files changed, 6 insertions(+), 6 deletions(-)
rename meta/recipes-devtools/dmidecode/{dmidecode_3.2.bb => dmidecode_3.3.bb} (82%)
--git a/meta/recipes-devtools/dmidecode/dmidecode/0001-Committing-changes-from-do_unpack_extra.patch b/meta/recipes-devtools/dmidecode/dmidecode/0001-Committing-changes-from-do_unpack_extra.patch
index ce9d423104..d082459ca9 100644
--- a/meta/recipes-devtools/dmidecode/dmidecode/0001-Committing-changes-from-do_unpack_extra.patch
+++ b/meta/recipes-devtools/dmidecode/dmidecode/0001-Committing-changes-from-do_unpack_extra.patch
@@ -1,20 +1,21 @@
-From 00a3ace35d66e7ae60046e254a4d00f0f9c1abe2 Mon Sep 17 00:00:00 2001
+From 2c0437f47eaaf565aaccf0c0d150d5fc0fc734f5 Mon Sep 17 00:00:00 2001
From: OpenEmbedded <oe.patch@oe>
Date: Thu, 22 Nov 2018 12:05:04 +0000
Subject: [PATCH] Do not install to /usr/local
Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
-index 77c9310..fc378fd 100644
+index 7aa729d..e079b18 100644
--- a/Makefile
+++ b/Makefile
-@@ -30,7 +30,7 @@ CFLAGS += -O2
- LDFLAGS =
+@@ -31,7 +31,7 @@ CFLAGS += -D_FILE_OFFSET_BITS=64
+ LDFLAGS ?=
DESTDIR =
-prefix = /usr/local
diff --git a/meta/recipes-devtools/dmidecode/dmidecode_3.2.bb b/meta/recipes-devtools/dmidecode/dmidecode_3.3.bb
similarity index 82%
rename from meta/recipes-devtools/dmidecode/dmidecode_3.2.bb
rename to meta/recipes-devtools/dmidecode/dmidecode_3.3.bb
index 63f4061cb7..3fc2b20f22 100644
--- a/meta/recipes-devtools/dmidecode/dmidecode_3.2.bb
+++ b/meta/recipes-devtools/dmidecode/dmidecode_3.3.bb
@@ -19,6 +19,5 @@ do_install() {
oe_runmake DESTDIR="${D}" install
}
-SRC_URI[md5sum] = "9cc2e27e74ade740a25b1aaf0412461b"
-SRC_URI[sha256sum] = "077006fa2da0d06d6383728112f2edef9684e9c8da56752e97cd45a11f838edd"
+SRC_URI[sha256sum] = "82c737a780614c38a783e8055340d295e332fb12c7f418b5d21a0797d3fb1455"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 20/80] dnf: upgrade 4.2.23 -> 4.4.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (17 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 19/80] dmidecode: upgrade 3.2 -> 3.3 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 21/80] ethtool: upgrade 5.8 -> 5.9 Alexander Kanavin
` (59 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/dnf/{dnf_4.2.23.bb => dnf_4.4.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/dnf/{dnf_4.2.23.bb => dnf_4.4.0.bb} (98%)
diff --git a/meta/recipes-devtools/dnf/dnf_4.2.23.bb b/meta/recipes-devtools/dnf/dnf_4.4.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.2.23.bb
rename to meta/recipes-devtools/dnf/dnf_4.4.0.bb
index 8cfd4d0c89..dff6fe6c25 100644
--- a/meta/recipes-devtools/dnf/dnf_4.2.23.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.4.0.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git \
file://0001-dnf-write-the-log-lock-to-root.patch \
"
-SRCREV = "126d861812f827285960592359615ed7cb195aac"
+SRCREV = "b9b7623892f551da201bffd03187d703242b00e9"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 21/80] ethtool: upgrade 5.8 -> 5.9
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (18 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 20/80] dnf: upgrade 4.2.23 -> 4.4.0 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 22/80] expat: upgrade 2.2.9 -> 2.2.10 Alexander Kanavin
` (58 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../ethtool/ethtool/avoid_parallel_tests.patch | 6 +++---
.../ethtool/{ethtool_5.8.bb => ethtool_5.9.bb} | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-extended/ethtool/{ethtool_5.8.bb => ethtool_5.9.bb} (93%)
diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
index 75a3841f2d..673b35033f 100644
--- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
+++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
@@ -1,4 +1,4 @@
-From afecc8791f904dc1893858d68a642b491356c74b Mon Sep 17 00:00:00 2001
+From 538bd5ec36d88f17803cb848cbbfe62ad51fc2f4 Mon Sep 17 00:00:00 2001
From: Tudor Florea <tudor.florea@enea.com>
Date: Wed, 28 May 2014 18:59:54 +0200
Subject: [PATCH] ethtool: use serial-tests config needed by ptest.
@@ -15,11 +15,11 @@ Upstream-Status: Inappropriate
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index 19223f7..8a58d15 100644
+index 0162155..6866e72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
- AC_INIT(ethtool, 5.8, netdev@vger.kernel.org)
+ AC_INIT(ethtool, 5.9, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
-AM_INIT_AUTOMAKE([gnu subdir-objects])
diff --git a/meta/recipes-extended/ethtool/ethtool_5.8.bb b/meta/recipes-extended/ethtool/ethtool_5.9.bb
similarity index 93%
rename from meta/recipes-extended/ethtool/ethtool_5.8.bb
rename to meta/recipes-extended/ethtool/ethtool_5.9.bb
index 0403f0e3a9..2d2f9b77f0 100644
--- a/meta/recipes-extended/ethtool/ethtool_5.8.bb
+++ b/meta/recipes-extended/ethtool/ethtool_5.9.bb
@@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
file://avoid_parallel_tests.patch \
"
-SRC_URI[sha256sum] = "91e8bbda48a7fd5d374efacca542364ceb3a6c1f286f024b64ec40ccc799e125"
+SRC_URI[sha256sum] = "f934a830554c46d7d60b1a9147f4cab15589b7e09344c4b79b1948b740f0a725"
UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 22/80] expat: upgrade 2.2.9 -> 2.2.10
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (19 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 21/80] ethtool: upgrade 5.8 -> 5.9 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 23/80] gcr: upgrade 3.36.0 -> 3.38.0 Alexander Kanavin
` (57 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-core/expat/{expat_2.2.9.bb => expat_2.2.10.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-core/expat/{expat_2.2.9.bb => expat_2.2.10.bb} (77%)
diff --git a/meta/recipes-core/expat/expat_2.2.9.bb b/meta/recipes-core/expat/expat_2.2.10.bb
similarity index 77%
rename from meta/recipes-core/expat/expat_2.2.9.bb
rename to meta/recipes-core/expat/expat_2.2.10.bb
index f477f99baf..fa263775b3 100644
--- a/meta/recipes-core/expat/expat_2.2.9.bb
+++ b/meta/recipes-core/expat/expat_2.2.10.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://expat.sourceforge.net/"
SECTION = "libs"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=5b8620d98e49772d95fc1d291c26aa79"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9e2ce3b3c4c0f2670883a23bbd7c37a9"
SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \
file://libtool-tag.patch \
@@ -12,8 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \
file://0001-Add-output-of-tests-result.patch \
"
-SRC_URI[md5sum] = "875a2c2ff3e8eb9e5a5cd62db2033ab5"
-SRC_URI[sha256sum] = "f1063084dc4302a427dabcca499c8312b3a32a29b7d2506653ecc8f950a9a237"
+SRC_URI[sha256sum] = "b2c160f1b60e92da69de8e12333096aeb0c3bf692d41c60794de278af72135a5"
EXTRA_OECMAKE_class-native += "-DEXPAT_BUILD_DOCS=OFF"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 23/80] gcr: upgrade 3.36.0 -> 3.38.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (20 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 22/80] expat: upgrade 2.2.9 -> 2.2.10 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 24/80] glib-networking: upgrade 2.64.3 -> 2.66.0 Alexander Kanavin
` (56 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...-meson-Make-sure-gcr-oids.h-is-built.patch | 36 ---------------
...ectly-set-internal-vapi-dependencies.patch | 45 -------------------
.../gcr/{gcr_3.36.0.bb => gcr_3.38.0.bb} | 6 +--
3 files changed, 1 insertion(+), 86 deletions(-)
delete mode 100644 meta/recipes-gnome/gcr/gcr/0001-meson-Make-sure-gcr-oids.h-is-built.patch
delete mode 100644 meta/recipes-gnome/gcr/gcr/0001-meson.build-correctly-set-internal-vapi-dependencies.patch
rename meta/recipes-gnome/gcr/{gcr_3.36.0.bb => gcr_3.38.0.bb} (77%)
diff --git a/meta/recipes-gnome/gcr/gcr/0001-meson-Make-sure-gcr-oids.h-is-built.patch b/meta/recipes-gnome/gcr/gcr/0001-meson-Make-sure-gcr-oids.h-is-built.patch
deleted file mode 100644
index 4bf5bfba94..0000000000
--- a/meta/recipes-gnome/gcr/gcr/0001-meson-Make-sure-gcr-oids.h-is-built.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 9fca6ae0aa7355c27d0922c561b9fbe18dde5b3d Mon Sep 17 00:00:00 2001
-From: Niels De Graef <nielsdegraef@gmail.com>
-Date: Fri, 19 Jun 2020 22:37:31 +0200
-Subject: [PATCH 1/1] meson: Make sure gcr-oids.h is built
-
-Fixes https://gitlab.gnome.org/GNOME/gcr/-/issues/48
----
- gcr/meson.build | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
---- end of original header ---
-
-Upstream-Status: Backport [https://github.com/GNOME/gcr.git]
-
-Signed-off-by: Joe Slater <joe.slater@windriver.com>
-
----
-diff --git a/gcr/meson.build b/gcr/meson.build
-index 199452f..06c3a63 100644
---- a/gcr/meson.build
-+++ b/gcr/meson.build
-@@ -178,7 +178,10 @@ endif
- gcr_base_dep = declare_dependency(
- link_with: gcr_base_lib,
- include_directories: include_directories('..'),
-- sources: gcr_enums_gen[1], # Make sure gcr-enum-types-base.h can be included
-+ sources: [
-+ gcr_enums_gen[1],
-+ gcr_oids[1],
-+ ],
- )
-
- if get_option('introspection')
---
-2.7.4
-
diff --git a/meta/recipes-gnome/gcr/gcr/0001-meson.build-correctly-set-internal-vapi-dependencies.patch b/meta/recipes-gnome/gcr/gcr/0001-meson.build-correctly-set-internal-vapi-dependencies.patch
deleted file mode 100644
index b484a1b222..0000000000
--- a/meta/recipes-gnome/gcr/gcr/0001-meson.build-correctly-set-internal-vapi-dependencies.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From ebb77dad4563b882b449cbc5e882f36ac8c2de71 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex.kanavin@gmail.com>
-Date: Mon, 11 May 2020 22:19:16 +0000
-Subject: [PATCH] meson.build: correctly set internal vapi dependencies
-
-If they are set as strings, meson will supply the right
-arguments to vapigen, but will not set the ninja dependencies
-to ensure they get built first, and so races will occur:
-https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/1881/steps/8/logs/step1b
-
-Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/55]
-Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
----
- gcr/meson.build | 2 +-
- ui/meson.build | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/gcr/meson.build b/gcr/meson.build
-index 254a933..199452f 100644
---- a/gcr/meson.build
-+++ b/gcr/meson.build
-@@ -203,7 +203,7 @@ if get_option('introspection')
-
- gcr_vapi = gnome.generate_vapi('gcr-@0@'.format(gcr_major_version),
- sources: gcr_gir[0],
-- packages: [ 'glib-2.0', 'gio-2.0', 'gck-@0@'.format(gck_major_version) ],
-+ packages: [ 'glib-2.0', 'gio-2.0', gck_vapi ],
- metadata_dirs: meson.current_source_dir(),
- vapi_dirs: [
- build_root / 'gck',
-diff --git a/ui/meson.build b/ui/meson.build
-index 5ca3753..477412d 100644
---- a/ui/meson.build
-+++ b/ui/meson.build
-@@ -174,8 +174,8 @@ if get_option('introspection')
- packages: [
- 'glib-2.0',
- 'gio-2.0',
-- 'gck-@0@'.format(gck_major_version),
-- 'gcr-@0@'.format(gcr_major_version),
-+ gck_vapi,
-+ gcr_vapi,
- 'gtk+-3.0'
- ],
- metadata_dirs: meson.current_source_dir(),
diff --git a/meta/recipes-gnome/gcr/gcr_3.36.0.bb b/meta/recipes-gnome/gcr/gcr_3.38.0.bb
similarity index 77%
rename from meta/recipes-gnome/gcr/gcr_3.36.0.bb
rename to meta/recipes-gnome/gcr/gcr_3.38.0.bb
index ff455a68ec..49e8f1848b 100644
--- a/meta/recipes-gnome/gcr/gcr_3.36.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_3.38.0.bb
@@ -17,11 +17,7 @@ inherit gnomebase gtk-icon-cache gtk-doc features_check upstream-version-is-even
# depends on gtk+3, but also x11 through gtk+-x11
REQUIRED_DISTRO_FEATURES = "x11"
-SRC_URI += " file://0001-meson.build-correctly-set-internal-vapi-dependencies.patch"
-SRC_URI += " file://0001-meson-Make-sure-gcr-oids.h-is-built.patch"
-
-SRC_URI[archive.md5sum] = "adc65563b6b458507b9a578a8b68fb61"
-SRC_URI[archive.sha256sum] = "aaf9bed017a2263c6145c89a1a84178f9f40f238426463e4ae486694ef5f6601"
+SRC_URI[archive.sha256sum] = "a64cc7b65757fc2cd16de1708d132a16d05cd1f62c6eba436d56fe45d4ba27e1"
FILES_${PN} += " \
${datadir}/dbus-1 \
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 24/80] glib-networking: upgrade 2.64.3 -> 2.66.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (21 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 23/80] gcr: upgrade 3.36.0 -> 3.38.0 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 25/80] gtk+3: upgrade 3.24.22 -> 3.24.23 Alexander Kanavin
` (55 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../{glib-networking_2.64.3.bb => glib-networking_2.66.0.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-core/glib-networking/{glib-networking_2.64.3.bb => glib-networking_2.66.0.bb} (89%)
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.64.3.bb b/meta/recipes-core/glib-networking/glib-networking_2.66.0.bb
similarity index 89%
rename from meta/recipes-core/glib-networking/glib-networking_2.64.3.bb
rename to meta/recipes-core/glib-networking/glib-networking_2.66.0.bb
index 074389f552..230932daf0 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.64.3.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.66.0.bb
@@ -9,8 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SECTION = "libs"
DEPENDS = "glib-2.0"
-SRC_URI[archive.md5sum] = "eb382907ec941fe2fb1a9676b75acf7a"
-SRC_URI[archive.sha256sum] = "937a06b124052813bfc0b0b86bff42016ff01067582e1aca65bb6dbe0845a168"
+SRC_URI[archive.sha256sum] = "c5d7be2437fdd196eebfb70c4517b96d3ba7ec13bd496318b8f02dea383e0099"
PACKAGECONFIG ??= "gnutls ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 25/80] gtk+3: upgrade 3.24.22 -> 3.24.23
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (22 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 24/80] glib-networking: upgrade 2.64.3 -> 2.66.0 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 26/80] help2man: upgrade 1.47.15 -> 1.47.16 Alexander Kanavin
` (54 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-gnome/gtk+/{gtk+3_3.24.22.bb => gtk+3_3.24.23.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/gtk+/{gtk+3_3.24.22.bb => gtk+3_3.24.23.bb} (89%)
diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.22.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.23.bb
similarity index 89%
rename from meta/recipes-gnome/gtk+/gtk+3_3.24.22.bb
rename to meta/recipes-gnome/gtk+/gtk+3_3.24.23.bb
index 6af2bd94c1..338b7030e1 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.24.22.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.23.bb
@@ -8,7 +8,7 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar
file://0003-Add-disable-opengl-configure-option.patch \
file://link_fribidi.patch \
"
-SRC_URI[sha256sum] = "bf18a4a5dff28a7b02aaef1b949c2d09c96c18387eddab152bb4cd55a5b67dda"
+SRC_URI[sha256sum] = "5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1"
S = "${WORKDIR}/gtk+-${PV}"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 26/80] help2man: upgrade 1.47.15 -> 1.47.16
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (23 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 25/80] gtk+3: upgrade 3.24.22 -> 3.24.23 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 27/80] i2c-tools: upgrade 4.1 -> 4.2 Alexander Kanavin
` (53 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../help2man/{help2man_1.47.15.bb => help2man_1.47.16.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/help2man/{help2man_1.47.15.bb => help2man_1.47.16.bb} (86%)
diff --git a/meta/recipes-devtools/help2man/help2man_1.47.15.bb b/meta/recipes-devtools/help2man/help2man_1.47.16.bb
similarity index 86%
rename from meta/recipes-devtools/help2man/help2man_1.47.15.bb
rename to meta/recipes-devtools/help2man/help2man_1.47.16.bb
index 6ab9f6cbe7..27a15eb0e2 100644
--- a/meta/recipes-devtools/help2man/help2man_1.47.15.bb
+++ b/meta/recipes-devtools/help2man/help2man_1.47.16.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "c25a35b30eceb315361484b0ff1f81c924e8ee5c8881576f1ee762f001dbcd1c"
+SRC_URI[sha256sum] = "3ef8580c5b86e32ca092ce8de43df204f5e6f714b0cd32bc6237e6cd0f34a8f4"
inherit autotools
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 27/80] i2c-tools: upgrade 4.1 -> 4.2
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (24 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 26/80] help2man: upgrade 1.47.15 -> 1.47.16 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 28/80] iw: upgrade 5.8 -> 5.9 Alexander Kanavin
` (52 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../i2c-tools/{i2c-tools_4.1.bb => i2c-tools_4.2.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-devtools/i2c-tools/{i2c-tools_4.1.bb => i2c-tools_4.2.bb} (91%)
diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb
similarity index 91%
rename from meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb
rename to meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb
index c5761170aa..7a53151d0e 100644
--- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb
+++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb
@@ -7,8 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/${BP}.tar.gz \
"
-SRC_URI[md5sum] = "3536237a6b51fb10caacdc3b8a496237"
-SRC_URI[sha256sum] = "ef8f77afc70e7dbfd1171bfeae87a8a7f10074829370ce8d9ccd585a014e0073"
+SRC_URI[sha256sum] = "7de18ed890e111fa54ab7ea896804d5faa4d1f0462a258aad9fbb7a8cc6b60cc"
inherit update-alternatives
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 28/80] iw: upgrade 5.8 -> 5.9
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (25 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 27/80] i2c-tools: upgrade 4.1 -> 4.2 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 29/80] kmscube: upgrade to latest revision Alexander Kanavin
` (51 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-connectivity/iw/{iw_5.8.bb => iw_5.9.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-connectivity/iw/{iw_5.8.bb => iw_5.9.bb} (85%)
diff --git a/meta/recipes-connectivity/iw/iw_5.8.bb b/meta/recipes-connectivity/iw/iw_5.9.bb
similarity index 85%
rename from meta/recipes-connectivity/iw/iw_5.8.bb
rename to meta/recipes-connectivity/iw/iw_5.9.bb
index e0456fbf00..3d1e1c7e79 100644
--- a/meta/recipes-connectivity/iw/iw_5.8.bb
+++ b/meta/recipes-connectivity/iw/iw_5.9.bb
@@ -14,8 +14,7 @@ SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
file://separate-objdir.patch \
"
-SRC_URI[md5sum] = "98129d64212bdbb408f009c56ed5c62a"
-SRC_URI[sha256sum] = "cd9125c7e560926d66b09977fe0f75e5365ffd05a15df67d86a421dc76f96a96"
+SRC_URI[sha256sum] = "6e7d3c9f8b4ee68e412f20fe229c9854c2dba383e3e650ce6af8eb8dbd12efc3"
inherit pkgconfig
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 29/80] kmscube: upgrade to latest revision
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (26 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 28/80] iw: upgrade 5.8 -> 5.9 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 30/80] less: upgrade 562 -> 563 Alexander Kanavin
` (50 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-graphics/kmscube/kmscube_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
index c72fbc61a9..478d5c4de4 100644
--- a/meta/recipes-graphics/kmscube/kmscube_git.bb
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -6,7 +6,7 @@ DEPENDS = "virtual/libgles2 virtual/egl libdrm"
LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=8b309d4ee67b7315ff7381270dd631fb"
-SRCREV = "4660a7dca6512b6e658759d00cff7d4ad2a2059d"
+SRCREV = "e6386d1b99366ea7559438c0d3abd2ae2d6d61ac"
SRC_URI = "git://gitlab.freedesktop.org/mesa/kmscube;branch=master;protocol=https"
UPSTREAM_CHECK_COMMITS = "1"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 30/80] less: upgrade 562 -> 563
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (27 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 29/80] kmscube: upgrade to latest revision Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 31/80] libdnf: upgrade 0.48.0 -> 0.54.2 Alexander Kanavin
` (49 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-extended/less/{less_562.bb => less_563.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-extended/less/{less_562.bb => less_563.bb} (89%)
diff --git a/meta/recipes-extended/less/less_562.bb b/meta/recipes-extended/less/less_563.bb
similarity index 89%
rename from meta/recipes-extended/less/less_562.bb
rename to meta/recipes-extended/less/less_563.bb
index c900574674..123522b5dc 100644
--- a/meta/recipes-extended/less/less_562.bb
+++ b/meta/recipes-extended/less/less_563.bb
@@ -28,8 +28,7 @@ DEPENDS = "ncurses"
SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
"
-SRC_URI[md5sum] = "0371a9678cb42f37b9bf9b86e8aa7903"
-SRC_URI[sha256sum] = "eab470c7c928132441541aa49b1352c0fc699c30f762dfaeb3bf88e6f0fd701b"
+SRC_URI[sha256sum] = "ce5b6d2b9fc4442d7a07c93ab128d2dff2ce09a1d4f2d055b95cf28dd0dc9a9a"
UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 31/80] libdnf: upgrade 0.48.0 -> 0.54.2
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (28 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 30/80] less: upgrade 562 -> 563 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 32/80] libgudev: upgrade 233 -> 234 Alexander Kanavin
` (48 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libdnf/{libdnf_0.48.0.bb => libdnf_0.54.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/libdnf/{libdnf_0.48.0.bb => libdnf_0.54.2.bb} (96%)
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.48.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.54.2.bb
similarity index 96%
rename from meta/recipes-devtools/libdnf/libdnf_0.48.0.bb
rename to meta/recipes-devtools/libdnf/libdnf_0.54.2.bb
index 37991e6d80..2a05b9f534 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.48.0.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.54.2.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master \
file://enable_test_data_dir_set.patch \
"
-SRCREV = "46a28d0cf09277fffc11392e5e362a2eda0d53a8"
+SRCREV = "c5f20d4f306f4d0f9d479be228bdc474968c8b60"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 32/80] libgudev: upgrade 233 -> 234
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (29 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 31/80] libdnf: upgrade 0.48.0 -> 0.54.2 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 33/80] libinput: upgrade 1.16.1 -> 1.16.2 Alexander Kanavin
` (47 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libgudev/{libgudev_233.bb => libgudev_234.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-gnome/libgudev/{libgudev_233.bb => libgudev_234.bb} (83%)
diff --git a/meta/recipes-gnome/libgudev/libgudev_233.bb b/meta/recipes-gnome/libgudev/libgudev_234.bb
similarity index 83%
rename from meta/recipes-gnome/libgudev/libgudev_233.bb
rename to meta/recipes-gnome/libgudev/libgudev_234.bb
index 8bc379ff62..9cea36df5b 100644
--- a/meta/recipes-gnome/libgudev/libgudev_233.bb
+++ b/meta/recipes-gnome/libgudev/libgudev_234.bb
@@ -5,8 +5,7 @@ other programming languages, such as Javascript, because of GObject \
introspection support."
HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev"
BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues"
-SRC_URI[archive.sha256sum] = "587c4970eb23f4e2deee2cb1fb7838c94a78c578f41ce12cac0a3f4a80dabb03"
-SRC_URI[archive.md5sum] = "d59a317a40aaa02a2226056c0bb4d3e1"
+SRC_URI[archive.sha256sum] = "1baeacacf0db42fa073ad5183d1decce9317857416a2b0f82ce3370d711a2e37"
DEPENDS = "glib-2.0 udev"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 33/80] libinput: upgrade 1.16.1 -> 1.16.2
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (30 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 32/80] libgudev: upgrade 233 -> 234 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 34/80] libuv: upgrade 1.39.0 -> 1.40.0 Alexander Kanavin
` (46 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../wayland/{libinput_1.16.1.bb => libinput_1.16.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/wayland/{libinput_1.16.1.bb => libinput_1.16.2.bb} (95%)
diff --git a/meta/recipes-graphics/wayland/libinput_1.16.1.bb b/meta/recipes-graphics/wayland/libinput_1.16.2.bb
similarity index 95%
rename from meta/recipes-graphics/wayland/libinput_1.16.1.bb
rename to meta/recipes-graphics/wayland/libinput_1.16.2.bb
index 1497609183..f4b1b4ddc2 100644
--- a/meta/recipes-graphics/wayland/libinput_1.16.1.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.16.2.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BP}.tar.xz \
file://run-ptest \
file://determinism.patch \
"
-SRC_URI[sha256sum] = "7ba7d1aeedd15168bb21d17e9e628aa1c27957963a423a3fea3938a501758539"
+SRC_URI[sha256sum] = "fc3d8c50fe7abc4dc4406bc01262a3f8149864557f87279adcf300e523c160a9"
UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 34/80] libuv: upgrade 1.39.0 -> 1.40.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (31 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 33/80] libinput: upgrade 1.16.1 -> 1.16.2 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 35/80] libva: upgrade 2.8.0 -> 2.9.0 Alexander Kanavin
` (45 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libuv/{libuv_1.39.0.bb => libuv_1.40.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/libuv/{libuv_1.39.0.bb => libuv_1.40.0.bb} (90%)
diff --git a/meta/recipes-connectivity/libuv/libuv_1.39.0.bb b/meta/recipes-connectivity/libuv/libuv_1.40.0.bb
similarity index 90%
rename from meta/recipes-connectivity/libuv/libuv_1.39.0.bb
rename to meta/recipes-connectivity/libuv/libuv_1.40.0.bb
index b6ce4757fd..f793db09be 100644
--- a/meta/recipes-connectivity/libuv/libuv_1.39.0.bb
+++ b/meta/recipes-connectivity/libuv/libuv_1.40.0.bb
@@ -4,7 +4,7 @@ BUGTRACKER = "https://github.com/libuv/libuv/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
-SRCREV = "25f4b8b8a3c0f934158cd37a37b0525d75ca488e"
+SRCREV = "4e69e333252693bd82d6338d6124f0416538dbfc"
SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
S = "${WORKDIR}/git"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 35/80] libva: upgrade 2.8.0 -> 2.9.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (32 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 34/80] libuv: upgrade 1.39.0 -> 1.40.0 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 36/80] libva-utils: update 2.8.0 -> 2.9.1 Alexander Kanavin
` (44 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-graphics/libva/libva-initial_2.8.0.bb | 8 --------
meta/recipes-graphics/libva/libva-initial_2.9.0.bb | 5 +++++
meta/recipes-graphics/libva/libva.inc | 2 ++
.../libva/{libva_2.8.0.bb => libva_2.9.0.bb} | 3 ---
4 files changed, 7 insertions(+), 11 deletions(-)
delete mode 100644 meta/recipes-graphics/libva/libva-initial_2.8.0.bb
create mode 100644 meta/recipes-graphics/libva/libva-initial_2.9.0.bb
rename meta/recipes-graphics/libva/{libva_2.8.0.bb => libva_2.9.0.bb} (81%)
diff --git a/meta/recipes-graphics/libva/libva-initial_2.8.0.bb b/meta/recipes-graphics/libva/libva-initial_2.8.0.bb
deleted file mode 100644
index f90bb510c4..0000000000
--- a/meta/recipes-graphics/libva/libva-initial_2.8.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libva.inc
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
-SRC_URI[sha256sum] = "adbb1244d278908f89ccfcf254a442de6d71934565a492cb6f03caf2ed4d1ec3"
-
-do_install_append () {
- rm -f ${D}${libdir}/*.so*
-}
diff --git a/meta/recipes-graphics/libva/libva-initial_2.9.0.bb b/meta/recipes-graphics/libva/libva-initial_2.9.0.bb
new file mode 100644
index 0000000000..5c6abeafe6
--- /dev/null
+++ b/meta/recipes-graphics/libva/libva-initial_2.9.0.bb
@@ -0,0 +1,5 @@
+require libva.inc
+
+do_install_append () {
+ rm -f ${D}${libdir}/*.so*
+}
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc
index e7bec80c14..7b6f11674d 100644
--- a/meta/recipes-graphics/libva/libva.inc
+++ b/meta/recipes-graphics/libva/libva.inc
@@ -17,6 +17,8 @@ SECTION = "x11"
LICENSE = "MIT"
SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
+SRC_URI[sha256sum] = "e344c1392dde92696c9ffd9cb3c7277d0a3b912236eb4e0fdedf7f375434584b"
S = "${WORKDIR}/libva-${PV}"
diff --git a/meta/recipes-graphics/libva/libva_2.8.0.bb b/meta/recipes-graphics/libva/libva_2.9.0.bb
similarity index 81%
rename from meta/recipes-graphics/libva/libva_2.8.0.bb
rename to meta/recipes-graphics/libva/libva_2.9.0.bb
index 621ceea86c..4d3fa50963 100644
--- a/meta/recipes-graphics/libva/libva_2.8.0.bb
+++ b/meta/recipes-graphics/libva/libva_2.9.0.bb
@@ -1,8 +1,5 @@
require libva.inc
-LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
-SRC_URI[sha256sum] = "adbb1244d278908f89ccfcf254a442de6d71934565a492cb6f03caf2ed4d1ec3"
-
PACKAGECONFIG ??= " \
${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', '', d)} \
${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland', d)} \
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 36/80] libva-utils: update 2.8.0 -> 2.9.1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (33 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 35/80] libva: upgrade 2.8.0 -> 2.9.0 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 37/80] libwpe: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
` (43 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libva/{libva-utils_2.8.0.bb => libva-utils_2.9.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/libva/{libva-utils_2.8.0.bb => libva-utils_2.9.1.bb} (90%)
diff --git a/meta/recipes-graphics/libva/libva-utils_2.8.0.bb b/meta/recipes-graphics/libva/libva-utils_2.9.1.bb
similarity index 90%
rename from meta/recipes-graphics/libva/libva-utils_2.8.0.bb
rename to meta/recipes-graphics/libva/libva-utils_2.9.1.bb
index 78e3805339..feb9ce1662 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.8.0.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.9.1.bb
@@ -14,8 +14,8 @@ SECTION = "x11"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
-SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.8-branch"
-SRCREV = "af101a46d24c3f71a12b9f1ddb0c63626b19b3d8"
+SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.9-branch"
+SRCREV = "50c7f19d65e2535940e31c6711352b36d6d64fd7"
S = "${WORKDIR}/git"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 37/80] libwpe: upgrade 1.7.1 -> 1.8.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (34 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 36/80] libva-utils: update 2.8.0 -> 2.9.1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 38/80] libxkbcommon: upgrade 0.10.0 -> 1.0.1 Alexander Kanavin
` (42 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-sato/webkit/{libwpe_1.7.1.bb => libwpe_1.8.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-sato/webkit/{libwpe_1.7.1.bb => libwpe_1.8.0.bb} (88%)
diff --git a/meta/recipes-sato/webkit/libwpe_1.7.1.bb b/meta/recipes-sato/webkit/libwpe_1.8.0.bb
similarity index 88%
rename from meta/recipes-sato/webkit/libwpe_1.7.1.bb
rename to meta/recipes-sato/webkit/libwpe_1.8.0.bb
index e25d9404a0..a81e6960b2 100644
--- a/meta/recipes-sato/webkit/libwpe_1.7.1.bb
+++ b/meta/recipes-sato/webkit/libwpe_1.8.0.bb
@@ -14,4 +14,4 @@ inherit cmake features_check
REQUIRED_DISTRO_FEATURES = "opengl"
SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "a784b7fa0c658b28071100f6f6749b0d85bbcddd82de028e07672ce13982d340"
+SRC_URI[sha256sum] = "a6f00a7d091cbd4db57fe7ee3b4c12c6350921d654ed79812800a26c888481d2"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 38/80] libxkbcommon: upgrade 0.10.0 -> 1.0.1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (35 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 37/80] libwpe: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-03 20:38 ` [OE-core] " Martin Jansa
2020-11-02 16:48 ` [PATCH 39/80] openssh: upgrade 8.3p1 -> 8.4p1 Alexander Kanavin
` (41 subsequent siblings)
78 siblings, 1 reply; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../xorg-lib/{libxkbcommon_0.10.0.bb => libxkbcommon_1.0.1.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.10.0.bb => libxkbcommon_1.0.1.bb} (88%)
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.10.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.0.1.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_0.10.0.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.0.1.bb
index 16d9c36eae..4ef20b0721 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.10.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.0.1.bb
@@ -9,8 +9,7 @@ DEPENDS = "util-macros flex-native bison-native"
SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "2d9ad3a46b317138b5e72a91cf105451"
-SRC_URI[sha256sum] = "57c3630cdc38fb4734cd57fa349e92244f5ae3862813e533cedbd86721a0b6f2"
+SRC_URI[sha256sum] = "ab68b25341c99f2218d7cf3dad459c1827f411219901ade05bbccbdb856b6c8d"
UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 39/80] openssh: upgrade 8.3p1 -> 8.4p1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (36 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 38/80] libxkbcommon: upgrade 0.10.0 -> 1.0.1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 40/80] openssl: upgrade 1.1.1g -> 1.1.1h Alexander Kanavin
` (40 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../openssh/{openssh_8.3p1.bb => openssh_8.4p1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/openssh/{openssh_8.3p1.bb => openssh_8.4p1.bb} (98%)
diff --git a/meta/recipes-connectivity/openssh/openssh_8.3p1.bb b/meta/recipes-connectivity/openssh/openssh_8.4p1.bb
similarity index 98%
rename from meta/recipes-connectivity/openssh/openssh_8.3p1.bb
rename to meta/recipes-connectivity/openssh/openssh_8.4p1.bb
index e007328704..720b238e71 100644
--- a/meta/recipes-connectivity/openssh/openssh_8.3p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_8.4p1.bb
@@ -25,7 +25,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar
file://sshd_check_keys \
file://add-test-support-for-busybox.patch \
"
-SRC_URI[sha256sum] = "f2befbe0472fe7eb75d23340eb17531cb6b3aac24075e2066b41f814e12387b2"
+SRC_URI[sha256sum] = "5a01d22e407eb1c05ba8a8f7c654d388a13e9f226e4ed33bd38748dafa1d2b24"
PAM_SRC_URI = "file://sshd"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 40/80] openssl: upgrade 1.1.1g -> 1.1.1h
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (37 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 39/80] openssh: upgrade 8.3p1 -> 8.4p1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 41/80] strace: upgrade 5.8 -> 5.9 Alexander Kanavin
` (39 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../openssl/{openssl_1.1.1g.bb => openssl_1.1.1h.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/openssl/{openssl_1.1.1g.bb => openssl_1.1.1h.bb} (98%)
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
similarity index 98%
rename from meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
rename to meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
index 815955837b..eb11fe3960 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1h.bb
@@ -23,7 +23,7 @@ SRC_URI_append_class-nativesdk = " \
file://environment.d-openssl.sh \
"
-SRC_URI[sha256sum] = "ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46"
+SRC_URI[sha256sum] = "5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9"
inherit lib_package multilib_header multilib_script ptest
MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 41/80] strace: upgrade 5.8 -> 5.9
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (38 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 40/80] openssl: upgrade 1.1.1g -> 1.1.1h Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 42/80] sudo: upgrade 1.9.3 -> 1.9.3p1 Alexander Kanavin
` (38 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/strace/{strace_5.8.bb => strace_5.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/strace/{strace_5.8.bb => strace_5.9.bb} (95%)
diff --git a/meta/recipes-devtools/strace/strace_5.8.bb b/meta/recipes-devtools/strace/strace_5.9.bb
similarity index 95%
rename from meta/recipes-devtools/strace/strace_5.8.bb
rename to meta/recipes-devtools/strace/strace_5.9.bb
index 0415588b97..bee2616a44 100644
--- a/meta/recipes-devtools/strace/strace_5.8.bb
+++ b/meta/recipes-devtools/strace/strace_5.9.bb
@@ -16,7 +16,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
file://0001-strace-fix-reproducibilty-issues.patch \
file://0001-xlat-Mark-IPPROTO_MAX-last-in-IPPROTO_-constants.patch \
"
-SRC_URI[sha256sum] = "df4a669f7fff9cc302784085bd4b72fab216a426a3f72c892b28a537b71e7aa9"
+SRC_URI[sha256sum] = "39473eb8465546c3e940fb663cb381eba5613160c7302794699d194a4d5d66d9"
inherit autotools ptest
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 42/80] sudo: upgrade 1.9.3 -> 1.9.3p1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (39 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 41/80] strace: upgrade 5.8 -> 5.9 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 43/80] vala: upgrade 0.48.9 -> 0.50.1 Alexander Kanavin
` (37 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-extended/sudo/{sudo_1.9.3.bb => sudo_1.9.3p1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/sudo/{sudo_1.9.3.bb => sudo_1.9.3p1.bb} (95%)
diff --git a/meta/recipes-extended/sudo/sudo_1.9.3.bb b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
similarity index 95%
rename from meta/recipes-extended/sudo/sudo_1.9.3.bb
rename to meta/recipes-extended/sudo/sudo_1.9.3p1.bb
index 270625ebe8..08a0fa03a3 100644
--- a/meta/recipes-extended/sudo/sudo_1.9.3.bb
+++ b/meta/recipes-extended/sudo/sudo_1.9.3p1.bb
@@ -6,7 +6,7 @@ SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \
PAM_SRC_URI = "file://sudo.pam"
-SRC_URI[sha256sum] = "1d9889cc3b3b15ed8c2c7c3de3aa392a3a726838d020815067c080525c3f5837"
+SRC_URI[sha256sum] = "dcb9de53e45e1c39042074b847f5e0d8ae1890725dd6a9d9101a81569e6eb49e"
DEPENDS += " virtual/crypt ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 43/80] vala: upgrade 0.48.9 -> 0.50.1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (40 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 42/80] sudo: upgrade 1.9.3 -> 1.9.3p1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 44/80] wpebackend-fdo: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
` (36 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/vala/{vala_0.48.9.bb => vala_0.50.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/vala/{vala_0.48.9.bb => vala_0.50.1.bb} (50%)
diff --git a/meta/recipes-devtools/vala/vala_0.48.9.bb b/meta/recipes-devtools/vala/vala_0.50.1.bb
similarity index 50%
rename from meta/recipes-devtools/vala/vala_0.48.9.bb
rename to meta/recipes-devtools/vala/vala_0.50.1.bb
index 09bfcd6474..cca7eef523 100644
--- a/meta/recipes-devtools/vala/vala_0.48.9.bb
+++ b/meta/recipes-devtools/vala/vala_0.50.1.bb
@@ -2,4 +2,4 @@ require ${BPN}.inc
SRC_URI += " file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch"
-SRC_URI[sha256sum] = "9cea16d3bb3daddbfe0556b99fbfa08146230db7651e1e674cd08b4df5cefea9"
+SRC_URI[sha256sum] = "958d9f06c9c3d7d1b2145512a9bc2a7c6aefbbf0416a04c7a0ecf463f7138f6c"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 44/80] wpebackend-fdo: upgrade 1.7.1 -> 1.8.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (41 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 43/80] vala: upgrade 0.48.9 -> 0.50.1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 45/80] xkeyboard-config: upgrade 2.30 -> 2.31 Alexander Kanavin
` (35 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../webkit/{wpebackend-fdo_1.7.1.bb => wpebackend-fdo_1.8.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-sato/webkit/{wpebackend-fdo_1.7.1.bb => wpebackend-fdo_1.8.0.bb} (85%)
diff --git a/meta/recipes-sato/webkit/wpebackend-fdo_1.7.1.bb b/meta/recipes-sato/webkit/wpebackend-fdo_1.8.0.bb
similarity index 85%
rename from meta/recipes-sato/webkit/wpebackend-fdo_1.7.1.bb
rename to meta/recipes-sato/webkit/wpebackend-fdo_1.8.0.bb
index 519762d125..69d6098d36 100644
--- a/meta/recipes-sato/webkit/wpebackend-fdo_1.7.1.bb
+++ b/meta/recipes-sato/webkit/wpebackend-fdo_1.8.0.bb
@@ -13,5 +13,5 @@ inherit meson features_check
REQUIRED_DISTRO_FEATURES = "opengl"
SRC_URI = "https://wpewebkit.org/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "9b980a73ea4e3762266c48f81ded56d9dcad4acf32bad9bd05d0dffdd454c6f5"
+SRC_URI[sha256sum] = "9652a99c75fe1c6eab0585b6395f4e104b2427e4d1f42969f1f77df29920d253"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 45/80] xkeyboard-config: upgrade 2.30 -> 2.31
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (42 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 44/80] wpebackend-fdo: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 46/80] u-boot: upgrade 2020.07 -> 2020.10 Alexander Kanavin
` (34 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Add python3native, as at least python 3.6 is needed during build, and not
all hosts have that.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../{xkeyboard-config_2.30.bb => xkeyboard-config_2.31.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.30.bb => xkeyboard-config_2.31.bb} (87%)
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.30.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.31.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/xkeyboard-config_2.30.bb
rename to meta/recipes-graphics/xorg-lib/xkeyboard-config_2.31.bb
index a4d67cd2ce..ad150544e1 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.30.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.31.bb
@@ -13,7 +13,7 @@ LICENSE = "MIT & MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "095a524f7b633ed257617202d06c9c71fe020c8897b106cf0dcdd0c6e8b797d4"
+SRC_URI[sha256sum] = "da44181f2c8828789c720decf7d13acb3c3950e2a040af5132f50f04bb6aada3"
SECTION = "x11/libs"
DEPENDS = "util-macros libxslt-native"
@@ -22,7 +22,7 @@ EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
FILES_${PN} += "${datadir}/X11/xkb"
-inherit autotools pkgconfig gettext
+inherit autotools pkgconfig gettext python3native
do_install_append () {
install -d ${D}${datadir}/X11/xkb/compiled
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 46/80] u-boot: upgrade 2020.07 -> 2020.10
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (43 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 45/80] xkeyboard-config: upgrade 2.30 -> 2.31 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 47/80] usbutils: upgrade 012 -> 013 Alexander Kanavin
` (33 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
License-Update: added MIT license to README; overall license remains as it was
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++--
.../{u-boot-tools_2020.07.bb => u-boot-tools_2020.10.bb} | 1 +
.../u-boot/{u-boot_2020.07.bb => u-boot_2020.10.bb} | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
rename meta/recipes-bsp/u-boot/{u-boot-tools_2020.07.bb => u-boot-tools_2020.10.bb} (98%)
rename meta/recipes-bsp/u-boot/{u-boot_2020.07.bb => u-boot_2020.10.bb} (98%)
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 9199bbfe0b..cbce408a28 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -7,12 +7,12 @@ SECTION = "bootloaders"
DEPENDS += "flex-native bison-native"
LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
PE = "1"
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "2f5fbb5b39f7b67044dda5c35e4a4b31685a3109"
+SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890"
SRC_URI = "git://git.denx.de/u-boot.git \
"
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb
similarity index 98%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb
index 7eaf721ca8..ef386f76e6 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools_2020.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-tools_2020.10.bb
@@ -1,2 +1,3 @@
require u-boot-common.inc
require u-boot-tools.inc
+
diff --git a/meta/recipes-bsp/u-boot/u-boot_2020.07.bb b/meta/recipes-bsp/u-boot/u-boot_2020.10.bb
similarity index 98%
rename from meta/recipes-bsp/u-boot/u-boot_2020.07.bb
rename to meta/recipes-bsp/u-boot/u-boot_2020.10.bb
index 02d67c0db2..4f5b3e5dfd 100644
--- a/meta/recipes-bsp/u-boot/u-boot_2020.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot_2020.10.bb
@@ -2,3 +2,4 @@ require u-boot-common.inc
require u-boot.inc
DEPENDS += "bc-native dtc-native"
+
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 47/80] usbutils: upgrade 012 -> 013
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (44 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 46/80] u-boot: upgrade 2020.07 -> 2020.10 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1 Alexander Kanavin
` (32 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-bsp/usbutils/{usbutils_012.bb => usbutils_013.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-bsp/usbutils/{usbutils_012.bb => usbutils_013.bb} (87%)
diff --git a/meta/recipes-bsp/usbutils/usbutils_012.bb b/meta/recipes-bsp/usbutils/usbutils_013.bb
similarity index 87%
rename from meta/recipes-bsp/usbutils/usbutils_012.bb
rename to meta/recipes-bsp/usbutils/usbutils_013.bb
index 28031e72a7..51f909b795 100644
--- a/meta/recipes-bsp/usbutils/usbutils_012.bb
+++ b/meta/recipes-bsp/usbutils/usbutils_013.bb
@@ -12,8 +12,7 @@ DEPENDS = "libusb1 virtual/libiconv udev"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
"
-SRC_URI[md5sum] = "7484445cbcf04b3eacac892fe58f8d9f"
-SRC_URI[sha256sum] = "ae2e10aad530d95839b6f4d46cd41715eae6f0f1789310d793e9be21b3e7ae20"
+SRC_URI[sha256sum] = "efdfd5403dbdd7412de6bb897d5fbaae65ef3eb4332032c0e1f216216618e9a9"
inherit autotools pkgconfig update-alternatives
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (45 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 47/80] usbutils: upgrade 012 -> 013 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 17:19 ` [OE-core] " akuster
2020-11-02 16:48 ` [PATCH 49/80] nfs-utils: upgrade 2.5.1 -> 2.5.2 Alexander Kanavin
` (31 subsequent siblings)
78 siblings, 1 reply; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-connectivity/kea/{kea_1.7.10.bb => kea_1.9.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/kea/{kea_1.7.10.bb => kea_1.9.1.bb} (96%)
diff --git a/meta/recipes-connectivity/kea/kea_1.7.10.bb b/meta/recipes-connectivity/kea/kea_1.9.1.bb
similarity index 96%
rename from meta/recipes-connectivity/kea/kea_1.7.10.bb
rename to meta/recipes-connectivity/kea/kea_1.9.1.bb
index c9a5819e47..9e7c08e792 100644
--- a/meta/recipes-connectivity/kea/kea_1.7.10.bb
+++ b/meta/recipes-connectivity/kea/kea_1.9.1.bb
@@ -19,7 +19,7 @@ SRC_URI = "\
file://fix-multilib-conflict.patch \
file://fix_pid_keactrl.patch \
"
-SRC_URI[sha256sum] = "4e121f0e58b175a827581c69cb1d60778647049fa47f142940dddc9ce58f3c82"
+SRC_URI[sha256sum] = "ece8cc10fafa2aa8bf5cc18f95f4bfb05bd52f8ee6a152d1ee8b53c28a526999"
inherit autotools systemd update-rc.d
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 49/80] nfs-utils: upgrade 2.5.1 -> 2.5.2
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (46 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 50/80] dropbear: upgrade 2020.80 -> 2020.81 Alexander Kanavin
` (30 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Drop chunks from clang-warnings.patch that are merged upstream.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../nfs-utils/nfs-utils/clang-warnings.patch | 45 +++++--------------
...{nfs-utils_2.5.1.bb => nfs-utils_2.5.2.bb} | 2 +-
2 files changed, 11 insertions(+), 36 deletions(-)
rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.5.1.bb => nfs-utils_2.5.2.bb} (98%)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch b/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch
index 20400fef67..fde99b599e 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch
@@ -1,4 +1,7 @@
-Detect warning options during configure
+From 1ab0c326405c6daa06f1a7eb4b0b60bf4e0584c2 Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem@gmail.com>
+Date: Tue, 31 Dec 2019 08:15:34 -0800
+Subject: [PATCH] Detect warning options during configure
Certain options maybe compiler specific therefore its better
to detect them before use.
@@ -12,28 +15,12 @@ Wdiscarded-qualifiers is gcc specific and this is no longer needed
Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---- a/configure.ac
-+++ b/configure.ac
-@@ -599,7 +599,6 @@ my_am_cflags="\
- -Werror=parentheses \
- -Werror=aggregate-return \
- -Werror=unused-result \
-- -Wno-cast-function-type \
- -fno-strict-aliasing \
- "
-
-@@ -619,9 +618,10 @@ CHECK_CCSUPPORT([-Werror=format-overflow
- CHECK_CCSUPPORT([-Werror=int-conversion], [flg2])
- CHECK_CCSUPPORT([-Werror=incompatible-pointer-types], [flg3])
- CHECK_CCSUPPORT([-Werror=misleading-indentation], [flg4])
-+CHECK_CCSUPPORT([-Wno-cast-function-type], [flg5])
- AX_GCC_FUNC_ATTRIBUTE([format])
-
--AC_SUBST([AM_CFLAGS], ["$my_am_cflags $flg1 $flg2 $flg3 $flg4"])
-+AC_SUBST([AM_CFLAGS], ["$my_am_cflags $flg1 $flg2 $flg3 $flg4 $flg5"])
-
- # Make sure that $ACLOCAL_FLAGS are used during a rebuild
- AC_SUBST([ACLOCAL_AMFLAGS], ["-I $ac_macro_dir \$(ACLOCAL_FLAGS)"])
+---
+ support/nfs/xcommon.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/support/nfs/xcommon.c b/support/nfs/xcommon.c
+index 3989f0b..e080423 100644
--- a/support/nfs/xcommon.c
+++ b/support/nfs/xcommon.c
@@ -98,7 +98,10 @@ nfs_error (const char *fmt, ...) {
@@ -47,15 +34,3 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
va_end (args);
free (fmt2);
}
---- a/utils/mount/stropts.c
-+++ b/utils/mount/stropts.c
-@@ -1094,9 +1094,7 @@ static int nfsmount_fg(struct nfsmount_i
- if (nfs_try_mount(mi))
- return EX_SUCCESS;
-
--#pragma GCC diagnostic ignored "-Wdiscarded-qualifiers"
- if (errno == EBUSY && is_mountpoint(mi->node)) {
--#pragma GCC diagnostic warning "-Wdiscarded-qualifiers"
- /*
- * EBUSY can happen when mounting a filesystem that
- * is already mounted or when the context= are
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.2.bb
similarity index 98%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.1.bb
rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.2.bb
index b8ad23a0d8..c7ac67cf31 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.1.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.5.2.bb
@@ -31,7 +31,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
file://0001-Makefile.am-fix-undefined-function-for-libnsm.a.patch \
file://clang-warnings.patch \
"
-SRC_URI[sha256sum] = "0f1c8170e16a07d9836bbf0836d48d0c842b6f0e0e8b18748f099751851d30c4"
+SRC_URI[sha256sum] = "d493b81c9d3ffce5d10af701a63ed2b8a21768c23da4a2eceb4d708aea65d9de"
# Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will
# pull in the remainder of the dependencies.
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 50/80] dropbear: upgrade 2020.80 -> 2020.81
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (47 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 49/80] nfs-utils: upgrade 2.5.1 -> 2.5.2 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 51/80] btrfs-tools: upgrade 5.7 -> 5.9 Alexander Kanavin
` (29 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-core/dropbear/dropbear_2020.80.bb | 3 ---
meta/recipes-core/dropbear/dropbear_2020.81.bb | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
delete mode 100644 meta/recipes-core/dropbear/dropbear_2020.80.bb
create mode 100644 meta/recipes-core/dropbear/dropbear_2020.81.bb
diff --git a/meta/recipes-core/dropbear/dropbear_2020.80.bb b/meta/recipes-core/dropbear/dropbear_2020.80.bb
deleted file mode 100644
index 088c71cb99..0000000000
--- a/meta/recipes-core/dropbear/dropbear_2020.80.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require dropbear.inc
-
-SRC_URI[sha256sum] = "d927941b91f2da150b2033f1a88b6a47999bf0afb1493a73e9216cffdb5d7949"
diff --git a/meta/recipes-core/dropbear/dropbear_2020.81.bb b/meta/recipes-core/dropbear/dropbear_2020.81.bb
new file mode 100644
index 0000000000..c7edea84f8
--- /dev/null
+++ b/meta/recipes-core/dropbear/dropbear_2020.81.bb
@@ -0,0 +1,3 @@
+require dropbear.inc
+
+SRC_URI[sha256sum] = "48235d10b37775dbda59341ac0c4b239b82ad6318c31568b985730c788aac53b"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 51/80] btrfs-tools: upgrade 5.7 -> 5.9
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (48 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 50/80] dropbear: upgrade 2020.80 -> 2020.81 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 52/80] git: upgrade 2.28.0 -> 2.29.2 Alexander Kanavin
` (28 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../btrfs-tools/{btrfs-tools_5.7.bb => btrfs-tools_5.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_5.7.bb => btrfs-tools_5.9.bb} (97%)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.7.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.9.bb
similarity index 97%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.7.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_5.9.bb
index e61ea9bf89..15a958e624 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.7.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.9.bb
@@ -14,7 +14,7 @@ DEPENDS = "util-linux attr e2fsprogs lzo acl"
DEPENDS_append_class-target = " udev"
RDEPENDS_${PN} = "libgcc"
-SRCREV = "11acf45eea6dd81e891564967051e2bb10bd25f7"
+SRCREV = "2e1fa482300449042ff6612bb51027f3f5765270"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 52/80] git: upgrade 2.28.0 -> 2.29.2
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (49 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 51/80] btrfs-tools: upgrade 5.7 -> 5.9 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 53/80] go: upgrade 1.15.2 -> 1.15.3 Alexander Kanavin
` (27 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/git/{git_2.28.0.bb => git_2.29.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/git/{git_2.28.0.bb => git_2.29.2.bb} (51%)
diff --git a/meta/recipes-devtools/git/git_2.28.0.bb b/meta/recipes-devtools/git/git_2.29.2.bb
similarity index 51%
rename from meta/recipes-devtools/git/git_2.28.0.bb
rename to meta/recipes-devtools/git/git_2.29.2.bb
index e90787d060..6433a2e2b7 100644
--- a/meta/recipes-devtools/git/git_2.28.0.bb
+++ b/meta/recipes-devtools/git/git_2.29.2.bb
@@ -5,5 +5,5 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
"
EXTRA_OEMAKE += "NO_GETTEXT=1"
-SRC_URI[tarball.sha256sum] = "f914c60a874d466c1e18467c864a910dd4ea22281ba6d4d58077cb0c3f115170"
-SRC_URI[manpages.sha256sum] = "3cfca28a88d5b8112ea42322b797a500a14d0acddea391aed0462aff1ab11bf7"
+SRC_URI[tarball.sha256sum] = "869a121e1d75e4c28213df03d204156a17f02fce2dc77be9795b327830f54195"
+SRC_URI[manpages.sha256sum] = "68b258e6d590cb78e02c0df741bbaeab94cbbac6d25de9da4fb3882ee098307b"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 53/80] go: upgrade 1.15.2 -> 1.15.3
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (50 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 52/80] git: upgrade 2.28.0 -> 2.29.2 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 54/80] mtools: upgrade 4.0.24 -> 4.0.25 Alexander Kanavin
` (26 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Set PV directly to allow automated version updates between point releases.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/go/go-1.15.inc | 5 ++---
...go-binary-native_1.15.2.bb => go-binary-native_1.15.3.bb} | 4 ++--
meta/recipes-devtools/go/go-runtime_1.15.bb | 1 +
meta/recipes-devtools/go/go_1.15.bb | 1 +
4 files changed, 6 insertions(+), 5 deletions(-)
rename meta/recipes-devtools/go/{go-binary-native_1.15.2.bb => go-binary-native_1.15.3.bb} (83%)
diff --git a/meta/recipes-devtools/go/go-1.15.inc b/meta/recipes-devtools/go/go-1.15.inc
index 97d748b922..a35921c1f8 100644
--- a/meta/recipes-devtools/go/go-1.15.inc
+++ b/meta/recipes-devtools/go/go-1.15.inc
@@ -1,8 +1,7 @@
require go-common.inc
GO_BASEVERSION = "1.15"
-GO_MINOR = ".2"
-PV .= "${GO_MINOR}"
+PV = "1.15.3"
FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
@@ -17,4 +16,4 @@ SRC_URI += "\
file://0007-cmd-go-make-GOROOT-precious-by-default.patch \
file://0008-use-GOBUILDMODE-to-set-buildmode.patch \
"
-SRC_URI[main.sha256sum] = "28bf9d0bcde251011caae230a4a05d917b172ea203f2a62f2c2f9533589d4b4d"
+SRC_URI[main.sha256sum] = "896a602570e54c8cdfc2c1348abd4ffd1016758d0bd086ccd9787dbfc9b64888"
diff --git a/meta/recipes-devtools/go/go-binary-native_1.15.2.bb b/meta/recipes-devtools/go/go-binary-native_1.15.3.bb
similarity index 83%
rename from meta/recipes-devtools/go/go-binary-native_1.15.2.bb
rename to meta/recipes-devtools/go/go-binary-native_1.15.3.bb
index ccd2d5ebad..aeab91a80f 100644
--- a/meta/recipes-devtools/go/go-binary-native_1.15.2.bb
+++ b/meta/recipes-devtools/go/go-binary-native_1.15.3.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
PROVIDES = "go-native"
SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}"
-SRC_URI[go_linux_amd64.sha256sum] = "b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552"
-SRC_URI[go_linux_arm64.sha256sum] = "c8ec460cc82d61604b048f9439c06bd591722efce5cd48f49e19b5f6226bd36d"
+SRC_URI[go_linux_amd64.sha256sum] = "010a88df924a81ec21b293b5da8f9b11c176d27c0ee3962dc1738d2352d3c02d"
+SRC_URI[go_linux_arm64.sha256sum] = "b8b88a87ada918ef5189fa5938ef4c46a4f61952a34317612aaac705f4275f80"
UPSTREAM_CHECK_URI = "https://golang.org/dl/"
UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
diff --git a/meta/recipes-devtools/go/go-runtime_1.15.bb b/meta/recipes-devtools/go/go-runtime_1.15.bb
index 4eeee65e0c..d6ddb31ed4 100644
--- a/meta/recipes-devtools/go/go-runtime_1.15.bb
+++ b/meta/recipes-devtools/go/go-runtime_1.15.bb
@@ -1,3 +1,4 @@
export CGO_ENABLED_riscv64 = ""
require go-${PV}.inc
require go-runtime.inc
+
diff --git a/meta/recipes-devtools/go/go_1.15.bb b/meta/recipes-devtools/go/go_1.15.bb
index 4bf9dd50b2..cc4c3fe45d 100644
--- a/meta/recipes-devtools/go/go_1.15.bb
+++ b/meta/recipes-devtools/go/go_1.15.bb
@@ -13,3 +13,4 @@ python() {
if 'mips' in d.getVar('TARGET_ARCH',True) or 'riscv' in d.getVar('TARGET_ARCH',True):
d.appendVar('INSANE_SKIP_%s' % d.getVar('PN',True), " textrel")
}
+
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 54/80] mtools: upgrade 4.0.24 -> 4.0.25
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (51 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 53/80] go: upgrade 1.15.2 -> 1.15.3 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 55/80] python3-numpy: upgrade 1.19.1 -> 1.19.3 Alexander Kanavin
` (25 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../mtools/mtools/disable-hardcoded-configs.patch | 6 +++---
.../mtools/{mtools_4.0.24.bb => mtools_4.0.25.bb} | 3 +--
2 files changed, 4 insertions(+), 5 deletions(-)
rename meta/recipes-devtools/mtools/{mtools_4.0.24.bb => mtools_4.0.25.bb} (90%)
diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
index 138ff9de76..4705890157 100644
--- a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
+++ b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
@@ -1,4 +1,4 @@
-From fa6ebd96c7f330edcd74abf61584592eabb9e726 Mon Sep 17 00:00:00 2001
+From c61a3df892ba88d9f3f84c1844481457a04b051f Mon Sep 17 00:00:00 2001
From: Ed Bartosh <ed.bartosh@linux.intel.com>
Date: Tue, 13 Jun 2017 14:55:52 +0300
Subject: [PATCH] Disabled reading host configs.
@@ -12,10 +12,10 @@ Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
1 file changed, 8 deletions(-)
diff --git a/config.c b/config.c
-index 265d494..15e64dd 100644
+index 46af755..5ed9114 100644
--- a/config.c
+++ b/config.c
-@@ -740,14 +740,6 @@ void read_config(void)
+@@ -737,14 +737,6 @@ void read_config(void)
memcpy(devices, const_devices,
nr_const_devices*sizeof(struct device));
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.24.bb b/meta/recipes-devtools/mtools/mtools_4.0.25.bb
similarity index 90%
rename from meta/recipes-devtools/mtools/mtools_4.0.24.bb
rename to meta/recipes-devtools/mtools/mtools_4.0.25.bb
index f11cdad37a..bca33a28ee 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.24.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.25.bb
@@ -24,8 +24,7 @@ RRECOMMENDS_${PN}_libc-glibc = "\
glibc-gconv-ibm866 \
glibc-gconv-ibm869 \
"
-SRC_URI[md5sum] = "aeaf34406e9d28922b7c09a35ca5955e"
-SRC_URI[sha256sum] = "24f4a2da9219f98498eb1b340cd96db7ef9b684c067d1bdeb6e85efdd13b2fb9"
+SRC_URI[sha256sum] = "fd161eec3bb7a93d13936db67725ad3e17f2d5f4e6fa8f7667fbc7ac728e2c15"
SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
file://mtools-makeinfo.patch \
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 55/80] python3-numpy: upgrade 1.19.1 -> 1.19.3
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (52 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 54/80] mtools: upgrade 4.0.24 -> 4.0.25 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 56/80] python3-git: upgrade 3.1.7 -> 3.1.11 Alexander Kanavin
` (24 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
License-Update: reformatting
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/python-numpy/python-numpy.inc | 4 ++--
.../{python3-numpy_1.19.1.bb => python3-numpy_1.19.3.bb} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python-numpy/{python3-numpy_1.19.1.bb => python3-numpy_1.19.3.bb} (100%)
diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc
index 0113f4098d..b1058b26c8 100644
--- a/meta/recipes-devtools/python-numpy/python-numpy.inc
+++ b/meta/recipes-devtools/python-numpy/python-numpy.inc
@@ -1,14 +1,14 @@
SUMMARY = "A sophisticated Numeric Processing Package for Python"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=643d4e90100b7abe468c4db88127b895"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e527e2a94c4584cd192d03ffb1f4a744"
SRCNAME = "numpy"
SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \
"
-SRC_URI[sha256sum] = "1396e6c3d20cbfc119195303b0272e749610b7042cc498be4134f013e9a3215c"
+SRC_URI[sha256sum] = "9179d259a9bc53ed7b153d31fc3156d1ca560d61079f53191cf177c3efc4a498"
UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.19.1.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb
similarity index 100%
rename from meta/recipes-devtools/python-numpy/python3-numpy_1.19.1.bb
rename to meta/recipes-devtools/python-numpy/python3-numpy_1.19.3.bb
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 56/80] python3-git: upgrade 3.1.7 -> 3.1.11
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (53 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 55/80] python3-numpy: upgrade 1.19.1 -> 1.19.3 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 57/80] python3-pyelftools: upgrade 0.26 -> 0.27 Alexander Kanavin
` (23 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../python/{python3-git_3.1.7.bb => python3-git_3.1.11.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-git_3.1.7.bb => python3-git_3.1.11.bb} (92%)
diff --git a/meta/recipes-devtools/python/python3-git_3.1.7.bb b/meta/recipes-devtools/python/python3-git_3.1.11.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-git_3.1.7.bb
rename to meta/recipes-devtools/python/python3-git_3.1.11.bb
index 6d1fc4b653..7c636572f3 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.7.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.11.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "2db287d71a284e22e5c2846042d0602465c7434d910406990d5b74df4afb0858"
+SRC_URI[sha256sum] = "befa4d101f91bad1b632df4308ec64555db684c360bd7d2130b4807d49ce86b8"
DEPENDS += " ${PYTHON_PN}-gitdb"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 57/80] python3-pyelftools: upgrade 0.26 -> 0.27
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (54 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 56/80] python3-git: upgrade 3.1.7 -> 3.1.11 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 58/80] python3-pygments: upgrade 2.6.1 -> 2.7.2 Alexander Kanavin
` (22 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../{python3-pyelftools_0.26.bb => python3-pyelftools_0.27.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-pyelftools_0.26.bb => python3-pyelftools_0.27.bb} (72%)
diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.26.bb b/meta/recipes-devtools/python/python3-pyelftools_0.27.bb
similarity index 72%
rename from meta/recipes-devtools/python/python3-pyelftools_0.26.bb
rename to meta/recipes-devtools/python/python3-pyelftools_0.27.bb
index 575dfc4dc9..0cfd99504b 100644
--- a/meta/recipes-devtools/python/python3-pyelftools_0.26.bb
+++ b/meta/recipes-devtools/python/python3-pyelftools_0.27.bb
@@ -4,8 +4,7 @@ SECTION = "devel/python"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
-SRC_URI[md5sum] = "0ba0de4b47127249c4d632ae299cb0e8"
-SRC_URI[sha256sum] = "86ac6cee19f6c945e8dedf78c6ee74f1112bd14da5a658d8c9d4103aed5756a2"
+SRC_URI[sha256sum] = "cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b"
PYPI_PACKAGE = "pyelftools"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 58/80] python3-pygments: upgrade 2.6.1 -> 2.7.2
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (55 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 57/80] python3-pyelftools: upgrade 0.26 -> 0.27 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 59/80] python3-setuptools: upgrade 49.6.0 -> 50.3.2 Alexander Kanavin
` (21 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../{python3-pygments_2.6.1.bb => python3-pygments_2.7.2.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/python/{python3-pygments_2.6.1.bb => python3-pygments_2.7.2.bb} (62%)
diff --git a/meta/recipes-devtools/python/python3-pygments_2.6.1.bb b/meta/recipes-devtools/python/python3-pygments_2.7.2.bb
similarity index 62%
rename from meta/recipes-devtools/python/python3-pygments_2.6.1.bb
rename to meta/recipes-devtools/python/python3-pygments_2.7.2.bb
index bffef59e69..00e5dc6e30 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.6.1.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.7.2.bb
@@ -2,11 +2,10 @@ SUMMARY = "Pygments is a syntax highlighting package written in Python."
DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
HOMEPAGE = "http://pygments.org/"
LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e1d7b7bffbfeaa14083fd2bd3236aea8"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1f5d0c4cf38dfc8122c00d6f1a97a0cc"
inherit setuptools3
-SRC_URI[md5sum] = "a48c5219de92f12c41acba814730b31a"
-SRC_URI[sha256sum] = "647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44"
+SRC_URI[sha256sum] = "381985fcc551eb9d37c52088a32914e00517e57f4a21609f48141ba08e193fa0"
DEPENDS += "\
${PYTHON_PN} \
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 59/80] python3-setuptools: upgrade 49.6.0 -> 50.3.2
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (56 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 58/80] python3-pygments: upgrade 2.6.1 -> 2.7.2 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 60/80] asciidoc: upgrade 9.0.2 -> 9.0.4 Alexander Kanavin
` (20 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...-conditionally-do-not-fetch-code-by-easy_install.patch | 8 ++++----
...-setuptools_49.6.0.bb => python3-setuptools_50.3.2.bb} | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
rename meta/recipes-devtools/python/{python3-setuptools_49.6.0.bb => python3-setuptools_50.3.2.bb} (95%)
diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
index ee0a9dbb13..99c50e94cb 100644
--- a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
+++ b/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch
@@ -1,4 +1,4 @@
-From 6a5086619ee1c4bcebc7df622face11de6679255 Mon Sep 17 00:00:00 2001
+From d2633b49275b20e7acf724567fe0189aab25771e Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Tue, 17 Jul 2018 10:13:38 +0800
Subject: [PATCH] conditionally do not fetch code by easy_install
@@ -15,11 +15,11 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
1 file changed, 5 insertions(+)
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
-index bcbd4f5..6455afd 100644
+index 9ec83b7..7e97a07 100644
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
-@@ -653,6 +653,11 @@ class easy_install(Command):
- os.path.exists(tmpdir) and rmtree(rmtree_safe(tmpdir))
+@@ -636,6 +636,11 @@ class easy_install(Command):
+ os.path.exists(tmpdir) and rmtree(tmpdir)
def easy_install(self, spec, deps=False):
+ if os.environ.get('NO_FETCH_BUILD', None):
diff --git a/meta/recipes-devtools/python/python3-setuptools_49.6.0.bb b/meta/recipes-devtools/python/python3-setuptools_50.3.2.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-setuptools_49.6.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_50.3.2.bb
index 360128b116..4480d56775 100644
--- a/meta/recipes-devtools/python/python3-setuptools_49.6.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_50.3.2.bb
@@ -12,7 +12,7 @@ SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-e
SRC_URI += "file://0001-change-shebang-to-python3.patch"
-SRC_URI[sha256sum] = "46bd862894ed22c2edff033c758c2dc026324788d758e96788e8f7c11f4e9707"
+SRC_URI[sha256sum] = "ed0519d27a243843b05d82a5e9d01b0b083d9934eaa3d02779a23da18077bd3c"
DEPENDS += "${PYTHON_PN}"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 60/80] asciidoc: upgrade 9.0.2 -> 9.0.4
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (57 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 59/80] python3-setuptools: upgrade 49.6.0 -> 50.3.2 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 61/80] iptables: upgrade 1.8.5 -> 1.8.6 Alexander Kanavin
` (19 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../asciidoc/{asciidoc_9.0.2.bb => asciidoc_9.0.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/asciidoc/{asciidoc_9.0.2.bb => asciidoc_9.0.4.bb} (95%)
diff --git a/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb b/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb
similarity index 95%
rename from meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb
rename to meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb
index 711bfbfb9b..51d12cb8c6 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \
SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https \
file://auto-catalogs.patch"
-SRCREV = "9a407dc9a497364c91421fd961954eddb565baf1"
+SRCREV = "8de61a75572b5b8f90c1f87634aa3767472be7a7"
DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 61/80] iptables: upgrade 1.8.5 -> 1.8.6
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (58 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 60/80] asciidoc: upgrade 9.0.2 -> 9.0.4 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 62/80] libsolv: upgrade 0.7.14 -> 0.7.16 Alexander Kanavin
` (18 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...iptables-apply-not-getting-installed.patch | 45 -------------------
.../{iptables_1.8.5.bb => iptables_1.8.6.bb} | 5 +--
2 files changed, 2 insertions(+), 48 deletions(-)
delete mode 100644 meta/recipes-extended/iptables/iptables/0001-build-resolve-iptables-apply-not-getting-installed.patch
rename meta/recipes-extended/iptables/{iptables_1.8.5.bb => iptables_1.8.6.bb} (95%)
diff --git a/meta/recipes-extended/iptables/iptables/0001-build-resolve-iptables-apply-not-getting-installed.patch b/meta/recipes-extended/iptables/iptables/0001-build-resolve-iptables-apply-not-getting-installed.patch
deleted file mode 100644
index 51ed66ed24..0000000000
--- a/meta/recipes-extended/iptables/iptables/0001-build-resolve-iptables-apply-not-getting-installed.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From d4ed0c741fc789bb09d977d74d30875fdd50d08b Mon Sep 17 00:00:00 2001
-From: Jan Engelhardt <jengelh@inai.de>
-Date: Wed, 3 Jun 2020 15:38:48 +0200
-Subject: [PATCH] build: resolve iptables-apply not getting installed
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-ip6tables-apply gets installed but iptables-apply does not.
-That is wrong.
-
-» make install DESTDIR=$PWD/r
-» find r -name "*app*"
-r/usr/local/sbin/ip6tables-apply
-r/usr/local/share/man/man8/iptables-apply.8
-r/usr/local/share/man/man8/ip6tables-apply.8
-
-Fixes: v1.8.5~87
-Signed-off-by: Jan Engelhardt <jengelh@inai.de>
-Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-
-Upstream-Status: Backport
-[https://git.netfilter.org/iptables/commit/?id=d4ed0c741fc789bb09d977d74d30875fdd50d08b]
-
-Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
----
- iptables/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/iptables/Makefile.am b/iptables/Makefile.am
-index dc66b3cc..2024dbf5 100644
---- a/iptables/Makefile.am
-+++ b/iptables/Makefile.am
-@@ -56,7 +56,7 @@ man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \
- ip6tables-save.8 iptables-extensions.8 \
- iptables-apply.8 ip6tables-apply.8
-
--sbin_SCRIPT = iptables-apply
-+sbin_SCRIPTS = iptables-apply
-
- if ENABLE_NFTABLES
- man_MANS += xtables-nft.8 xtables-translate.8 xtables-legacy.8 \
---
-2.17.1
-
diff --git a/meta/recipes-extended/iptables/iptables_1.8.5.bb b/meta/recipes-extended/iptables/iptables_1.8.6.bb
similarity index 95%
rename from meta/recipes-extended/iptables/iptables_1.8.5.bb
rename to meta/recipes-extended/iptables/iptables_1.8.6.bb
index 5976128807..9c15b0bc9d 100644
--- a/meta/recipes-extended/iptables/iptables_1.8.5.bb
+++ b/meta/recipes-extended/iptables/iptables_1.8.6.bb
@@ -11,13 +11,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
file://0001-configure-Add-option-to-enable-disable-libnfnetlink.patch \
file://0002-configure.ac-only-check-conntrack-when-libnfnetlink-enabled.patch \
- file://0001-build-resolve-iptables-apply-not-getting-installed.patch \
file://iptables.service \
file://iptables.rules \
file://ip6tables.service \
file://ip6tables.rules \
-"
-SRC_URI[sha256sum] = "d457d74512e63aa3f50336e0597d4023c0e3c6845594d38532efb6ebcb294309"
+ "
+SRC_URI[sha256sum] = "a0f4fe0c3eb8faa5bd9c8376d132f340b9558e750c91deb2d5028aa3d0047767"
SYSTEMD_SERVICE_${PN} = "\
iptables.service \
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 62/80] libsolv: upgrade 0.7.14 -> 0.7.16
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (59 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 61/80] iptables: upgrade 1.8.5 -> 1.8.6 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 63/80] stress-ng: upgrade 0.11.21 -> 0.11.23 Alexander Kanavin
` (17 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libsolv/{libsolv_0.7.14.bb => libsolv_0.7.16.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/libsolv/{libsolv_0.7.14.bb => libsolv_0.7.16.bb} (94%)
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.14.bb b/meta/recipes-extended/libsolv/libsolv_0.7.16.bb
similarity index 94%
rename from meta/recipes-extended/libsolv/libsolv_0.7.14.bb
rename to meta/recipes-extended/libsolv/libsolv_0.7.16.bb
index 5179d4565a..f7902727c4 100644
--- a/meta/recipes-extended/libsolv/libsolv_0.7.14.bb
+++ b/meta/recipes-extended/libsolv/libsolv_0.7.16.bb
@@ -10,7 +10,7 @@ DEPENDS = "expat zlib"
SRC_URI = "git://github.com/openSUSE/libsolv.git \
"
-SRCREV = "b264537ea43ce39d93d8d97fcca16e97825beaa0"
+SRCREV = "7046fb004987c7f1b3722628d9a4ca1c67577188"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 63/80] stress-ng: upgrade 0.11.21 -> 0.11.23
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (60 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 62/80] libsolv: upgrade 0.7.14 -> 0.7.16 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 64/80] libhandy: upgrade 1.0.0 -> 1.0.1 Alexander Kanavin
` (16 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../stress-ng/{stress-ng_0.11.21.bb => stress-ng_0.11.23.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/stress-ng/{stress-ng_0.11.21.bb => stress-ng_0.11.23.bb} (90%)
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.11.21.bb b/meta/recipes-extended/stress-ng/stress-ng_0.11.23.bb
similarity index 90%
rename from meta/recipes-extended/stress-ng/stress-ng_0.11.21.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.11.23.bb
index 71671dd046..f09bb24737 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.11.21.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.11.23.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
file://no_daddr_t.patch \
"
-SRC_URI[sha256sum] = "ee44b71aba20e9c7d10ec4768efa2245d12579fa17e08b9314c17f06f785ae39"
+SRC_URI[sha256sum] = "c0a76147a02f4c31af1fb4b9b7e0b90ac8bbd8590ccb54264d5cbe046c769cd2"
DEPENDS = "coreutils-native"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 64/80] libhandy: upgrade 1.0.0 -> 1.0.1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (61 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 63/80] stress-ng: upgrade 0.11.21 -> 0.11.23 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 65/80] freetype: upgrade 2.10.2 -> 2.10.4 Alexander Kanavin
` (15 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libhandy/{libhandy_1.0.0.bb => libhandy_1.0.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/libhandy/{libhandy_1.0.0.bb => libhandy_1.0.1.bb} (91%)
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.0.0.bb b/meta/recipes-gnome/libhandy/libhandy_1.0.1.bb
similarity index 91%
rename from meta/recipes-gnome/libhandy/libhandy_1.0.0.bb
rename to meta/recipes-gnome/libhandy/libhandy_1.0.1.bb
index 3cdbfc820f..146ef62f41 100644
--- a/meta/recipes-gnome/libhandy/libhandy_1.0.0.bb
+++ b/meta/recipes-gnome/libhandy/libhandy_1.0.1.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://gitlab.gnome.org/GNOME/${BPN}.git;protocol=https"
-SRCREV = "94313c206258860b2428712e7ece1d02c5177857"
+SRCREV = "5cee0927b8b39dea1b2a62ec6d19169f73ba06c6"
S = "${WORKDIR}/git"
GIR_MESON_ENABLE_FLAG = 'enabled'
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 65/80] freetype: upgrade 2.10.2 -> 2.10.4
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (62 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 64/80] libhandy: upgrade 1.0.0 -> 1.0.1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 66/80] linux-firmware: upgrade 20200817 -> 20201022 Alexander Kanavin
` (14 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../freetype/{freetype_2.10.2.bb => freetype_2.10.4.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-graphics/freetype/{freetype_2.10.2.bb => freetype_2.10.4.bb} (92%)
diff --git a/meta/recipes-graphics/freetype/freetype_2.10.2.bb b/meta/recipes-graphics/freetype/freetype_2.10.4.bb
similarity index 92%
rename from meta/recipes-graphics/freetype/freetype_2.10.2.bb
rename to meta/recipes-graphics/freetype/freetype_2.10.4.bb
index 1034ddc0d7..8462cd3511 100644
--- a/meta/recipes-graphics/freetype/freetype_2.10.2.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.10.4.bb
@@ -15,8 +15,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=4af6221506f202774ef74f64932878a1
SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BP}.tar.xz \
file://use-right-libtool.patch \
"
-SRC_URI[md5sum] = "7c0d5a39f232d7eb9f9d7da76bf08074"
-SRC_URI[sha256sum] = "1543d61025d2e6312e0a1c563652555f17378a204a61e99928c9fcef030a2d8b"
+SRC_URI[sha256sum] = "86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784"
UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 66/80] linux-firmware: upgrade 20200817 -> 20201022
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (63 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 65/80] freetype: upgrade 2.10.2 -> 2.10.4 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 67/80] alsa: upgrade 1.2.3 -> 1.2.4 Alexander Kanavin
` (13 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
License-Update: WHENCE file names updates
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...{linux-firmware_20200817.bb => linux-firmware_20201022.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200817.bb => linux-firmware_20201022.bb} (99%)
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200817.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20201022.bb
similarity index 99%
rename from meta/recipes-kernel/linux-firmware/linux-firmware_20200817.bb
rename to meta/recipes-kernel/linux-firmware/linux-firmware_20201022.bb
index 0abd28c9fa..045f2647e0 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200817.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20201022.bb
@@ -126,7 +126,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \
file://LICENCE.xc4000;md5=0ff51d2dc49fce04814c9155081092f0 \
file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \
file://LICENCE.xc5000c;md5=12b02efa3049db65d524aeb418dd87ca \
- file://WHENCE;md5=4d229f79f8770b5b2c4aac655b9fabef \
+ file://WHENCE;md5=daf28db5d6353de0a886f08106cffa22 \
"
# These are not common licenses, set NO_GENERIC_LICENSE for them
@@ -198,7 +198,7 @@ PE = "1"
SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/firmware/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "76d05d5f1eff268d3b80675245fa596f557bd55ee2e16ddd54d18ffeae943887"
+SRC_URI[sha256sum] = "bf586e0beb4c65f22bf0a79811f259aa0a5a7cc9f70eebecb260525b6914cef7"
inherit allarch
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 67/80] alsa: upgrade 1.2.3 -> 1.2.4
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (64 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 66/80] linux-firmware: upgrade 20200817 -> 20201022 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 68/80] gstreamer1.0: upgrade 1.18.0 -> 1.18.1 Alexander Kanavin
` (12 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Backport a patch to fix musl builds.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...8e5503980295dd8e5e54a6285d2d7e32eb1e.patch | 31 +++++++++++++++++++
...{alsa-lib_1.2.3.2.bb => alsa-lib_1.2.4.bb} | 5 +--
...f_1.2.3.bb => alsa-topology-conf_1.2.4.bb} | 2 +-
...m-conf_1.2.3.bb => alsa-ucm-conf_1.2.4.bb} | 2 +-
...s_1.2.3.bb => alsa-utils-scripts_1.2.4.bb} | 0
meta/recipes-multimedia/alsa/alsa-utils.inc | 2 +-
...lsa-utils_1.2.3.bb => alsa-utils_1.2.4.bb} | 0
7 files changed, 37 insertions(+), 5 deletions(-)
create mode 100644 meta/recipes-multimedia/alsa/alsa-lib/ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch
rename meta/recipes-multimedia/alsa/{alsa-lib_1.2.3.2.bb => alsa-lib_1.2.4.bb} (88%)
rename meta/recipes-multimedia/alsa/{alsa-topology-conf_1.2.3.bb => alsa-topology-conf_1.2.4.bb} (84%)
rename meta/recipes-multimedia/alsa/{alsa-ucm-conf_1.2.3.bb => alsa-ucm-conf_1.2.4.bb} (85%)
rename meta/recipes-multimedia/alsa/{alsa-utils-scripts_1.2.3.bb => alsa-utils-scripts_1.2.4.bb} (100%)
rename meta/recipes-multimedia/alsa/{alsa-utils_1.2.3.bb => alsa-utils_1.2.4.bb} (100%)
diff --git a/meta/recipes-multimedia/alsa/alsa-lib/ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch b/meta/recipes-multimedia/alsa/alsa-lib/ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch
new file mode 100644
index 0000000000..98e2988dda
--- /dev/null
+++ b/meta/recipes-multimedia/alsa/alsa-lib/ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch
@@ -0,0 +1,31 @@
+From ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e Mon Sep 17 00:00:00 2001
+From: Jaroslav Kysela <perex@perex.cz>
+Date: Thu, 22 Oct 2020 20:57:32 +0200
+Subject: [PATCH] dlmisc: the snd_plugin_dir_set / snd_plugin_dir must be
+ declared even for \!DL_ORIGIN_AVAILABLE
+
+Fixes: 8580c081c2 ("dlsym: add support for ALSA_PLUGIN_DIR environment variable")
+BugLink: https://github.com/alsa-project/alsa-lib/issues/91
+Signed-off-by: Jaroslav Kysela <perex@perex.cz>
+Upstream-Status: Backport
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
+---
+ src/dlmisc.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/dlmisc.c b/src/dlmisc.c
+index c9517c55..f20eb593 100644
+--- a/src/dlmisc.c
++++ b/src/dlmisc.c
+@@ -42,11 +42,9 @@
+ #ifndef PIC
+ struct snd_dlsym_link *snd_dlsym_start = NULL;
+ #endif
+-#ifdef DL_ORIGIN_AVAILABLE
+ static int snd_plugin_dir_set = 0;
+ static char *snd_plugin_dir = NULL;
+ #endif
+-#endif
+
+ #if defined(DL_ORIGIN_AVAILABLE) && defined(HAVE_LIBPTHREAD)
+ static pthread_mutex_t snd_dlpath_mutex = PTHREAD_MUTEX_INITIALIZER;
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.3.2.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb
similarity index 88%
rename from meta/recipes-multimedia/alsa/alsa-lib_1.2.3.2.bb
rename to meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb
index 1ed1a7b9a3..f38e8b94ff 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.3.2.bb
+++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.4.bb
@@ -7,8 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \
file://src/socket.c;md5=285675b45e83f571c6a957fe4ab79c93;beginline=9;endline=24 \
"
-SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "e81fc5b7afcaee8c9fd7f64a1e3043e88d62e9ad2c4cff55f578df6b0a9abe15"
+SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2 \
+ file://ad8c8e5503980295dd8e5e54a6285d2d7e32eb1e.patch"
+SRC_URI[sha256sum] = "f7554be1a56cdff468b58fc1c29b95b64864c590038dd309c7a978c7116908f7"
inherit autotools pkgconfig
diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb
similarity index 84%
rename from meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb
rename to meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb
index 3575c460e4..aac4b48948 100644
--- a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.3.bb
+++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.4.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4"
SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "833f99b2cbda34e0cfef867ef1d2e6a74fe276bb7fc525a573be32077f629dff"
+SRC_URI[sha256sum] = "55e0e6e42eca4cc7656c257af2440cdc65b83689dca49fc60ca0194db079ed07"
inherit allarch
diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.3.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb
similarity index 85%
rename from meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.3.bb
rename to meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb
index 7be0df8856..da41c3db75 100644
--- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.3.bb
+++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.4.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4"
SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "1bc24da04bb27a75e323c9f0fb03e44705b6bb8a8baf255b94b41d457d590d00"
+SRC_URI[sha256sum] = "2c3b535c77dcb9aaf62a61f4f8324f1ab184162f105f7ec9ed1e37c742fcd340"
inherit allarch
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.3.bb b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.4.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.3.bb
rename to meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.4.bb
diff --git a/meta/recipes-multimedia/alsa/alsa-utils.inc b/meta/recipes-multimedia/alsa/alsa-utils.inc
index b523a5a832..87eb55afbe 100644
--- a/meta/recipes-multimedia/alsa/alsa-utils.inc
+++ b/meta/recipes-multimedia/alsa/alsa-utils.inc
@@ -21,7 +21,7 @@ PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook
# alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe
SRC_URI = "https://www.alsa-project.org/files/pub/utils/alsa-utils-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "ff19ae48c22938de7a491bdb39db74a2eee2546013f39bf1a86185e426f921aa"
+SRC_URI[sha256sum] = "98ffc2d599de0577d423a48fa5f20a992ca0b82d812ed1f2e58ade49ac6da426"
# On build machines with python-docutils (not python3-docutils !!) installed
# rst2man (not rst2man.py) is detected and compile fails with
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.2.3.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.2.4.bb
similarity index 100%
rename from meta/recipes-multimedia/alsa/alsa-utils_1.2.3.bb
rename to meta/recipes-multimedia/alsa/alsa-utils_1.2.4.bb
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 68/80] gstreamer1.0: upgrade 1.18.0 -> 1.18.1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (65 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 67/80] alsa: upgrade 1.2.3 -> 1.2.4 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 69/80] x264: upgrade to latest revision Alexander Kanavin
` (11 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
License-Update: COPYING replaces gpl2 with lgpl2.1, COPYING.LIB removed.
This does not change the overall licensing situation as explained here:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1422
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../{gst-devtools_1.18.0.bb => gst-devtools_1.18.1.bb} | 3 +--
.../{gst-examples_1.18.0.bb => gst-examples_1.18.1.bb} | 4 ++--
...amer1.0-libav_1.18.0.bb => gstreamer1.0-libav_1.18.1.bb} | 3 +--
...streamer1.0-omx_1.18.0.bb => gstreamer1.0-omx_1.18.1.bb} | 3 +--
...ins-bad_1.18.0.bb => gstreamer1.0-plugins-bad_1.18.1.bb} | 6 ++----
...s-base_1.18.0.bb => gstreamer1.0-plugins-base_1.18.1.bb} | 3 +--
...s-good_1.18.0.bb => gstreamer1.0-plugins-good_1.18.1.bb} | 3 +--
...s-ugly_1.18.0.bb => gstreamer1.0-plugins-ugly_1.18.1.bb} | 3 +--
...er1.0-python_1.18.0.bb => gstreamer1.0-python_1.18.1.bb} | 3 +--
...-server_1.18.0.bb => gstreamer1.0-rtsp-server_1.18.1.bb} | 3 +--
...amer1.0-vaapi_1.18.0.bb => gstreamer1.0-vaapi_1.18.1.bb} | 3 +--
.../{gstreamer1.0_1.18.0.bb => gstreamer1.0_1.18.1.bb} | 3 +--
12 files changed, 14 insertions(+), 26 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.18.0.bb => gst-devtools_1.18.1.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gst-examples_1.18.0.bb => gst-examples_1.18.1.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.18.0.bb => gstreamer1.0-libav_1.18.1.bb} (84%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.18.0.bb => gstreamer1.0-omx_1.18.1.bb} (92%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.18.0.bb => gstreamer1.0-plugins-bad_1.18.1.bb} (96%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.18.0.bb => gstreamer1.0-plugins-base_1.18.1.bb} (96%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.18.0.bb => gstreamer1.0-plugins-good_1.18.1.bb} (96%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.18.0.bb => gstreamer1.0-plugins-ugly_1.18.1.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.18.0.bb => gstreamer1.0-python_1.18.1.bb} (84%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.18.0.bb => gstreamer1.0-rtsp-server_1.18.1.bb} (85%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.18.0.bb => gstreamer1.0-vaapi_1.18.1.bb} (93%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.18.0.bb => gstreamer1.0_1.18.1.bb} (95%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.1.bb
similarity index 90%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.18.1.bb
index 63e7a99b4f..2e09ef9c25 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.18.1.bb
@@ -12,8 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}
file://0001-connect-has-a-different-signature-on-musl.patch \
"
-SRC_URI[md5sum] = "37ca48ea06fb4304cfc9009ec924bc52"
-SRC_URI[sha256sum] = "82337141b5654f11c440f783892ba9d9498b3b6b98c2286b000f96dce6945f16"
+SRC_URI[sha256sum] = "712212babd2238233d55beecfc0fe1ea8db18e8807ac6ab05a64505b2c7ab0df"
DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
RRECOMMENDS_${PN} = "git"
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.1.bb
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gst-examples_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gst-examples_1.18.1.bb
index 66db2f4eb8..048b45a08f 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.18.1.bb
@@ -4,12 +4,12 @@ LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20
DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 libsoup-2.4 json-glib glib-2.0-native"
-SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gst-examples.git;protocol=https \
+SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gst-examples.git;protocol=https;branch=1.18 \
file://0001-Make-player-examples-installable.patch \
file://gst-player.desktop \
"
-SRCREV = "009290dc8784e6714dc2a29be123110c14a38123"
+SRCREV = "998ee69af18a5928759dbe17fffbceebbc8d72d0"
S = "${WORKDIR}/git"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.1.bb
similarity index 84%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.1.bb
index 9fe7957daa..38bbffafa4 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.18.1.bb
@@ -10,8 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \
"
SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz"
-SRC_URI[md5sum] = "fe2f07356fa37445837cdde274027117"
-SRC_URI[sha256sum] = "42f93f5ce9a3fc22051e5f783a4574b56ebf213f331f75dcbc3552459bd3a06a"
+SRC_URI[sha256sum] = "39a717bc2613efbbba19df3cf5cacff0987471fc8281ba2c5dcdeaded79c2ed8"
S = "${WORKDIR}/gst-libav-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.1.bb
similarity index 92%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.1.bb
index c4855034e0..513d66f9fc 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.18.1.bb
@@ -9,8 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
SRC_URI = "https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-${PV}.tar.xz"
-SRC_URI[md5sum] = "dcff9e4f055a2b1ecadc9f49f5b60a2e"
-SRC_URI[sha256sum] = "302c65e04578991364f7605e04cfb54dfd75268d51080d35f221ee1a8b341fad"
+SRC_URI[sha256sum] = "42a8e0f9518b94655981ede441638f9f9395f4b1b9a4b329f068ee793975a965"
S = "${WORKDIR}/gst-omx-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.1.bb
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.1.bb
index 8f9036b8ec..100875dfb7 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.18.1.bb
@@ -6,14 +6,12 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
file://0003-ensure-valid-sentinals-for-gst_structure_get-etc.patch \
file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
"
-SRC_URI[md5sum] = "c1b5f2fb2d76ace6a3d04df73a8c72ea"
-SRC_URI[sha256sum] = "f382ab1caddd64aaa7acb7c4787487f63fd39bd0fde9c757655cbaa457c1185f"
+SRC_URI[sha256sum] = "c195978c85d97406c05eb9d43ac54b9ab35eda6ffdae32b3ed597b8f1743c1b2"
S = "${WORKDIR}/gst-plugins-bad-${PV}"
LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
- file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 "
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS += "gstreamer1.0-plugins-base"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.1.bb
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.1.bb
index a04af186f6..8e3ff21c90 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.1.bb
@@ -9,8 +9,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
file://0004-glimagesink-Downrank-to-marginal.patch \
"
-SRC_URI[md5sum] = "5ea9dc2692335e03170c3639901c2d83"
-SRC_URI[sha256sum] = "762abdd1a950809a1cea62fff7f86b5f7d6bd5f6841e3e585c700b823cdb7897"
+SRC_URI[sha256sum] = "1ba654d7de30f7284b4c7071b32f881b609733ce02ab6d9d9ea29386a036c641"
S = "${WORKDIR}/gst-plugins-base-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.1.bb
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.1.bb
index 17a9d5a04e..bc7550f40b 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.1.bb
@@ -4,8 +4,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-go
file://0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch \
"
-SRC_URI[md5sum] = "c437bf42bf830bc0f482c7d088fb37a5"
-SRC_URI[sha256sum] = "6329bc377a3afea5cf1ab329a91cc4a906f075781780d1edc59e8bea8c1a8bac"
+SRC_URI[sha256sum] = "e210e91a5590ecb6accc9d06c949a58ca6897d8edb3b3d55828e424c624f626c"
S = "${WORKDIR}/gst-plugins-good-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.1.bb
similarity index 90%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.1.bb
index d38550c352..614ef8d740 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.18.1.bb
@@ -9,8 +9,7 @@ LICENSE_FLAGS = "commercial"
SRC_URI = " \
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
"
-SRC_URI[md5sum] = "01d3a24152cfd5eb27b1787d44b524c6"
-SRC_URI[sha256sum] = "686644e45e08258ae240c4519376668ad8d34ea6d0f6ab556473c317bfb7e082"
+SRC_URI[sha256sum] = "18cd6cb829eb9611ca63cbcbf46aca0f0de1dd28b2df18caa2834326a75ff725"
S = "${WORKDIR}/gst-plugins-ugly-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.1.bb
similarity index 84%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.1.bb
index 8ad6e15306..c0c5d271d0 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.1.bb
@@ -6,8 +6,7 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[md5sum] = "2d55c22fcd57cae4fad55a07019aa334"
-SRC_URI[sha256sum] = "76bfe8b85a9c4a6ddfb81874f2635fd0da38c3f39d9d2a0b175213218516dd45"
+SRC_URI[sha256sum] = "42b289422f7ab32757670848cf2245c5a8a8b08a665a9cab65ded8d69364f6f6"
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
RDEPENDS_${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.1.bb
similarity index 85%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.1.bb
index 0adfa2aac9..2f00de1e56 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.18.1.bb
@@ -10,8 +10,7 @@ PNREAL = "gst-rtsp-server"
SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[md5sum] = "77fe28c702a83566811ab5c7bbe99ab2"
-SRC_URI[sha256sum] = "2ad19311054cbf2df0d0622936bc703dedc06ced706df46a3d3a3ea5a4b7c70f"
+SRC_URI[sha256sum] = "10a82865c3d199e66731017ca4b120bad071df9889e60cfe4dd6c49d953ef754"
S = "${WORKDIR}/${PNREAL}-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.1.bb
similarity index 93%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.1.bb
index 60a975bf4d..acf5598a62 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.1.bb
@@ -10,8 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "079a3739857e0cf4904afe92659d8a18"
-SRC_URI[sha256sum] = "c6efeb8c736f75bb1b53ab18413c60c4321300e7aee66641bcc07d59c2fe9e31"
+SRC_URI[sha256sum] = "400d3c42810b50b4566df03f37319a6bdd758f969560c40147e7d9a3b0e8a6ea"
S = "${WORKDIR}/${REALPN}-${PV}"
DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.1.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.0.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.1.bb
index d382655bcb..d989eefd97 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.1.bb
@@ -20,8 +20,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
file://0002-Remove-unused-valgrind-detection.patch \
file://0003-meson-Add-option-for-installed-tests.patch \
"
-SRC_URI[md5sum] = "25d683630ff8b82b2c878aa3edd3c491"
-SRC_URI[sha256sum] = "0ff09245b06c0aeb5d9a156edcab088a7e8213a0bf9c84a1ff0318f9c00c7805"
+SRC_URI[sha256sum] = "79df8de21f284a105a5c1568527f8c559c583c85c0f2bd7bdb5b0372b8beecba"
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
check \
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 69/80] x264: upgrade to latest revision
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (66 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 68/80] gstreamer1.0: upgrade 1.18.0 -> 1.18.1 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9 Alexander Kanavin
` (10 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-multimedia/x264/x264_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index f226fec3c4..25ab72c66d 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/mirror/x264;branch=stable \
"
UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "cde9a93319bea766a92e306d69059c76de970190"
+SRCREV = "d198931a63049db1f2c92d96c34904c69fde8117"
PV = "r3011+git${SRCPV}"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (67 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 69/80] x264: upgrade to latest revision Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-03 18:43 ` [OE-core] " Khem Raj
2020-11-02 16:48 ` [PATCH 71/80] webkitgtk: upgrade 2.30.1 -> 2.30.2 Alexander Kanavin
` (9 subsequent siblings)
78 siblings, 1 reply; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 7 ++++---
.../rt-tests/{hwlatdetect_1.8.bb => hwlatdetect_1.9.bb} | 0
meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
.../rt-tests/{rt-tests_1.8.bb => rt-tests_1.9.bb} | 0
4 files changed, 5 insertions(+), 4 deletions(-)
rename meta/recipes-rt/rt-tests/{hwlatdetect_1.8.bb => hwlatdetect_1.9.bb} (100%)
rename meta/recipes-rt/rt-tests/{rt-tests_1.8.bb => rt-tests_1.9.bb} (100%)
diff --git a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
index c18928ed02..8fd94b176c 100644
--- a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
+++ b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
@@ -1,4 +1,4 @@
-From caaa142826504ad0375f9d21c558f10f31305cdb Mon Sep 17 00:00:00 2001
+From f89d6d6d23e0dacfd0008f686a457d536edc406a Mon Sep 17 00:00:00 2001
From: Randy Witt <randy.e.witt@intel.com>
Date: Fri, 16 Oct 2020 16:54:30 -0700
Subject: [PATCH] Makefile: Allow for CC and AR to be overridden
@@ -9,16 +9,17 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb.
Signed-off-by: Randy Witt <randy.e.witt@intel.com>
Upstream-Status: Inappropriate [other]
+
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
-index 05fc5ed..7a289c8 100644
+index c3ebbd7..2176835 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
- VERSION = 1.8
+ VERSION = 1.9
-CC = $(CROSS_COMPILE)gcc
-AR = $(CROSS_COMPILE)ar
+CC ?= $(CROSS_COMPILE)gcc
diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb b/meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
rename to meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 5d28c7e63e..2dd890cf95 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,5 @@
# Version 1.8
-SRCREV = "9f78b91f057e63b0c241012ce36b57168133eefb"
+SRCREV = "21c1df7d2ee199ac619cbb1806a38d15e7e95c09"
PE = "1"
SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest"
diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.8.bb b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb
similarity index 100%
rename from meta/recipes-rt/rt-tests/rt-tests_1.8.bb
rename to meta/recipes-rt/rt-tests/rt-tests_1.9.bb
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 71/80] webkitgtk: upgrade 2.30.1 -> 2.30.2
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (68 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 72/80] diffoscope: upgrade 160 -> 161 Alexander Kanavin
` (8 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../webkit/{webkitgtk_2.30.1.bb => webkitgtk_2.30.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-sato/webkit/{webkitgtk_2.30.1.bb => webkitgtk_2.30.2.bb} (98%)
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.30.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
similarity index 98%
rename from meta/recipes-sato/webkit/webkitgtk_2.30.1.bb
rename to meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
index 7689266304..1acba6be1d 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.30.1.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.30.2.bb
@@ -18,7 +18,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
file://0001-Fix-build-with-musl.patch \
file://include_array.patch \
"
-SRC_URI[sha256sum] = "17c59dfdadb7377192e9b59bc56c8a029c9fad4f38ed732b652bf33d0bd5d6b1"
+SRC_URI[sha256sum] = "c467e0bc2bc610c2570928e3fd63cedaadc4719cbf9b04aa99f79dd71ad5682a"
inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 72/80] diffoscope: upgrade 160 -> 161
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (69 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 71/80] webkitgtk: upgrade 2.30.1 -> 2.30.2 Alexander Kanavin
@ 2020-11-02 16:48 ` Alexander Kanavin
2020-11-02 16:49 ` [PATCH 73/80] enchant2: upgrade 2.2.9 -> 2.2.12 Alexander Kanavin
` (7 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../diffoscope/{diffoscope_160.bb => diffoscope_161.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/diffoscope/{diffoscope_160.bb => diffoscope_161.bb} (83%)
diff --git a/meta/recipes-support/diffoscope/diffoscope_160.bb b/meta/recipes-support/diffoscope/diffoscope_161.bb
similarity index 83%
rename from meta/recipes-support/diffoscope/diffoscope_160.bb
rename to meta/recipes-support/diffoscope/diffoscope_161.bb
index 2c3da3bbda..0f566a3ec7 100644
--- a/meta/recipes-support/diffoscope/diffoscope_160.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_161.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "diffoscope"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "f164b5e74cc11f6238ad8d62c92d3a819fa4c8b618683fc0533e04f21acae6b2"
+SRC_URI[sha256sum] = "9c27d60a7bf3984b53c8af3fee86eb3d3e2292c4ddb9449c38b6cba068b8e22c"
RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 73/80] enchant2: upgrade 2.2.9 -> 2.2.12
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (70 preceding siblings ...)
2020-11-02 16:48 ` [PATCH 72/80] diffoscope: upgrade 160 -> 161 Alexander Kanavin
@ 2020-11-02 16:49 ` Alexander Kanavin
2020-11-02 16:49 ` [PATCH 74/80] libassuan: upgrade 2.5.3 -> 2.5.4 Alexander Kanavin
` (6 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
License-Update: reformatting
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../enchant/{enchant2_2.2.9.bb => enchant2_2.2.12.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/enchant/{enchant2_2.2.9.bb => enchant2_2.2.12.bb} (81%)
diff --git a/meta/recipes-support/enchant/enchant2_2.2.9.bb b/meta/recipes-support/enchant/enchant2_2.2.12.bb
similarity index 81%
rename from meta/recipes-support/enchant/enchant2_2.2.9.bb
rename to meta/recipes-support/enchant/enchant2_2.2.12.bb
index 784fd14ee1..1ce8245731 100644
--- a/meta/recipes-support/enchant/enchant2_2.2.9.bb
+++ b/meta/recipes-support/enchant/enchant2_2.2.12.bb
@@ -2,14 +2,14 @@ SUMMARY = "Enchant Spell checker API Library"
SECTION = "libs"
HOMEPAGE = "https://abiword.github.io/enchant/"
LICENSE = "LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "glib-2.0"
inherit autotools pkgconfig
SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "b29a3d2273f5edcbdbbb565e94bfd8ea3f9526886fcb6327b4b0f72f0d722f3c"
+SRC_URI[sha256sum] = "6b9bc58ae714ee7f5335ade966f4ac5718d5339e280cc9e1cca9ab278c06227e"
UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 74/80] libassuan: upgrade 2.5.3 -> 2.5.4
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (71 preceding siblings ...)
2020-11-02 16:49 ` [PATCH 73/80] enchant2: upgrade 2.2.9 -> 2.2.12 Alexander Kanavin
@ 2020-11-02 16:49 ` Alexander Kanavin
2020-11-02 16:49 ` [PATCH 75/80] libcap-ng: upgrade 0.7.11 -> 0.8 Alexander Kanavin
` (5 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libassuan/{libassuan_2.5.3.bb => libassuan_2.5.4.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-support/libassuan/{libassuan_2.5.3.bb => libassuan_2.5.4.bb} (88%)
diff --git a/meta/recipes-support/libassuan/libassuan_2.5.3.bb b/meta/recipes-support/libassuan/libassuan_2.5.4.bb
similarity index 88%
rename from meta/recipes-support/libassuan/libassuan_2.5.3.bb
rename to meta/recipes-support/libassuan/libassuan_2.5.4.bb
index 52b4c0f1b9..e83f571183 100644
--- a/meta/recipes-support/libassuan/libassuan_2.5.3.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.5.4.bb
@@ -17,8 +17,7 @@ SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \
file://libassuan-add-pkgconfig-support.patch \
"
-SRC_URI[md5sum] = "226c504ea78a232224bf3b6846b3adb9"
-SRC_URI[sha256sum] = "91bcb0403866b4e7c4bc1cc52ed4c364a9b5414b3994f718c70303f7f765e702"
+SRC_URI[sha256sum] = "c080ee96b3bd519edd696cfcebdecf19a3952189178db9887be713ccbcb5fbf0"
BINCONFIG = "${bindir}/libassuan-config"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 75/80] libcap-ng: upgrade 0.7.11 -> 0.8
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (72 preceding siblings ...)
2020-11-02 16:49 ` [PATCH 74/80] libassuan: upgrade 2.5.3 -> 2.5.4 Alexander Kanavin
@ 2020-11-02 16:49 ` Alexander Kanavin
2020-11-02 16:49 ` [PATCH 76/80] libevdev: upgrade 1.9.1 -> 1.10.0 Alexander Kanavin
` (4 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../{libcap-ng-python_0.7.11.bb => libcap-ng-python_0.8.bb} | 0
meta/recipes-support/libcap-ng/libcap-ng.inc | 3 +--
.../libcap-ng/{libcap-ng_0.7.11.bb => libcap-ng_0.8.bb} | 0
3 files changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.7.11.bb => libcap-ng-python_0.8.bb} (100%)
rename meta/recipes-support/libcap-ng/{libcap-ng_0.7.11.bb => libcap-ng_0.8.bb} (100%)
diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.7.11.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.bb
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.7.11.bb
rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.8.bb
diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc
index 6d6fa644aa..3d25b4cbd9 100644
--- a/meta/recipes-support/libcap-ng/libcap-ng.inc
+++ b/meta/recipes-support/libcap-ng/libcap-ng.inc
@@ -11,7 +11,6 @@ SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \
file://python.patch \
"
-SRC_URI[md5sum] = "5883ed10b621c87e29a05cff36d2928e"
-SRC_URI[sha256sum] = "85815c711862d01a440db471f12fba462c9949e923966f5859607e652d9c0ae9"
+SRC_URI[sha256sum] = "f14d23b60ae1465b032e4e8cbd4112006572c69a6017d55d5d3c6aad622a9e21"
BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.7.11.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.8.bb
similarity index 100%
rename from meta/recipes-support/libcap-ng/libcap-ng_0.7.11.bb
rename to meta/recipes-support/libcap-ng/libcap-ng_0.8.bb
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 76/80] libevdev: upgrade 1.9.1 -> 1.10.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (73 preceding siblings ...)
2020-11-02 16:49 ` [PATCH 75/80] libcap-ng: upgrade 0.7.11 -> 0.8 Alexander Kanavin
@ 2020-11-02 16:49 ` Alexander Kanavin
2020-11-02 16:49 ` [PATCH 77/80] libgcrypt: upgrade 1.8.6 -> 1.8.7 Alexander Kanavin
` (3 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libevdev/{libevdev_1.9.1.bb => libevdev_1.10.0.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-support/libevdev/{libevdev_1.9.1.bb => libevdev_1.10.0.bb} (78%)
diff --git a/meta/recipes-support/libevdev/libevdev_1.9.1.bb b/meta/recipes-support/libevdev/libevdev_1.10.0.bb
similarity index 78%
rename from meta/recipes-support/libevdev/libevdev_1.9.1.bb
rename to meta/recipes-support/libevdev/libevdev_1.10.0.bb
index 633e0af995..2620cbe9f7 100644
--- a/meta/recipes-support/libevdev/libevdev_1.9.1.bb
+++ b/meta/recipes-support/libevdev/libevdev_1.10.0.bb
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \
SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \
file://determinism.patch"
-SRC_URI[md5sum] = "58286a834ae14536caf9cab8633419cf"
-SRC_URI[sha256sum] = "f5603c48c5afd76b14df7a5124e0a94a102f8da0d45826192325069d1bbc7acb"
+SRC_URI[sha256sum] = "3522c26e2c148be0ad68ce26fbced408a4185dea90bfe8079dc82b8ace962d4a"
inherit autotools pkgconfig
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 77/80] libgcrypt: upgrade 1.8.6 -> 1.8.7
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (74 preceding siblings ...)
2020-11-02 16:49 ` [PATCH 76/80] libevdev: upgrade 1.9.1 -> 1.10.0 Alexander Kanavin
@ 2020-11-02 16:49 ` Alexander Kanavin
2020-11-02 16:49 ` [PATCH 78/80] libmpc: upgrade 1.2.0 -> 1.2.1 Alexander Kanavin
` (2 subsequent siblings)
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libgcrypt/{libgcrypt_1.8.6.bb => libgcrypt_1.8.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libgcrypt/{libgcrypt_1.8.6.bb => libgcrypt_1.8.7.bb} (96%)
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.8.6.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.8.7.bb
similarity index 96%
rename from meta/recipes-support/libgcrypt/libgcrypt_1.8.6.bb
rename to meta/recipes-support/libgcrypt/libgcrypt_1.8.7.bb
index ac09417e89..0cad41dfa9 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt_1.8.6.bb
+++ b/meta/recipes-support/libgcrypt/libgcrypt_1.8.7.bb
@@ -26,7 +26,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.bz2 \
file://0003-GCM-move-look-up-table-to-.data-section-and-unshare-.patch \
file://determinism.patch \
"
-SRC_URI[sha256sum] = "0cba2700617b99fc33864a0c16b1fa7fdf9781d9ed3509f5d767178e5fd7b975"
+SRC_URI[sha256sum] = "03b70f028299561b7034b8966d7dd77ef16ed139c43440925fe8782561974748"
BINCONFIG = "${bindir}/libgcrypt-config"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 78/80] libmpc: upgrade 1.2.0 -> 1.2.1
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (75 preceding siblings ...)
2020-11-02 16:49 ` [PATCH 77/80] libgcrypt: upgrade 1.8.6 -> 1.8.7 Alexander Kanavin
@ 2020-11-02 16:49 ` Alexander Kanavin
2020-11-02 16:49 ` [PATCH 79/80] libsoup-2.4: upgrade 2.70.0 -> 2.72.0 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 80/80] numactl: upgrade 2.0.13 -> 2.0.14 Alexander Kanavin
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../recipes-support/libmpc/{libmpc_1.2.0.bb => libmpc_1.2.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libmpc/{libmpc_1.2.0.bb => libmpc_1.2.1.bb} (72%)
diff --git a/meta/recipes-support/libmpc/libmpc_1.2.0.bb b/meta/recipes-support/libmpc/libmpc_1.2.1.bb
similarity index 72%
rename from meta/recipes-support/libmpc/libmpc_1.2.0.bb
rename to meta/recipes-support/libmpc/libmpc_1.2.1.bb
index b51ec6ad14..15d382c4ad 100644
--- a/meta/recipes-support/libmpc/libmpc_1.2.0.bb
+++ b/meta/recipes-support/libmpc/libmpc_1.2.1.bb
@@ -5,7 +5,7 @@ DEPENDS = "gmp mpfr"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.gz"
-SRC_URI[sha256sum] = "e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6"
+SRC_URI[sha256sum] = "17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459"
S = "${WORKDIR}/mpc-${PV}"
BBCLASSEXTEND = "native nativesdk"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 79/80] libsoup-2.4: upgrade 2.70.0 -> 2.72.0
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (76 preceding siblings ...)
2020-11-02 16:49 ` [PATCH 78/80] libmpc: upgrade 1.2.0 -> 1.2.1 Alexander Kanavin
@ 2020-11-02 16:49 ` Alexander Kanavin
2020-11-02 16:49 ` [PATCH 80/80] numactl: upgrade 2.0.13 -> 2.0.14 Alexander Kanavin
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
.../libsoup/{libsoup-2.4_2.70.0.bb => libsoup-2.4_2.72.0.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.70.0.bb => libsoup-2.4_2.72.0.bb} (91%)
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.70.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb
similarity index 91%
rename from meta/recipes-support/libsoup/libsoup-2.4_2.70.0.bb
rename to meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb
index d6425bd941..d0bc019616 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.70.0.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.72.0.bb
@@ -10,8 +10,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 intltool-native libpsl"
SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
-SRC_URI[md5sum] = "c539f5b5ab534f024dc4e6a14e6d3f54"
-SRC_URI[sha256sum] = "54b020f74aefa438918d8e53cff62e2b1e59efe2de53e06b19a4b07b1f4d5342"
+SRC_URI[sha256sum] = "170c3f8446b0f65f8e4b93603349172b1085fb8917c181d10962f02bb85f5387"
CVE_PRODUCT = "libsoup"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [PATCH 80/80] numactl: upgrade 2.0.13 -> 2.0.14
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
` (77 preceding siblings ...)
2020-11-02 16:49 ` [PATCH 79/80] libsoup-2.4: upgrade 2.70.0 -> 2.72.0 Alexander Kanavin
@ 2020-11-02 16:49 ` Alexander Kanavin
78 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 16:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
...1-numademo-fix-error-on-32bit-system.patch | 100 ------------------
meta/recipes-support/numactl/numactl_git.bb | 15 ++-
2 files changed, 7 insertions(+), 108 deletions(-)
delete mode 100644 meta/recipes-support/numactl/numactl/0001-numademo-fix-error-on-32bit-system.patch
diff --git a/meta/recipes-support/numactl/numactl/0001-numademo-fix-error-on-32bit-system.patch b/meta/recipes-support/numactl/numactl/0001-numademo-fix-error-on-32bit-system.patch
deleted file mode 100644
index 506101711a..0000000000
--- a/meta/recipes-support/numactl/numactl/0001-numademo-fix-error-on-32bit-system.patch
+++ /dev/null
@@ -1,100 +0,0 @@
-From 68485f8516884377e54c623b0deff73f97321d96 Mon Sep 17 00:00:00 2001
-From: "Hongzhi.Song" <hongzhi.song@windriver.com>
-Date: Thu, 19 Sep 2019 04:32:31 -0400
-Subject: [PATCH] numademo: fix error on 32bit system
-
-Error Info on 32bit:
-root@intel-x86:~# numademo -t -e 1M
-Configured Nodes does not match available memory nodes
-
-That's because sizeof(long)=4Word, but sizeof(long long)=8Word
-on 32bit. So (long long) assigning to (long) maybe cause overflow.
-
-long numa_node_size(int node, long *freep)
-{
- ...
- long sz = numa_node_size64_int(node, &f2);
- ~^^~
- return sz;
- ...
-}
-long long numa_node_size64(int node, long long *freep)
-~^^ ^^~
-{
- ...
-}
-
-Unify the return type of above functions.
-
-Upstream-Status: Accepted [next version is after 2.0.13 or 2.0.14]
-[https://github.com/numactl/numactl/commit/a7c4bc790a191d3e42b63850b409c1a72b75a4e1]
- Submitted [https://github.com/numactl/numactl/pull/79]
-[The first patch was merged but has a error, then the second fix it.]
-
-Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
----
- libnuma.c | 4 ++--
- numa.h | 2 +-
- numademo.c | 2 +-
- test/move_pages.c | 2 +-
- 4 files changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/libnuma.c b/libnuma.c
-index cac8851..8b5c6aa 100644
---- a/libnuma.c
-+++ b/libnuma.c
-@@ -791,10 +791,10 @@ long long numa_node_size64(int node, long long *freep)
-
- make_internal_alias(numa_node_size64);
-
--long numa_node_size(int node, long *freep)
-+long long numa_node_size(int node, long long *freep)
- {
- long long f2;
-- long sz = numa_node_size64_int(node, &f2);
-+ long long sz = numa_node_size64_int(node, &f2);
- if (freep)
- *freep = f2;
- return sz;
-diff --git a/numa.h b/numa.h
-index 3a8c543..268fb1d 100644
---- a/numa.h
-+++ b/numa.h
-@@ -143,7 +143,7 @@ int numa_preferred(void);
-
- /* Return node size and free memory */
- long long numa_node_size64(int node, long long *freep);
--long numa_node_size(int node, long *freep);
-+long long numa_node_size(int node, long long *freep);
-
- int numa_pagesize(void);
-
-diff --git a/numademo.c b/numademo.c
-index a720db0..8c56da8 100644
---- a/numademo.c
-+++ b/numademo.c
-@@ -301,7 +301,7 @@ int max_node, numnodes;
- int get_node_list(void)
- {
- int a, got_nodes = 0;
-- long free_node_sizes;
-+ long long free_node_sizes;
-
- numnodes = numa_num_configured_nodes();
- node_to_use = (int *)malloc(numnodes * sizeof(int));
-diff --git a/test/move_pages.c b/test/move_pages.c
-index d1d8436..f8ff25d 100644
---- a/test/move_pages.c
-+++ b/test/move_pages.c
-@@ -26,7 +26,7 @@ int *node_to_use;
- int get_node_list()
- {
- int a, got_nodes = 0, max_node, numnodes;
-- long free_node_sizes;
-+ long long free_node_sizes;
-
- numnodes = numa_num_configured_nodes();
- node_to_use = (int *)malloc(numnodes * sizeof(int));
---
-2.23.0
-
diff --git a/meta/recipes-support/numactl/numactl_git.bb b/meta/recipes-support/numactl/numactl_git.bb
index e45afe9ee8..5640173aa9 100644
--- a/meta/recipes-support/numactl/numactl_git.bb
+++ b/meta/recipes-support/numactl/numactl_git.bb
@@ -10,16 +10,15 @@ inherit autotools-brokensep ptest
LIC_FILES_CHKSUM = "file://README.md;beginline=19;endline=32;md5=f8ff2391624f28e481299f3f677b21bb"
-SRCREV = "5d9f16722e3df49dc618a9f361bd482559695db7"
-PV = "2.0.13+git${SRCPV}"
+SRCREV = "dd6de072c92c892a86e18c0fd0dfa1ba57a9a05d"
+PV = "2.0.14"
SRC_URI = "git://github.com/numactl/numactl \
- file://Fix-the-test-output-format.patch \
- file://Makefile \
- file://run-ptest \
- file://0001-define-run-test-target.patch \
- file://0001-numademo-fix-error-on-32bit-system.patch \
-"
+ file://Fix-the-test-output-format.patch \
+ file://Makefile \
+ file://run-ptest \
+ file://0001-define-run-test-target.patch \
+ "
S = "${WORKDIR}/git"
--
2.29.0
^ permalink raw reply related [flat|nested] 89+ messages in thread
* Re: [OE-core] [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1
2020-11-02 16:48 ` [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1 Alexander Kanavin
@ 2020-11-02 17:19 ` akuster
2020-11-02 17:24 ` Alexander Kanavin
[not found] ` <1643C0CD4D3FE498.21917@lists.openembedded.org>
0 siblings, 2 replies; 89+ messages in thread
From: akuster @ 2020-11-02 17:19 UTC (permalink / raw)
To: Alexander Kanavin, openembedded-core
On 11/2/20 8:48 AM, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
> meta/recipes-connectivity/kea/{kea_1.7.10.bb => kea_1.9.1.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-connectivity/kea/{kea_1.7.10.bb => kea_1.9.1.bb} (96%)
do we care if we have a stable version or development version in core?
1.8 EOL's in 2022 Q1
-armin
>
> diff --git a/meta/recipes-connectivity/kea/kea_1.7.10.bb b/meta/recipes-connectivity/kea/kea_1.9.1.bb
> similarity index 96%
> rename from meta/recipes-connectivity/kea/kea_1.7.10.bb
> rename to meta/recipes-connectivity/kea/kea_1.9.1.bb
> index c9a5819e47..9e7c08e792 100644
> --- a/meta/recipes-connectivity/kea/kea_1.7.10.bb
> +++ b/meta/recipes-connectivity/kea/kea_1.9.1.bb
> @@ -19,7 +19,7 @@ SRC_URI = "\
> file://fix-multilib-conflict.patch \
> file://fix_pid_keactrl.patch \
> "
> -SRC_URI[sha256sum] = "4e121f0e58b175a827581c69cb1d60778647049fa47f142940dddc9ce58f3c82"
> +SRC_URI[sha256sum] = "ece8cc10fafa2aa8bf5cc18f95f4bfb05bd52f8ee6a152d1ee8b53c28a526999"
>
> inherit autotools systemd update-rc.d
>
>
>
>
^ permalink raw reply [flat|nested] 89+ messages in thread
* Re: [OE-core] [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1
2020-11-02 17:19 ` [OE-core] " akuster
@ 2020-11-02 17:24 ` Alexander Kanavin
[not found] ` <1643C0CD4D3FE498.21917@lists.openembedded.org>
1 sibling, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 17:24 UTC (permalink / raw)
To: akuster808; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
On Mon, 2 Nov 2020 at 18:19, akuster808 <akuster808@gmail.com> wrote:
> On 11/2/20 8:48 AM, Alexander Kanavin wrote:
> > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> > ---
> > meta/recipes-connectivity/kea/{kea_1.7.10.bb => kea_1.9.1.bb} | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename meta/recipes-connectivity/kea/{kea_1.7.10.bb => kea_1.9.1.bb}
> (96%)
>
> do we care if we have a stable version or development version in core?
>
> 1.8 EOL's in 2022 Q1
>
I guess we do, which means the recipe should inherit upstream-version is
even, to avoid erroneous updates to development series.
This patch can be dropped then, to be replaced later by 1.8 update.
Alex
[-- Attachment #2: Type: text/html, Size: 1433 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* Re: [OE-core] [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1
[not found] ` <1643C0CD4D3FE498.21917@lists.openembedded.org>
@ 2020-11-02 20:19 ` Alexander Kanavin
0 siblings, 0 replies; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-02 20:19 UTC (permalink / raw)
To: akuster808, OE-core; +Cc: Richard Purdie
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
On Mon, 2 Nov 2020 at 18:24, Alexander Kanavin via lists.openembedded.org
<alex.kanavin=gmail.com@lists.openembedded.org> wrote:
> I guess we do, which means the recipe should inherit upstream-version is
> even, to avoid erroneous updates to development series.
>
> This patch can be dropped then, to be replaced later by 1.8 update.
>
I sent a replacement patch to use only even versions. Then AUH should re-do
the update to 1.8.x in a couple weeks.
Alex
[-- Attachment #2: Type: text/html, Size: 915 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* Re: [OE-core] [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9
2020-11-02 16:48 ` [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9 Alexander Kanavin
@ 2020-11-03 18:43 ` Khem Raj
2020-11-03 19:17 ` Alexander Kanavin
0 siblings, 1 reply; 89+ messages in thread
From: Khem Raj @ 2020-11-03 18:43 UTC (permalink / raw)
To: Alexander Kanavin, openembedded-core
rt-tests now have added code which only works for x86/x86_64/ppc64 in
src/oslat/oslat.c, so either that will need fixing for other arches or
limit this recipe to above said arches. see a failure here e.g.
https://errors.yoctoproject.org/Errors/Details/511500/
On 11/2/20 8:48 AM, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
> ...001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 7 ++++---
> .../rt-tests/{hwlatdetect_1.8.bb => hwlatdetect_1.9.bb} | 0
> meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
> .../rt-tests/{rt-tests_1.8.bb => rt-tests_1.9.bb} | 0
> 4 files changed, 5 insertions(+), 4 deletions(-)
> rename meta/recipes-rt/rt-tests/{hwlatdetect_1.8.bb => hwlatdetect_1.9.bb} (100%)
> rename meta/recipes-rt/rt-tests/{rt-tests_1.8.bb => rt-tests_1.9.bb} (100%)
>
> diff --git a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> index c18928ed02..8fd94b176c 100644
> --- a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> +++ b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> @@ -1,4 +1,4 @@
> -From caaa142826504ad0375f9d21c558f10f31305cdb Mon Sep 17 00:00:00 2001
> +From f89d6d6d23e0dacfd0008f686a457d536edc406a Mon Sep 17 00:00:00 2001
> From: Randy Witt <randy.e.witt@intel.com>
> Date: Fri, 16 Oct 2020 16:54:30 -0700
> Subject: [PATCH] Makefile: Allow for CC and AR to be overridden
> @@ -9,16 +9,17 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb.
> Signed-off-by: Randy Witt <randy.e.witt@intel.com>
>
> Upstream-Status: Inappropriate [other]
> +
> ---
> Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> -index 05fc5ed..7a289c8 100644
> +index c3ebbd7..2176835 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1,6 +1,6 @@
> - VERSION = 1.8
> + VERSION = 1.9
> -CC = $(CROSS_COMPILE)gcc
> -AR = $(CROSS_COMPILE)ar
> +CC ?= $(CROSS_COMPILE)gcc
> diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb b/meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
> similarity index 100%
> rename from meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
> rename to meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
> index 5d28c7e63e..2dd890cf95 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> @@ -1,5 +1,5 @@
> # Version 1.8
> -SRCREV = "9f78b91f057e63b0c241012ce36b57168133eefb"
> +SRCREV = "21c1df7d2ee199ac619cbb1806a38d15e7e95c09"
> PE = "1"
>
> SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest"
> diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.8.bb b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb
> similarity index 100%
> rename from meta/recipes-rt/rt-tests/rt-tests_1.8.bb
> rename to meta/recipes-rt/rt-tests/rt-tests_1.9.bb
>
>
>
>
>
^ permalink raw reply [flat|nested] 89+ messages in thread
* Re: [OE-core] [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9
2020-11-03 18:43 ` [OE-core] " Khem Raj
@ 2020-11-03 19:17 ` Alexander Kanavin
2020-11-03 19:25 ` Khem Raj
0 siblings, 1 reply; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-03 19:17 UTC (permalink / raw)
To: Khem Raj; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 3502 bytes --]
Can you send a patch for this please?
Alex
On Tue, 3 Nov 2020 at 19:43, Khem Raj <raj.khem@gmail.com> wrote:
> rt-tests now have added code which only works for x86/x86_64/ppc64 in
> src/oslat/oslat.c, so either that will need fixing for other arches or
> limit this recipe to above said arches. see a failure here e.g.
>
> https://errors.yoctoproject.org/Errors/Details/511500/
>
> On 11/2/20 8:48 AM, Alexander Kanavin wrote:
> > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> > ---
> > ...001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 7 ++++---
> > .../rt-tests/{hwlatdetect_1.8.bb => hwlatdetect_1.9.bb} | 0
> > meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
> > .../rt-tests/{rt-tests_1.8.bb => rt-tests_1.9.bb} | 0
> > 4 files changed, 5 insertions(+), 4 deletions(-)
> > rename meta/recipes-rt/rt-tests/{hwlatdetect_1.8.bb =>
> hwlatdetect_1.9.bb} (100%)
> > rename meta/recipes-rt/rt-tests/{rt-tests_1.8.bb => rt-tests_1.9.bb}
> (100%)
> >
> > diff --git
> a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> > index c18928ed02..8fd94b176c 100644
> > ---
> a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> > +++
> b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> > @@ -1,4 +1,4 @@
> > -From caaa142826504ad0375f9d21c558f10f31305cdb Mon Sep 17 00:00:00 2001
> > +From f89d6d6d23e0dacfd0008f686a457d536edc406a Mon Sep 17 00:00:00 2001
> > From: Randy Witt <randy.e.witt@intel.com>
> > Date: Fri, 16 Oct 2020 16:54:30 -0700
> > Subject: [PATCH] Makefile: Allow for CC and AR to be overridden
> > @@ -9,16 +9,17 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb.
> > Signed-off-by: Randy Witt <randy.e.witt@intel.com>
> >
> > Upstream-Status: Inappropriate [other]
> > +
> > ---
> > Makefile | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/Makefile b/Makefile
> > -index 05fc5ed..7a289c8 100644
> > +index c3ebbd7..2176835 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -1,6 +1,6 @@
> > - VERSION = 1.8
> > + VERSION = 1.9
> > -CC = $(CROSS_COMPILE)gcc
> > -AR = $(CROSS_COMPILE)ar
> > +CC ?= $(CROSS_COMPILE)gcc
> > diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
> b/meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
> > similarity index 100%
> > rename from meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
> > rename to meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
> > diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
> b/meta/recipes-rt/rt-tests/rt-tests.inc
> > index 5d28c7e63e..2dd890cf95 100644
> > --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> > +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> > @@ -1,5 +1,5 @@
> > # Version 1.8
> > -SRCREV = "9f78b91f057e63b0c241012ce36b57168133eefb"
> > +SRCREV = "21c1df7d2ee199ac619cbb1806a38d15e7e95c09"
> > PE = "1"
> >
> > SRC_URI = "git://
> git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest
> "
> > diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.8.bb
> b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb
> > similarity index 100%
> > rename from meta/recipes-rt/rt-tests/rt-tests_1.8.bb
> > rename to meta/recipes-rt/rt-tests/rt-tests_1.9.bb
> >
> >
> >
> >
> >
>
[-- Attachment #2: Type: text/html, Size: 5831 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* Re: [OE-core] [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9
2020-11-03 19:17 ` Alexander Kanavin
@ 2020-11-03 19:25 ` Khem Raj
2020-11-03 19:52 ` Alexander Kanavin
0 siblings, 1 reply; 89+ messages in thread
From: Khem Raj @ 2020-11-03 19:25 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: OE-core
On 11/3/20 11:17 AM, Alexander Kanavin wrote:
> Can you send a patch for this please?
>
thats fine,
Richard,
How does this not get detected in world builds ?
> Alex
>
> On Tue, 3 Nov 2020 at 19:43, Khem Raj <raj.khem@gmail.com
> <mailto:raj.khem@gmail.com>> wrote:
>
> rt-tests now have added code which only works for x86/x86_64/ppc64 in
> src/oslat/oslat.c, so either that will need fixing for other arches or
> limit this recipe to above said arches. see a failure here e.g.
>
> https://errors.yoctoproject.org/Errors/Details/511500/
>
> On 11/2/20 8:48 AM, Alexander Kanavin wrote:
> > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com
> <mailto:alex.kanavin@gmail.com>>
> > ---
> > ...001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 7
> ++++---
> > .../rt-tests/{hwlatdetect_1.8.bb <http://hwlatdetect_1.8.bb> =>
> hwlatdetect_1.9.bb <http://hwlatdetect_1.9.bb>} | 0
> > meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
> > .../rt-tests/{rt-tests_1.8.bb <http://rt-tests_1.8.bb> =>
> rt-tests_1.9.bb <http://rt-tests_1.9.bb>} | 0
> > 4 files changed, 5 insertions(+), 4 deletions(-)
> > rename meta/recipes-rt/rt-tests/{hwlatdetect_1.8.bb
> <http://hwlatdetect_1.8.bb> => hwlatdetect_1.9.bb
> <http://hwlatdetect_1.9.bb>} (100%)
> > rename meta/recipes-rt/rt-tests/{rt-tests_1.8.bb
> <http://rt-tests_1.8.bb> => rt-tests_1.9.bb
> <http://rt-tests_1.9.bb>} (100%)
> >
> > diff --git
> a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> > index c18928ed02..8fd94b176c 100644
> > ---
> a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> > +++
> b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> > @@ -1,4 +1,4 @@
> > -From caaa142826504ad0375f9d21c558f10f31305cdb Mon Sep 17
> 00:00:00 2001
> > +From f89d6d6d23e0dacfd0008f686a457d536edc406a Mon Sep 17
> 00:00:00 2001
> > From: Randy Witt <randy.e.witt@intel.com
> <mailto:randy.e.witt@intel.com>>
> > Date: Fri, 16 Oct 2020 16:54:30 -0700
> > Subject: [PATCH] Makefile: Allow for CC and AR to be overridden
> > @@ -9,16 +9,17 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb.
> > Signed-off-by: Randy Witt <randy.e.witt@intel.com
> <mailto:randy.e.witt@intel.com>>
> >
> > Upstream-Status: Inappropriate [other]
> > +
> > ---
> > Makefile | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/Makefile b/Makefile
> > -index 05fc5ed..7a289c8 100644
> > +index c3ebbd7..2176835 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -1,6 +1,6 @@
> > - VERSION = 1.8
> > + VERSION = 1.9
> > -CC = $(CROSS_COMPILE)gcc
> > -AR = $(CROSS_COMPILE)ar
> > +CC ?= $(CROSS_COMPILE)gcc
> > diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
> <http://hwlatdetect_1.8.bb>
> b/meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
> <http://hwlatdetect_1.9.bb>
> > similarity index 100%
> > rename from meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
> <http://hwlatdetect_1.8.bb>
> > rename to meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
> <http://hwlatdetect_1.9.bb>
> > diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
> b/meta/recipes-rt/rt-tests/rt-tests.inc
> > index 5d28c7e63e..2dd890cf95 100644
> > --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> > +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> > @@ -1,5 +1,5 @@
> > # Version 1.8
> > -SRCREV = "9f78b91f057e63b0c241012ce36b57168133eefb"
> > +SRCREV = "21c1df7d2ee199ac619cbb1806a38d15e7e95c09"
> > PE = "1"
> >
> > SRC_URI =
> "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest
> <http://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest>"
> > diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.8.bb
> <http://rt-tests_1.8.bb> b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb
> <http://rt-tests_1.9.bb>
> > similarity index 100%
> > rename from meta/recipes-rt/rt-tests/rt-tests_1.8.bb
> <http://rt-tests_1.8.bb>
> > rename to meta/recipes-rt/rt-tests/rt-tests_1.9.bb
> <http://rt-tests_1.9.bb>
> >
> >
> >
> >
> >
>
^ permalink raw reply [flat|nested] 89+ messages in thread
* Re: [OE-core] [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9
2020-11-03 19:25 ` Khem Raj
@ 2020-11-03 19:52 ` Alexander Kanavin
2020-11-03 20:00 ` Khem Raj
0 siblings, 1 reply; 89+ messages in thread
From: Alexander Kanavin @ 2020-11-03 19:52 UTC (permalink / raw)
To: Khem Raj; +Cc: OE-core, Richard Purdie
[-- Attachment #1: Type: text/plain, Size: 5246 bytes --]
World builds are only done for x86/x86-64 I think? That would be good to
adjust, and build at least one truly cross-compiled world.
Alex
On Tue, 3 Nov 2020 at 20:25, Khem Raj <raj.khem@gmail.com> wrote:
>
>
> On 11/3/20 11:17 AM, Alexander Kanavin wrote:
> > Can you send a patch for this please?
> >
>
> thats fine,
>
> Richard,
>
> How does this not get detected in world builds ?
>
> > Alex
> >
> > On Tue, 3 Nov 2020 at 19:43, Khem Raj <raj.khem@gmail.com
> > <mailto:raj.khem@gmail.com>> wrote:
> >
> > rt-tests now have added code which only works for x86/x86_64/ppc64 in
> > src/oslat/oslat.c, so either that will need fixing for other arches
> or
> > limit this recipe to above said arches. see a failure here e.g.
> >
> > https://errors.yoctoproject.org/Errors/Details/511500/
> >
> > On 11/2/20 8:48 AM, Alexander Kanavin wrote:
> > > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com
> > <mailto:alex.kanavin@gmail.com>>
> > > ---
> > > ...001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 7
> > ++++---
> > > .../rt-tests/{hwlatdetect_1.8.bb <http://hwlatdetect_1.8.bb> =>
> > hwlatdetect_1.9.bb <http://hwlatdetect_1.9.bb>} | 0
> > > meta/recipes-rt/rt-tests/rt-tests.inc | 2
> +-
> > > .../rt-tests/{rt-tests_1.8.bb <http://rt-tests_1.8.bb> =>
> > rt-tests_1.9.bb <http://rt-tests_1.9.bb>} | 0
> > > 4 files changed, 5 insertions(+), 4 deletions(-)
> > > rename meta/recipes-rt/rt-tests/{hwlatdetect_1.8.bb
> > <http://hwlatdetect_1.8.bb> => hwlatdetect_1.9.bb
> > <http://hwlatdetect_1.9.bb>} (100%)
> > > rename meta/recipes-rt/rt-tests/{rt-tests_1.8.bb
> > <http://rt-tests_1.8.bb> => rt-tests_1.9.bb
> > <http://rt-tests_1.9.bb>} (100%)
> > >
> > > diff --git
> >
> a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> >
> b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> > > index c18928ed02..8fd94b176c 100644
> > > ---
> >
> a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> > > +++
> >
> b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
> > > @@ -1,4 +1,4 @@
> > > -From caaa142826504ad0375f9d21c558f10f31305cdb Mon Sep 17
> > 00:00:00 2001
> > > +From f89d6d6d23e0dacfd0008f686a457d536edc406a Mon Sep 17
> > 00:00:00 2001
> > > From: Randy Witt <randy.e.witt@intel.com
> > <mailto:randy.e.witt@intel.com>>
> > > Date: Fri, 16 Oct 2020 16:54:30 -0700
> > > Subject: [PATCH] Makefile: Allow for CC and AR to be overridden
> > > @@ -9,16 +9,17 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb.
> > > Signed-off-by: Randy Witt <randy.e.witt@intel.com
> > <mailto:randy.e.witt@intel.com>>
> > >
> > > Upstream-Status: Inappropriate [other]
> > > +
> > > ---
> > > Makefile | 4 ++--
> > > 1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/Makefile b/Makefile
> > > -index 05fc5ed..7a289c8 100644
> > > +index c3ebbd7..2176835 100644
> > > --- a/Makefile
> > > +++ b/Makefile
> > > @@ -1,6 +1,6 @@
> > > - VERSION = 1.8
> > > + VERSION = 1.9
> > > -CC = $(CROSS_COMPILE)gcc
> > > -AR = $(CROSS_COMPILE)ar
> > > +CC ?= $(CROSS_COMPILE)gcc
> > > diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
> > <http://hwlatdetect_1.8.bb>
> > b/meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
> > <http://hwlatdetect_1.9.bb>
> > > similarity index 100%
> > > rename from meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
> > <http://hwlatdetect_1.8.bb>
> > > rename to meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
> > <http://hwlatdetect_1.9.bb>
> > > diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
> > b/meta/recipes-rt/rt-tests/rt-tests.inc
> > > index 5d28c7e63e..2dd890cf95 100644
> > > --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> > > +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> > > @@ -1,5 +1,5 @@
> > > # Version 1.8
> > > -SRCREV = "9f78b91f057e63b0c241012ce36b57168133eefb"
> > > +SRCREV = "21c1df7d2ee199ac619cbb1806a38d15e7e95c09"
> > > PE = "1"
> > >
> > > SRC_URI =
> > "git://
> git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest
> > <
> http://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest
> >"
> > > diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.8.bb
> > <http://rt-tests_1.8.bb> b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb
> > <http://rt-tests_1.9.bb>
> > > similarity index 100%
> > > rename from meta/recipes-rt/rt-tests/rt-tests_1.8.bb
> > <http://rt-tests_1.8.bb>
> > > rename to meta/recipes-rt/rt-tests/rt-tests_1.9.bb
> > <http://rt-tests_1.9.bb>
> > >
> > >
> > >
> > >
> > >
> >
>
[-- Attachment #2: Type: text/html, Size: 9990 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
* Re: [OE-core] [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9
2020-11-03 19:52 ` Alexander Kanavin
@ 2020-11-03 20:00 ` Khem Raj
0 siblings, 0 replies; 89+ messages in thread
From: Khem Raj @ 2020-11-03 20:00 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: OE-core, Richard Purdie
On Tue, Nov 3, 2020 at 11:52 AM Alexander Kanavin
<alex.kanavin@gmail.com> wrote:
>
> World builds are only done for x86/x86-64 I think? That would be good to adjust, and build at least one truly cross-compiled world.
>
yeah something like arm or aarch64 could be a good option and perhaps
drop x86 and keep x86_64 only if there is resource constraint on AB
> Alex
>
> On Tue, 3 Nov 2020 at 20:25, Khem Raj <raj.khem@gmail.com> wrote:
>>
>>
>>
>> On 11/3/20 11:17 AM, Alexander Kanavin wrote:
>> > Can you send a patch for this please?
>> >
>>
>> thats fine,
>>
>> Richard,
>>
>> How does this not get detected in world builds ?
>>
>> > Alex
>> >
>> > On Tue, 3 Nov 2020 at 19:43, Khem Raj <raj.khem@gmail.com
>> > <mailto:raj.khem@gmail.com>> wrote:
>> >
>> > rt-tests now have added code which only works for x86/x86_64/ppc64 in
>> > src/oslat/oslat.c, so either that will need fixing for other arches or
>> > limit this recipe to above said arches. see a failure here e.g.
>> >
>> > https://errors.yoctoproject.org/Errors/Details/511500/
>> >
>> > On 11/2/20 8:48 AM, Alexander Kanavin wrote:
>> > > Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com
>> > <mailto:alex.kanavin@gmail.com>>
>> > > ---
>> > > ...001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch | 7
>> > ++++---
>> > > .../rt-tests/{hwlatdetect_1.8.bb <http://hwlatdetect_1.8.bb> =>
>> > hwlatdetect_1.9.bb <http://hwlatdetect_1.9.bb>} | 0
>> > > meta/recipes-rt/rt-tests/rt-tests.inc | 2 +-
>> > > .../rt-tests/{rt-tests_1.8.bb <http://rt-tests_1.8.bb> =>
>> > rt-tests_1.9.bb <http://rt-tests_1.9.bb>} | 0
>> > > 4 files changed, 5 insertions(+), 4 deletions(-)
>> > > rename meta/recipes-rt/rt-tests/{hwlatdetect_1.8.bb
>> > <http://hwlatdetect_1.8.bb> => hwlatdetect_1.9.bb
>> > <http://hwlatdetect_1.9.bb>} (100%)
>> > > rename meta/recipes-rt/rt-tests/{rt-tests_1.8.bb
>> > <http://rt-tests_1.8.bb> => rt-tests_1.9.bb
>> > <http://rt-tests_1.9.bb>} (100%)
>> > >
>> > > diff --git
>> > a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
>> > b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
>> > > index c18928ed02..8fd94b176c 100644
>> > > ---
>> > a/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
>> > > +++
>> > b/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
>> > > @@ -1,4 +1,4 @@
>> > > -From caaa142826504ad0375f9d21c558f10f31305cdb Mon Sep 17
>> > 00:00:00 2001
>> > > +From f89d6d6d23e0dacfd0008f686a457d536edc406a Mon Sep 17
>> > 00:00:00 2001
>> > > From: Randy Witt <randy.e.witt@intel.com
>> > <mailto:randy.e.witt@intel.com>>
>> > > Date: Fri, 16 Oct 2020 16:54:30 -0700
>> > > Subject: [PATCH] Makefile: Allow for CC and AR to be overridden
>> > > @@ -9,16 +9,17 @@ commit 7763cf316d7896fa05b816a46998f0827ab6e6eb.
>> > > Signed-off-by: Randy Witt <randy.e.witt@intel.com
>> > <mailto:randy.e.witt@intel.com>>
>> > >
>> > > Upstream-Status: Inappropriate [other]
>> > > +
>> > > ---
>> > > Makefile | 4 ++--
>> > > 1 file changed, 2 insertions(+), 2 deletions(-)
>> > >
>> > > diff --git a/Makefile b/Makefile
>> > > -index 05fc5ed..7a289c8 100644
>> > > +index c3ebbd7..2176835 100644
>> > > --- a/Makefile
>> > > +++ b/Makefile
>> > > @@ -1,6 +1,6 @@
>> > > - VERSION = 1.8
>> > > + VERSION = 1.9
>> > > -CC = $(CROSS_COMPILE)gcc
>> > > -AR = $(CROSS_COMPILE)ar
>> > > +CC ?= $(CROSS_COMPILE)gcc
>> > > diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
>> > <http://hwlatdetect_1.8.bb>
>> > b/meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
>> > <http://hwlatdetect_1.9.bb>
>> > > similarity index 100%
>> > > rename from meta/recipes-rt/rt-tests/hwlatdetect_1.8.bb
>> > <http://hwlatdetect_1.8.bb>
>> > > rename to meta/recipes-rt/rt-tests/hwlatdetect_1.9.bb
>> > <http://hwlatdetect_1.9.bb>
>> > > diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc
>> > b/meta/recipes-rt/rt-tests/rt-tests.inc
>> > > index 5d28c7e63e..2dd890cf95 100644
>> > > --- a/meta/recipes-rt/rt-tests/rt-tests.inc
>> > > +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
>> > > @@ -1,5 +1,5 @@
>> > > # Version 1.8
>> > > -SRCREV = "9f78b91f057e63b0c241012ce36b57168133eefb"
>> > > +SRCREV = "21c1df7d2ee199ac619cbb1806a38d15e7e95c09"
>> > > PE = "1"
>> > >
>> > > SRC_URI =
>> > "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest
>> > <http://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=unstable/devel/latest>"
>> > > diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.8.bb
>> > <http://rt-tests_1.8.bb> b/meta/recipes-rt/rt-tests/rt-tests_1.9.bb
>> > <http://rt-tests_1.9.bb>
>> > > similarity index 100%
>> > > rename from meta/recipes-rt/rt-tests/rt-tests_1.8.bb
>> > <http://rt-tests_1.8.bb>
>> > > rename to meta/recipes-rt/rt-tests/rt-tests_1.9.bb
>> > <http://rt-tests_1.9.bb>
>> > >
>> > >
>> > >
>> > >
>> > >
>> >
^ permalink raw reply [flat|nested] 89+ messages in thread
* Re: [OE-core] [PATCH 38/80] libxkbcommon: upgrade 0.10.0 -> 1.0.1
2020-11-02 16:48 ` [PATCH 38/80] libxkbcommon: upgrade 0.10.0 -> 1.0.1 Alexander Kanavin
@ 2020-11-03 20:38 ` Martin Jansa
0 siblings, 0 replies; 89+ messages in thread
From: Martin Jansa @ 2020-11-03 20:38 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2885 bytes --]
This seems to trigger do_configure failure in some builds:
Found CMake: NO
Run-time dependency libxml-2.0 found: NO (tried pkgconfig)
../libxkbcommon-1.0.1/meson.build:329:4: ERROR: Dependency "libxml-2.0" not
found, tried pkgconfig
and in the build where it works I see:
Found CMake: NO
Run-time dependency xkeyboard-config found: NO (tried pkgconfig and cmake)
Has header "unistd.h" : YES
Checking if "__builtin_expect" links: YES
Header <unistd.h> has symbol "eaccess" : YES
Header <unistd.h> has symbol "euidaccess" : YES
Header <sys/mman.h> has symbol "mmap" : YES
Header <stdlib.h> has symbol "mkostemp" : YES
Header <fcntl.h> has symbol "posix_fallocate" : YES
Header <string.h> has symbol "strndup" : YES
Header <stdio.h> has symbol "asprintf" : YES
Header <stdlib.h> has symbol "secure_getenv" : YES
Header <getopt.h> has symbol "getopt_long" : YES
Header <limits.h> has symbol "PATH_MAX" : YES
Checking if "-Wl,--version-script" links: YES
Program bison found: YES
Using 'PKG_CONFIG_PATH' from environment with value:
'/OE/build/luneos-hardknott/webos-ports/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-webos-linux-gnueabi/libxkbcommon/1.0.1-r0/recipe-sysroot/usr/lib/pkgconfig:/OE/build/luneos-hardknott/webos-ports/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-webos-linux-gnueabi/libxkbcommon/1.0.1-r0/recipe-sysroot/usr/share/pkgconfig'
Run-time dependency libxml-2.0 found: YES 2.9.10
with libxml-2 included through wayland so I guess it's the wayland
PACKAGECONFIG enabled based on DISTRO_FEATURES, will check and send patch
shortly.
On Mon, Nov 2, 2020 at 5:50 PM Alexander Kanavin <alex.kanavin@gmail.com>
wrote:
> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
> ---
> .../xorg-lib/{libxkbcommon_0.10.0.bb => libxkbcommon_1.0.1.bb} | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
> rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.10.0.bb =>
> libxkbcommon_1.0.1.bb} (88%)
>
> diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.10.0.bb
> b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.0.1.bb
> similarity index 88%
> rename from meta/recipes-graphics/xorg-lib/libxkbcommon_0.10.0.bb
> rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.0.1.bb
> index 16d9c36eae..4ef20b0721 100644
> --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.10.0.bb
> +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.0.1.bb
> @@ -9,8 +9,7 @@ DEPENDS = "util-macros flex-native bison-native"
>
> SRC_URI = "http://xkbcommon.org/download/${BPN}-${PV}.tar.xz"
>
> -SRC_URI[md5sum] = "2d9ad3a46b317138b5e72a91cf105451"
> -SRC_URI[sha256sum] =
> "57c3630cdc38fb4734cd57fa349e92244f5ae3862813e533cedbd86721a0b6f2"
> +SRC_URI[sha256sum] =
> "ab68b25341c99f2218d7cf3dad459c1827f411219901ade05bbccbdb856b6c8d"
>
> UPSTREAM_CHECK_URI = "http://xkbcommon.org/"
>
> --
> 2.29.0
>
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 4642 bytes --]
^ permalink raw reply [flat|nested] 89+ messages in thread
end of thread, other threads:[~2020-11-03 20:38 UTC | newest]
Thread overview: 89+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-02 16:47 [PATCH 01/80] spirv-tools: correctly set PV Alexander Kanavin
2020-11-02 16:47 ` [PATCH 02/80] spirv-tools: upgrade 2019.5 -> 2020.5 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 03/80] glslang: fix upstream version check Alexander Kanavin
2020-11-02 16:47 ` [PATCH 04/80] glslang: upgrade 8.13.3559 -> 8.13.3743 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 05/80] glslang: bump to a newer commit Alexander Kanavin
2020-11-02 16:47 ` [PATCH 06/80] shaderc: upgrade 2019.0 -> 2020.3 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 07/80] vulkan: update 1.2.135 -> 1.2.154 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 08/80] vulkan-samples: replace vulkan-demos Alexander Kanavin
2020-11-02 16:47 ` [PATCH 09/80] piglit: upgrade to latest revision Alexander Kanavin
2020-11-02 16:47 ` [PATCH 10/80] acpica: upgrade 20200717 -> 20200925 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 11/80] adwaita-icon-theme: upgrade 3.36.1 -> 3.38.0 Alexander Kanavin
2020-11-02 16:47 ` [PATCH 12/80] at-spi2-atk: upgrade 2.34.2 -> 2.38.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 13/80] at-spi2-core: upgrade 2.36.1 " Alexander Kanavin
2020-11-02 16:48 ` [PATCH 14/80] bison: upgrade 3.7.2 -> 3.7.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 15/80] createrepo-c: upgrade 0.16.0 -> 0.16.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 16/80] curl: upgrade 7.72.0 -> 7.73.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 17/80] debianutils: upgrade 4.11.1 -> 4.11.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 18/80] dhcpcd: upgrade 9.2.0 -> 9.3.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 19/80] dmidecode: upgrade 3.2 -> 3.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 20/80] dnf: upgrade 4.2.23 -> 4.4.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 21/80] ethtool: upgrade 5.8 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 22/80] expat: upgrade 2.2.9 -> 2.2.10 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 23/80] gcr: upgrade 3.36.0 -> 3.38.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 24/80] glib-networking: upgrade 2.64.3 -> 2.66.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 25/80] gtk+3: upgrade 3.24.22 -> 3.24.23 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 26/80] help2man: upgrade 1.47.15 -> 1.47.16 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 27/80] i2c-tools: upgrade 4.1 -> 4.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 28/80] iw: upgrade 5.8 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 29/80] kmscube: upgrade to latest revision Alexander Kanavin
2020-11-02 16:48 ` [PATCH 30/80] less: upgrade 562 -> 563 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 31/80] libdnf: upgrade 0.48.0 -> 0.54.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 32/80] libgudev: upgrade 233 -> 234 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 33/80] libinput: upgrade 1.16.1 -> 1.16.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 34/80] libuv: upgrade 1.39.0 -> 1.40.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 35/80] libva: upgrade 2.8.0 -> 2.9.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 36/80] libva-utils: update 2.8.0 -> 2.9.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 37/80] libwpe: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 38/80] libxkbcommon: upgrade 0.10.0 -> 1.0.1 Alexander Kanavin
2020-11-03 20:38 ` [OE-core] " Martin Jansa
2020-11-02 16:48 ` [PATCH 39/80] openssh: upgrade 8.3p1 -> 8.4p1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 40/80] openssl: upgrade 1.1.1g -> 1.1.1h Alexander Kanavin
2020-11-02 16:48 ` [PATCH 41/80] strace: upgrade 5.8 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 42/80] sudo: upgrade 1.9.3 -> 1.9.3p1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 43/80] vala: upgrade 0.48.9 -> 0.50.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 44/80] wpebackend-fdo: upgrade 1.7.1 -> 1.8.0 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 45/80] xkeyboard-config: upgrade 2.30 -> 2.31 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 46/80] u-boot: upgrade 2020.07 -> 2020.10 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 47/80] usbutils: upgrade 012 -> 013 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 48/80] kea: upgrade 1.7.10 -> 1.9.1 Alexander Kanavin
2020-11-02 17:19 ` [OE-core] " akuster
2020-11-02 17:24 ` Alexander Kanavin
[not found] ` <1643C0CD4D3FE498.21917@lists.openembedded.org>
2020-11-02 20:19 ` Alexander Kanavin
2020-11-02 16:48 ` [PATCH 49/80] nfs-utils: upgrade 2.5.1 -> 2.5.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 50/80] dropbear: upgrade 2020.80 -> 2020.81 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 51/80] btrfs-tools: upgrade 5.7 -> 5.9 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 52/80] git: upgrade 2.28.0 -> 2.29.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 53/80] go: upgrade 1.15.2 -> 1.15.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 54/80] mtools: upgrade 4.0.24 -> 4.0.25 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 55/80] python3-numpy: upgrade 1.19.1 -> 1.19.3 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 56/80] python3-git: upgrade 3.1.7 -> 3.1.11 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 57/80] python3-pyelftools: upgrade 0.26 -> 0.27 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 58/80] python3-pygments: upgrade 2.6.1 -> 2.7.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 59/80] python3-setuptools: upgrade 49.6.0 -> 50.3.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 60/80] asciidoc: upgrade 9.0.2 -> 9.0.4 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 61/80] iptables: upgrade 1.8.5 -> 1.8.6 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 62/80] libsolv: upgrade 0.7.14 -> 0.7.16 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 63/80] stress-ng: upgrade 0.11.21 -> 0.11.23 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 64/80] libhandy: upgrade 1.0.0 -> 1.0.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 65/80] freetype: upgrade 2.10.2 -> 2.10.4 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 66/80] linux-firmware: upgrade 20200817 -> 20201022 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 67/80] alsa: upgrade 1.2.3 -> 1.2.4 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 68/80] gstreamer1.0: upgrade 1.18.0 -> 1.18.1 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 69/80] x264: upgrade to latest revision Alexander Kanavin
2020-11-02 16:48 ` [PATCH 70/80] rt-tests/hwlatdetect: upgrade 1.8 -> 1.9 Alexander Kanavin
2020-11-03 18:43 ` [OE-core] " Khem Raj
2020-11-03 19:17 ` Alexander Kanavin
2020-11-03 19:25 ` Khem Raj
2020-11-03 19:52 ` Alexander Kanavin
2020-11-03 20:00 ` Khem Raj
2020-11-02 16:48 ` [PATCH 71/80] webkitgtk: upgrade 2.30.1 -> 2.30.2 Alexander Kanavin
2020-11-02 16:48 ` [PATCH 72/80] diffoscope: upgrade 160 -> 161 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 73/80] enchant2: upgrade 2.2.9 -> 2.2.12 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 74/80] libassuan: upgrade 2.5.3 -> 2.5.4 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 75/80] libcap-ng: upgrade 0.7.11 -> 0.8 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 76/80] libevdev: upgrade 1.9.1 -> 1.10.0 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 77/80] libgcrypt: upgrade 1.8.6 -> 1.8.7 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 78/80] libmpc: upgrade 1.2.0 -> 1.2.1 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 79/80] libsoup-2.4: upgrade 2.70.0 -> 2.72.0 Alexander Kanavin
2020-11-02 16:49 ` [PATCH 80/80] numactl: upgrade 2.0.13 -> 2.0.14 Alexander Kanavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox