All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1
@ 2021-02-17  5:51 Anuj Mittal
  2021-02-17  5:51 ` [PATCH 02/27] glib-2.0: upgrade 2.66.4 -> 2.66.7 Anuj Mittal
                   ` (25 more replies)
  0 siblings, 26 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-devtools/git/{git_2.30.0.bb => git_2.30.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/git/{git_2.30.0.bb => git_2.30.1.bb} (51%)

diff --git a/meta/recipes-devtools/git/git_2.30.0.bb b/meta/recipes-devtools/git/git_2.30.1.bb
similarity index 51%
rename from meta/recipes-devtools/git/git_2.30.0.bb
rename to meta/recipes-devtools/git/git_2.30.1.bb
index 93f8ed298b..bc1635ada9 100644
--- a/meta/recipes-devtools/git/git_2.30.0.bb
+++ b/meta/recipes-devtools/git/git_2.30.1.bb
@@ -5,5 +5,5 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
                  "
 EXTRA_OEMAKE += "NO_GETTEXT=1"
 
-SRC_URI[tarball.sha256sum] = "d24c4fa2a658318c2e66e25ab67cc30038a35696d2d39e6b12ceccf024de1e5e"
-SRC_URI[manpages.sha256sum] = "e23035ae232c9a5eda57db258bc3b7f1c1060cfd66920f92c7d388b6439773a6"
+SRC_URI[tarball.sha256sum] = "23a3e53f0d2dd3e62a8147b24a1a91d6ffe95b92123ef4dbae04e9a6205e71c0"
+SRC_URI[manpages.sha256sum] = "db323e1b242e9d0337363b1e538c8b879e4c46eedbf94d3bee9e65dab6d49138"
-- 
2.29.2


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

* [PATCH 02/27] glib-2.0: upgrade 2.66.4 -> 2.66.7
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 03/27] help2man: upgrade 1.47.16 -> 1.48.1 Anuj Mittal
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../glib-2.0/{glib-2.0_2.66.4.bb => glib-2.0_2.66.7.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.66.4.bb => glib-2.0_2.66.7.bb} (96%)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb
similarity index 96%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb
index 5e1c0f2d33..15e9dbaf6f 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.66.4.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.66.7.bb
@@ -22,7 +22,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
 
 SRC_URI_append_class-native = " file://relocate-modules.patch"
 
-SRC_URI[sha256sum] = "97df8670e32f9fd4f7392b0980e661dd625012015d58350da1e58e343f4af984"
+SRC_URI[sha256sum] = "09f158769f6f26b31074e15b1ac80ec39b13b53102dfae66cfe826fb2cc65502"
 
 # Find any meson cross files in FILESPATH that are relevant for the current
 # build (using siteinfo) and add them to EXTRA_OEMESON.
-- 
2.29.2


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

* [PATCH 03/27] help2man: upgrade 1.47.16 -> 1.48.1
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
  2021-02-17  5:51 ` [PATCH 02/27] glib-2.0: upgrade 2.66.4 -> 2.66.7 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 04/27] libevdev: upgrade 1.10.1 -> 1.11.0 Anuj Mittal
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../help2man/{help2man_1.47.16.bb => help2man_1.48.1.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/help2man/{help2man_1.47.16.bb => help2man_1.48.1.bb} (86%)

diff --git a/meta/recipes-devtools/help2man/help2man_1.47.16.bb b/meta/recipes-devtools/help2man/help2man_1.48.1.bb
similarity index 86%
rename from meta/recipes-devtools/help2man/help2man_1.47.16.bb
rename to meta/recipes-devtools/help2man/help2man_1.48.1.bb
index 27a15eb0e2..8341f2ba39 100644
--- a/meta/recipes-devtools/help2man/help2man_1.47.16.bb
+++ b/meta/recipes-devtools/help2man/help2man_1.48.1.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] = "3ef8580c5b86e32ca092ce8de43df204f5e6f714b0cd32bc6237e6cd0f34a8f4"
+SRC_URI[sha256sum] = "de8a74740bd058646567b92ab4ecdeb9da9f1a07cc7c4f607a3c14dd38d10799"
 
 inherit autotools
 
-- 
2.29.2


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

* [PATCH 04/27] libevdev: upgrade 1.10.1 -> 1.11.0
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
  2021-02-17  5:51 ` [PATCH 02/27] glib-2.0: upgrade 2.66.4 -> 2.66.7 Anuj Mittal
  2021-02-17  5:51 ` [PATCH 03/27] help2man: upgrade 1.47.16 -> 1.48.1 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 05/27] stress-ng: upgrade 0.12.02 -> 0.12.03 Anuj Mittal
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

License-Update: change to MIT.

See:
https://lists.freedesktop.org/archives/input-tools/2021-February/001557.html

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../libevdev/{libevdev_1.10.1.bb => libevdev_1.11.0.bb}   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-support/libevdev/{libevdev_1.10.1.bb => libevdev_1.11.0.bb} (54%)

diff --git a/meta/recipes-support/libevdev/libevdev_1.10.1.bb b/meta/recipes-support/libevdev/libevdev_1.11.0.bb
similarity index 54%
rename from meta/recipes-support/libevdev/libevdev_1.10.1.bb
rename to meta/recipes-support/libevdev/libevdev_1.11.0.bb
index 353ded6f28..96179e18e8 100644
--- a/meta/recipes-support/libevdev/libevdev_1.10.1.bb
+++ b/meta/recipes-support/libevdev/libevdev_1.11.0.bb
@@ -2,13 +2,13 @@ SUMMARY = "Wrapper library for evdev devices"
 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
 SECTION = "libs"
 
-LICENSE = "MIT-X"
-LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \
-                    file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
+                    "
 
 SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \
            file://determinism.patch"
-SRC_URI[sha256sum] = "0330fe8357ece915db9366c1b9a6648941aea6f724b73ad6e71401127aa08932"
+SRC_URI[sha256sum] = "63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0"
 
 inherit autotools pkgconfig
 
-- 
2.29.2


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

* [PATCH 05/27] stress-ng: upgrade 0.12.02 -> 0.12.03
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (2 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 04/27] libevdev: upgrade 1.10.1 -> 1.11.0 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 06/27] vte: upgrade 0.62.1 -> 0.62.2 Anuj Mittal
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../stress-ng/{stress-ng_0.12.02.bb => stress-ng_0.12.03.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.12.02.bb => stress-ng_0.12.03.bb} (90%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.12.02.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.03.bb
similarity index 90%
rename from meta/recipes-extended/stress-ng/stress-ng_0.12.02.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.12.03.bb
index a5851b43f2..73539c9268 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.12.02.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.12.03.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] = "f847be115f60d3ad7d37c806fd1bfb1412aa3c631fca581d6dc233322f50d6a5"
+SRC_URI[sha256sum] = "f27ff439b76a17641291d4234c73655cddcb0a5a588441d6ade290b06ca4b805"
 
 DEPENDS = "coreutils-native"
 
-- 
2.29.2


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

* [PATCH 06/27] vte: upgrade 0.62.1 -> 0.62.2
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (3 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 05/27] stress-ng: upgrade 0.12.02 -> 0.12.03 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 07/27] x264: upgrade to latest revision Anuj Mittal
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-support/vte/{vte_0.62.1.bb => vte_0.62.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/vte/{vte_0.62.1.bb => vte_0.62.2.bb} (95%)

diff --git a/meta/recipes-support/vte/vte_0.62.1.bb b/meta/recipes-support/vte/vte_0.62.2.bb
similarity index 95%
rename from meta/recipes-support/vte/vte_0.62.1.bb
rename to meta/recipes-support/vte/vte_0.62.2.bb
index 1a8e21dec4..b7e6f0bd8f 100644
--- a/meta/recipes-support/vte/vte_0.62.1.bb
+++ b/meta/recipes-support/vte/vte_0.62.2.bb
@@ -18,7 +18,7 @@ inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-intros
 
 # vapigen.m4 is required when vala is not present (but the one from vala should be used normally)
 SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch"
-SRC_URI[archive.sha256sum] = "c369e87c0c8284e09109d0a9aac821f543558f51c0cb9c7acfff3df64153308d"
+SRC_URI[archive.sha256sum] = "b0300bbcf0c02df5812a10a3cb8e4fff723bab92c08c97a0a90c167cf543aff0"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-- 
2.29.2


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

* [PATCH 07/27] x264: upgrade to latest revision
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (4 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 06/27] vte: upgrade 0.62.1 -> 0.62.2 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 08/27] createrepo-c: upgrade 0.16.2 -> 0.17.0 Anuj Mittal
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-multimedia/x264/x264_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index 25ab72c66d..f95fb0c41e 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -14,9 +14,9 @@ SRC_URI = "git://github.com/mirror/x264;branch=stable \
            "
 UPSTREAM_CHECK_COMMITS = "1"
 
-SRCREV = "d198931a63049db1f2c92d96c34904c69fde8117"
+SRCREV = "544c61f082194728d0391fb280a6e138ba320a96"
 
-PV = "r3011+git${SRCPV}"
+PV = "r3039+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


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

* [PATCH 08/27] createrepo-c: upgrade 0.16.2 -> 0.17.0
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (5 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 07/27] x264: upgrade to latest revision Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 09/27] libuv: upgrade 1.40.0 -> 1.41.0 Anuj Mittal
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 8 ++++----
 .../{createrepo-c_0.16.2.bb => createrepo-c_0.17.0.bb}    | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.16.2.bb => createrepo-c_0.17.0.bb} (95%)

diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
index c0f07fe2ca..d675af4f8b 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
@@ -1,4 +1,4 @@
-From 4644d18157296257284bedd857f4610f1037d50e Mon Sep 17 00:00:00 2001
+From 218a4760945be7a404df6515ffbc769c92791f9b Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Fri, 30 Dec 2016 18:31:02 +0200
 Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python
@@ -11,11 +11,11 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
-index 3d873f7..e977b2f 100644
+index 855127f..dff1d97 100644
 --- a/src/python/CMakeLists.txt
 +++ b/src/python/CMakeLists.txt
-@@ -21,7 +21,7 @@ if (NOT SKBUILD)
-     endif ()
+@@ -14,7 +14,7 @@ if (NOT SKBUILD)
+     FIND_PACKAGE(PythonInterp 3 EXACT REQUIRED)
  endif (NOT SKBUILD)
  
 -EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_python_lib(True))" OUTPUT_VARIABLE PYTHON_INSTALL_DIR)
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.16.2.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.0.bb
similarity index 95%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_0.16.2.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_0.17.0.bb
index 2b552a4cdf..350b183542 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.16.2.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.17.0.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 = "031f0524905c2a64a2faae555ca9d91281448d1b"
+SRCREV = "909a0636665ed96f97babc3b887f9badc88875c3"
 
 S = "${WORKDIR}/git"
 
-- 
2.29.2


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

* [PATCH 09/27] libuv: upgrade 1.40.0 -> 1.41.0
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (6 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 08/27] createrepo-c: upgrade 0.16.2 -> 0.17.0 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 10/27] piglit: upgrade to latest revision Anuj Mittal
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../libuv/{libuv_1.40.0.bb => libuv_1.41.0.bb}                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/libuv/{libuv_1.40.0.bb => libuv_1.41.0.bb} (90%)

diff --git a/meta/recipes-connectivity/libuv/libuv_1.40.0.bb b/meta/recipes-connectivity/libuv/libuv_1.41.0.bb
similarity index 90%
rename from meta/recipes-connectivity/libuv/libuv_1.40.0.bb
rename to meta/recipes-connectivity/libuv/libuv_1.41.0.bb
index f793db09be..ab06a43d21 100644
--- a/meta/recipes-connectivity/libuv/libuv_1.40.0.bb
+++ b/meta/recipes-connectivity/libuv/libuv_1.41.0.bb
@@ -4,7 +4,7 @@ BUGTRACKER = "https://github.com/libuv/libuv/issues"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
 
-SRCREV = "4e69e333252693bd82d6338d6124f0416538dbfc"
+SRCREV = "1dff88e5161cba5c59276d2070d2e304e4dcb242"
 SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
 
 S = "${WORKDIR}/git"
-- 
2.29.2


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

* [PATCH 10/27] piglit: upgrade to latest revision
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (7 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 09/27] libuv: upgrade 1.40.0 -> 1.41.0 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 11/27] pigz: upgrade 2.4 -> 2.6 Anuj Mittal
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 484b59df00..52c39fd681 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -16,7 +16,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https \
            "
 UPSTREAM_CHECK_COMMITS = "1"
 
-SRCREV = "d3a6e1293c43a6d989d4bcd59132317195d420c6"
+SRCREV = "d4d9353b7290ed22cb7349226a8e4017402d3f02"
 # (when PV goes above 1.0 remove the trailing r)
 PV = "1.0+gitr${SRCPV}"
 
-- 
2.29.2


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

* [PATCH 11/27] pigz: upgrade 2.4 -> 2.6
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (8 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 10/27] piglit: upgrade to latest revision Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 12/27] python3-git: upgrade 3.1.12 -> 3.1.13 Anuj Mittal
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-extended/pigz/{pigz_2.4.bb => pigz_2.6.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-extended/pigz/{pigz_2.4.bb => pigz_2.6.bb} (91%)

diff --git a/meta/recipes-extended/pigz/pigz_2.4.bb b/meta/recipes-extended/pigz/pigz_2.6.bb
similarity index 91%
rename from meta/recipes-extended/pigz/pigz_2.4.bb
rename to meta/recipes-extended/pigz/pigz_2.6.bb
index 8c65ec34f0..05be9b733f 100644
--- a/meta/recipes-extended/pigz/pigz_2.4.bb
+++ b/meta/recipes-extended/pigz/pigz_2.6.bb
@@ -9,8 +9,7 @@ LICENSE = "Zlib & Apache-2.0"
 LIC_FILES_CHKSUM = "file://pigz.c;md5=9ae6dee8ceba9610596ed0ada493d142;beginline=7;endline=21"
 
 SRC_URI = "http://zlib.net/${BPN}/fossils/${BP}.tar.gz"
-SRC_URI[md5sum] = "def2f6e19d9d8231445adc1349d346df"
-SRC_URI[sha256sum] = "a4f816222a7b4269bd232680590b579ccc72591f1bb5adafcd7208ca77e14f73"
+SRC_URI[sha256sum] = "2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d"
 PROVIDES_class-native += "gzip-native"
 
 # Point this at the homepage in case /fossils/ isn't updated
-- 
2.29.2


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

* [PATCH 12/27] python3-git: upgrade 3.1.12 -> 3.1.13
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (9 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 11/27] pigz: upgrade 2.4 -> 2.6 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 13/27] sysklogd: upgrade 2.1.2 -> 2.2.1 Anuj Mittal
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../python/{python3-git_3.1.12.bb => python3-git_3.1.13.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-git_3.1.12.bb => python3-git_3.1.13.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-git_3.1.12.bb b/meta/recipes-devtools/python/python3-git_3.1.13.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-git_3.1.12.bb
rename to meta/recipes-devtools/python/python3-git_3.1.13.bb
index c0c460540d..807767e569 100644
--- a/meta/recipes-devtools/python/python3-git_3.1.12.bb
+++ b/meta/recipes-devtools/python/python3-git_3.1.13.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "42dbefd8d9e2576c496ed0059f3103dcef7125b9ce16f9d5f9c834aed44a1dac"
+SRC_URI[sha256sum] = "8621a7e777e276a5ec838b59280ba5272dd144a18169c36c903d8b38b99f750a"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"
 
-- 
2.29.2


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

* [PATCH 13/27] sysklogd: upgrade 2.1.2 -> 2.2.1
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (10 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 12/27] python3-git: upgrade 3.1.12 -> 3.1.13 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 14/27] sysstat: upgrade 12.4.2 -> 12.4.3 Anuj Mittal
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Merge inc and bb files too.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../0001-Makefile.am-fixup-issue-17.patch     | 43 -------------------
 meta/recipes-extended/sysklogd/sysklogd.inc   |  4 +-
 .../sysklogd/sysklogd_2.1.2.bb                |  3 --
 3 files changed, 3 insertions(+), 47 deletions(-)
 delete mode 100644 meta/recipes-extended/sysklogd/files/0001-Makefile.am-fixup-issue-17.patch
 delete mode 100644 meta/recipes-extended/sysklogd/sysklogd_2.1.2.bb

diff --git a/meta/recipes-extended/sysklogd/files/0001-Makefile.am-fixup-issue-17.patch b/meta/recipes-extended/sysklogd/files/0001-Makefile.am-fixup-issue-17.patch
deleted file mode 100644
index 96365648d7..0000000000
--- a/meta/recipes-extended/sysklogd/files/0001-Makefile.am-fixup-issue-17.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From a4a472c19eaaf03cc0e70797b2d24b540d6424e1 Mon Sep 17 00:00:00 2001
-From: Changqing Li <changqing.li@windriver.com>
-Date: Wed, 3 Jun 2020 13:39:18 +0800
-Subject: [PATCH] Makefile.am: fixup issue #17
-
-only make $(LIBOBJS) depend on $(LTLIBOBJS) still have race condition,
-library like pidfile.o may be changed when compile or link for
-libsyslog_la_LIBADD, which will cause problem like below:
-
-ERROR: dwarfsrcfiles failed with exit code 1 (cmd was ['dwarfsrcfiles', /tmp/work/ppc7400-oe-linux/sysklogd/2.1.2-r0/package/usr/lib/libsyslog.a']):
-dwarfsrcfiles: tmp/work/ppc7400-oe-linux/sysklogd/2.1.2-r0/package/usr/lib/libsyslog.a: not a valid ELF file
-
-arm-oe-linux-gnueabi-libtool: link: arm-oe-linux-gnueabi-gcc  -march=armv7ve -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=TOPDIR/tmp-glibc/work/armv7vet2hf-neon-oe-linux-gnueabi/sysklogd/2.1.2-r0/recipe-sysroot -shared  -fPIC -DPIC  .libs/libsyslog_la-syslog.o ../lib/.libs/pidfile.o ../lib/.libs/strlcpy.o ../lib/.libs/strlcat.o    -march=armv7ve -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=TOPDIR/tmp-glibc/work/armv7vet2hf-neon-oe-linux-gnueabi/sysklogd/2.1.2-r0/recipe-sysroot -O2 -g -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed   -Wl,-soname -Wl,libsyslog.so.0 -o .libs/libsyslog.so.0.0.0
-arm-oe-linux-gnueabi-libtool: link: (cd ".libs" && rm -f "libsyslog.so.0" && ln -s "libsyslog.so.0.0.0" "libsyslog.so.0")
-arm-oe-linux-gnueabi-libtool: link: (cd ".libs" && rm -f "libsyslog.so" && ln -s "libsyslog.so.0.0.0" "libsyslog.so")
-arm-oe-linux-gnueabi-libtool: link: arm-oe-linux-gnueabi-gcc-ar cru .libs/libsyslog.a  libsyslog_la-syslog.o ../lib/pidfile.o ../lib/strlcpy.o ../lib/strlcat.o
-TOPDIR/tmp-glibc/work/armv7vet2hf-neon-oe-linux-gnueabi/sysklogd/2.1.2-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/../../libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/10.1.0/ar: `u' modifier ignored since `D' is the default (see `U')
-TOPDIR/tmp-glibc/work/armv7vet2hf-neon-oe-linux-gnueabi/sysklogd/2.1.2-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/../../libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/10.1.0/ar: ../lib/strlcat.o: No such file or directory
-
-Upstream-Status: Submitted [https://github.com/troglobit/sysklogd/pull/23/commits/e684939559341cb1c6373dfc6469b59e580d80af]
-
-Signed-off-by: Changqing Li <changqing.li@windriver.com>
----
- src/Makefile.am | 7 ++++---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index f8a6820..f45c773 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -66,6 +66,7 @@ libsyslog_la_LIBADD   = $(LTLIBOBJS)
- #  ld: syslogd-syslogd.o: in function `main': syslogd.c:417: undefined
- #      reference to `__pidfile'
- #
--# Work around the problem by building one .o from lib at a time, this
--# can be achieved by making LIBOBJS depend on LTLIBOBJS.
--$(LIBOBJS): $(LTLIBOBJS)
-+# Work around the problem by make LIBOBJS depend on libsyslog.la,
-+# so that LIBOBJS/syslogd/logger will start compile after libsyslog.la
-+# is completed
-+$(LIBOBJS): $(lib_LTLIBRARIES)
--- 
-2.17.1
diff --git a/meta/recipes-extended/sysklogd/sysklogd.inc b/meta/recipes-extended/sysklogd/sysklogd.inc
index 162260f000..aa3f126fbc 100644
--- a/meta/recipes-extended/sysklogd/sysklogd.inc
+++ b/meta/recipes-extended/sysklogd/sysklogd.inc
@@ -12,8 +12,10 @@ inherit update-rc.d update-alternatives systemd autotools
 
 SRC_URI = "git://github.com/troglobit/sysklogd.git;nobranch=1 \
            file://sysklogd \
-           file://0001-Makefile.am-fixup-issue-17.patch \
            "
+
+SRCREV = "b115c7ec4e6d9f3587ac8d212bfc454bfbfe7023"
+
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF = "--with-systemd=${systemd_system_unitdir} --without-logger"
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.1.2.bb b/meta/recipes-extended/sysklogd/sysklogd_2.1.2.bb
deleted file mode 100644
index 2917c2aae0..0000000000
--- a/meta/recipes-extended/sysklogd/sysklogd_2.1.2.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require sysklogd.inc
-
-SRCREV = "6d6010add698370fc7d9828f0aaa18613dd2397f"
-- 
2.29.2


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

* [PATCH 14/27] sysstat: upgrade 12.4.2 -> 12.4.3
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (11 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 13/27] sysklogd: upgrade 2.1.2 -> 2.2.1 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 15/27] python3-hypothesis: upgrade 6.0.2 -> 6.2.0 Anuj Mittal
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../sysstat/{sysstat_12.4.2.bb => sysstat_12.4.3.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/sysstat/{sysstat_12.4.2.bb => sysstat_12.4.3.bb} (65%)

diff --git a/meta/recipes-extended/sysstat/sysstat_12.4.2.bb b/meta/recipes-extended/sysstat/sysstat_12.4.3.bb
similarity index 65%
rename from meta/recipes-extended/sysstat/sysstat_12.4.2.bb
rename to meta/recipes-extended/sysstat/sysstat_12.4.3.bb
index e50bb0ff61..5a27de439f 100644
--- a/meta/recipes-extended/sysstat/sysstat_12.4.2.bb
+++ b/meta/recipes-extended/sysstat/sysstat_12.4.3.bb
@@ -4,4 +4,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
 
 SRC_URI += "file://0001-configure.in-remove-check-for-chkconfig.patch"
 
-SRC_URI[sha256sum] = "3701b2c1883d50eb384d7b95ce5b6df0a71fdcb3c23f96cb58098d1bcffa018f"
+SRC_URI[sha256sum] = "ae432431f45aacbcabacfbbe129e2505e215cafa9ce996d7550c6091a46f0bfd"
-- 
2.29.2


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

* [PATCH 15/27] python3-hypothesis: upgrade 6.0.2 -> 6.2.0
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (12 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 14/27] sysstat: upgrade 12.4.2 -> 12.4.3 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:51 ` [PATCH 16/27] python3-jinja2: upgrade 2.11.2 -> 2.11.3 Anuj Mittal
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...{python3-hypothesis_6.0.2.bb => python3-hypothesis_6.2.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.0.2.bb => python3-hypothesis_6.2.0.bb} (81%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.0.2.bb b/meta/recipes-devtools/python/python3-hypothesis_6.2.0.bb
similarity index 81%
rename from meta/recipes-devtools/python/python3-hypothesis_6.0.2.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.2.0.bb
index fd163401a3..be9418386f 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.0.2.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.2.0.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "hypothesis"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "ae616551c8ebe897454e2de5183e325f6a109f70d45b7380154ed974ce8d4772"
+SRC_URI[sha256sum] = "c16fbde26b65c98a2464c48209b066c2f6dab5e8e38acd9d959021eb8d58b6c0"
 
 RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers"
 
-- 
2.29.2


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

* [PATCH 16/27] python3-jinja2: upgrade 2.11.2 -> 2.11.3
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (13 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 15/27] python3-hypothesis: upgrade 6.0.2 -> 6.2.0 Anuj Mittal
@ 2021-02-17  5:51 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 17/27] python3-more-itertools: upgrade 8.6.0 -> 8.7.0 Anuj Mittal
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:51 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{python3-jinja2_2.11.2.bb => python3-jinja2_2.11.3.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-jinja2_2.11.2.bb => python3-jinja2_2.11.3.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-jinja2_2.11.2.bb b/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-jinja2_2.11.2.bb
rename to meta/recipes-devtools/python/python3-jinja2_2.11.3.bb
index 89538d2f27..19a4eee11a 100644
--- a/meta/recipes-devtools/python/python3-jinja2_2.11.2.bb
+++ b/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone templ
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
 
-SRC_URI[sha256sum] = "89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"
+SRC_URI[sha256sum] = "a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6"
 
 PYPI_PACKAGE = "Jinja2"
 
-- 
2.29.2


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

* [PATCH 17/27] python3-more-itertools: upgrade 8.6.0 -> 8.7.0
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (14 preceding siblings ...)
  2021-02-17  5:51 ` [PATCH 16/27] python3-jinja2: upgrade 2.11.2 -> 2.11.3 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 18/27] python3-numpy: upgrade 1.20.0 -> 1.20.1 Anuj Mittal
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...-more-itertools_8.6.0.bb => python3-more-itertools_8.7.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-more-itertools_8.6.0.bb => python3-more-itertools_8.7.0.bb} (84%)

diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.6.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.7.0.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-more-itertools_8.6.0.bb
rename to meta/recipes-devtools/python/python3-more-itertools_8.7.0.bb
index ee5ce7ba9c..0cb61915bf 100644
--- a/meta/recipes-devtools/python/python3-more-itertools_8.6.0.bb
+++ b/meta/recipes-devtools/python/python3-more-itertools_8.7.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/erikrose/more-itertools"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
 
-SRC_URI[sha256sum] = "b3a9005928e5bed54076e6e549c792b306fddfe72b2d1d22dd63d42d5d3899cf"
+SRC_URI[sha256sum] = "c5d6da9ca3ff65220c3bfd2a8db06d698f05d4d2b9be57e1deb2be5a45019713"
 
 inherit pypi setuptools3 ptest
 
-- 
2.29.2


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

* [PATCH 18/27] python3-numpy: upgrade 1.20.0 -> 1.20.1
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (15 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 17/27] python3-more-itertools: upgrade 8.6.0 -> 8.7.0 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 19/27] python3-pygments: upgrade 2.7.4 -> 2.8.0 Anuj Mittal
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

License-Update: change in copyright years

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{python3-numpy_1.20.0.bb => python3-numpy_1.20.1.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.20.0.bb => python3-numpy_1.20.1.bb} (92%)

diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.20.0.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.20.1.bb
similarity index 92%
rename from meta/recipes-devtools/python-numpy/python3-numpy_1.20.0.bb
rename to meta/recipes-devtools/python-numpy/python3-numpy_1.20.1.bb
index 8d348d85ca..2d72152464 100644
--- a/meta/recipes-devtools/python-numpy/python3-numpy_1.20.0.bb
+++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.20.1.bb
@@ -1,7 +1,7 @@
 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=474c7e8e97b80fb7500de2b0c4a4a8d4"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=aa1ecaef18152f75bfae546b29c49d3c"
 
 SRCNAME = "numpy"
 
@@ -10,7 +10,7 @@ SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${S
            file://0001-numpy-core-Define-RISCV-32-support.patch \
            file://run-ptest \
 "
-SRC_URI[sha256sum] = "67b630745a71b541ff6517d6f3d62b00690dc8ba0684cad0d7b0ac55aec1de53"
+SRC_URI[sha256sum] = "9bf51d69ebb4ca9239e55bedc2185fe2c0ec222da0adee7ece4125414676846d"
 
 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
-- 
2.29.2


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

* [PATCH 19/27] python3-pygments: upgrade 2.7.4 -> 2.8.0
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (16 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 18/27] python3-numpy: upgrade 1.20.0 -> 1.20.1 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 20/27] python3-pytest: upgrade 6.2.1 -> 6.2.2 Anuj Mittal
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../{python3-pygments_2.7.4.bb => python3-pygments_2.8.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pygments_2.7.4.bb => python3-pygments_2.8.0.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-pygments_2.7.4.bb b/meta/recipes-devtools/python/python3-pygments_2.8.0.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-pygments_2.7.4.bb
rename to meta/recipes-devtools/python/python3-pygments_2.8.0.bb
index 24bbaaf38c..6c8afc5095 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.7.4.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.8.0.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=98419e351433ac106a24e3ad435930bc"
 
 inherit setuptools3
-SRC_URI[sha256sum] = "df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337"
+SRC_URI[sha256sum] = "37a13ba168a02ac54cc5891a42b1caec333e59b66addb7fa633ea8a6d73445c0"
 
 DEPENDS += "\
             ${PYTHON_PN} \
-- 
2.29.2


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

* [PATCH 20/27] python3-pytest: upgrade 6.2.1 -> 6.2.2
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (17 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 19/27] python3-pygments: upgrade 2.7.4 -> 2.8.0 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 21/27] python3-setuptools: upgrade 52.0.0 -> 53.0.0 Anuj Mittal
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../python/{python3-pytest_6.2.1.bb => python3-pytest_6.2.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pytest_6.2.1.bb => python3-pytest_6.2.2.bb} (92%)

diff --git a/meta/recipes-devtools/python/python3-pytest_6.2.1.bb b/meta/recipes-devtools/python/python3-pytest_6.2.2.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-pytest_6.2.1.bb
rename to meta/recipes-devtools/python/python3-pytest_6.2.2.bb
index 6843b4da25..392c20d039 100644
--- a/meta/recipes-devtools/python/python3-pytest_6.2.1.bb
+++ b/meta/recipes-devtools/python/python3-pytest_6.2.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
 
 SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch "
 
-SRC_URI[sha256sum] = "66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306"
+SRC_URI[sha256sum] = "9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9"
 
 inherit update-alternatives pypi setuptools3
 
-- 
2.29.2


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

* [PATCH 21/27] python3-setuptools: upgrade 52.0.0 -> 53.0.0
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (18 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 20/27] python3-pytest: upgrade 6.2.1 -> 6.2.2 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 22/27] psmisc: upgrade 23.3 -> 23.4 Anuj Mittal
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 ...0001-conditionally-do-not-fetch-code-by-easy_install.patch | 4 ++--
 ...hon3-setuptools_52.0.0.bb => python3-setuptools_53.0.0.bb} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_52.0.0.bb => python3-setuptools_53.0.0.bb} (94%)

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 99c50e94cb..680edbe704 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 d2633b49275b20e7acf724567fe0189aab25771e Mon Sep 17 00:00:00 2001
+From 6380cc63f79abe8b8404c9be5ed5f213a70c8c6a 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,7 +15,7 @@ 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 9ec83b7..7e97a07 100644
+index eeb21b5..eca1edd 100644
 --- a/setuptools/command/easy_install.py
 +++ b/setuptools/command/easy_install.py
 @@ -636,6 +636,11 @@ class easy_install(Command):
diff --git a/meta/recipes-devtools/python/python3-setuptools_52.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_53.0.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_52.0.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_53.0.0.bb
index 118f416657..811c8a5900 100644
--- a/meta/recipes-devtools/python/python3-setuptools_52.0.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_53.0.0.bb
@@ -10,7 +10,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] = "fb3a1ee622509550dbf1d419f241296169d7f09cb1eb5b1736f2f10965932b96"
+SRC_URI[sha256sum] = "1b18ef17d74ba97ac9c0e4b4265f123f07a8ae85d9cd093949fa056d3eeeead5"
 
 DEPENDS += "${PYTHON_PN}"
 
-- 
2.29.2


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

* [PATCH 22/27] psmisc: upgrade 23.3 -> 23.4
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (19 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 21/27] python3-setuptools: upgrade 52.0.0 -> 53.0.0 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 23/27] gtk+3: upgrade 3.24.24 -> 3.24.25 Anuj Mittal
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-extended/psmisc/{psmisc_23.3.bb => psmisc_23.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/psmisc/{psmisc_23.3.bb => psmisc_23.4.bb} (84%)

diff --git a/meta/recipes-extended/psmisc/psmisc_23.3.bb b/meta/recipes-extended/psmisc/psmisc_23.4.bb
similarity index 84%
rename from meta/recipes-extended/psmisc/psmisc_23.3.bb
rename to meta/recipes-extended/psmisc/psmisc_23.4.bb
index e569f1074b..894443f4ef 100644
--- a/meta/recipes-extended/psmisc/psmisc_23.3.bb
+++ b/meta/recipes-extended/psmisc/psmisc_23.4.bb
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https \
            file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
            "
-SRCREV = "78bde849041e6c914a2a517ebe1255b86dc98772"
+SRCREV = "5fab6b7ab385080f1db725d6803136ec1841a15f"
 S = "${WORKDIR}/git"
-- 
2.29.2


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

* [PATCH 23/27] gtk+3: upgrade 3.24.24 -> 3.24.25
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (20 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 22/27] psmisc: upgrade 23.3 -> 23.4 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 24/27] lighttpd: upgrade 1.4.58 -> 1.4.59 Anuj Mittal
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-gnome/gtk+/{gtk+3_3.24.24.bb => gtk+3_3.24.25.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gtk+/{gtk+3_3.24.24.bb => gtk+3_3.24.25.bb} (89%)

diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.24.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.25.bb
similarity index 89%
rename from meta/recipes-gnome/gtk+/gtk+3_3.24.24.bb
rename to meta/recipes-gnome/gtk+/gtk+3_3.24.25.bb
index 01a2a94ce3..8c5426f22b 100644
--- a/meta/recipes-gnome/gtk+/gtk+3_3.24.24.bb
+++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.25.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] = "cc9d4367c55b724832f6b09ab85481738ea456871f0381768a6a99335a98378a"
+SRC_URI[sha256sum] = "87e26b111d3b8a85ff218980a56f3e814257b8dd11e5c4d9a2803b423b08297c"
 
 S = "${WORKDIR}/gtk+-${PV}"
 
-- 
2.29.2


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

* [PATCH 24/27] lighttpd: upgrade 1.4.58 -> 1.4.59
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (21 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 23/27] gtk+3: upgrade 3.24.24 -> 3.24.25 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 25/27] libwebp: upgrade 1.1.0 -> 1.2.0 Anuj Mittal
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../lighttpd/{lighttpd_1.4.58.bb => lighttpd_1.4.59.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.58.bb => lighttpd_1.4.59.bb} (97%)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.58.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb
similarity index 97%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.58.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb
index f0589e94c0..705ece8e19 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.58.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb
@@ -19,7 +19,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
         file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \
         "
 
-SRC_URI[sha256sum] = "267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e"
+SRC_URI[sha256sum] = "fb953db273daef08edb6e202556cae8a3d07eed6081c96bd9903db957d1084d5"
 
 PACKAGECONFIG ??= "openssl pcre zlib \
     ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
-- 
2.29.2


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

* [PATCH 25/27] libwebp: upgrade 1.1.0 -> 1.2.0
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (22 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 24/27] lighttpd: upgrade 1.4.58 -> 1.4.59 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 26/27] libcap: upgrade 2.47 -> 2.48 Anuj Mittal
  2021-02-17  5:52 ` [PATCH 27/27] libxt: upgrade 1.2.0 -> 1.2.1 Anuj Mittal
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../webp/{libwebp_1.1.0.bb => libwebp_1.2.0.bb}                | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-multimedia/webp/{libwebp_1.1.0.bb => libwebp_1.2.0.bb} (93%)

diff --git a/meta/recipes-multimedia/webp/libwebp_1.1.0.bb b/meta/recipes-multimedia/webp/libwebp_1.2.0.bb
similarity index 93%
rename from meta/recipes-multimedia/webp/libwebp_1.1.0.bb
rename to meta/recipes-multimedia/webp/libwebp_1.2.0.bb
index 68e5ae2b3c..33bec2fe70 100644
--- a/meta/recipes-multimedia/webp/libwebp_1.1.0.bb
+++ b/meta/recipes-multimedia/webp/libwebp_1.2.0.bb
@@ -14,8 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb \
                     file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7"
 
 SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz"
-SRC_URI[md5sum] = "7e047f2cbaf584dff7a8a7e0f8572f18"
-SRC_URI[sha256sum] = "98a052268cc4d5ece27f76572a7f50293f439c17a98e67c4ea0c7ed6f50ef043"
+SRC_URI[sha256sum] = "2fc8bbde9f97f2ab403c0224fb9ca62b2e6852cbc519e91ceaa7c153ffd88a0c"
 
 UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html"
 
-- 
2.29.2


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

* [PATCH 26/27] libcap: upgrade 2.47 -> 2.48
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (23 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 25/27] libwebp: upgrade 1.1.0 -> 1.2.0 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  2021-02-17  5:52 ` [PATCH 27/27] libxt: upgrade 1.2.0 -> 1.2.1 Anuj Mittal
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/recipes-support/libcap/{libcap_2.47.bb => libcap_2.48.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libcap/{libcap_2.47.bb => libcap_2.48.bb} (96%)

diff --git a/meta/recipes-support/libcap/libcap_2.47.bb b/meta/recipes-support/libcap/libcap_2.48.bb
similarity index 96%
rename from meta/recipes-support/libcap/libcap_2.47.bb
rename to meta/recipes-support/libcap/libcap_2.48.bb
index bc4754eab8..d8bbebdde1 100644
--- a/meta/recipes-support/libcap/libcap_2.47.bb
+++ b/meta/recipes-support/libcap/libcap_2.48.bb
@@ -12,7 +12,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${
            file://0002-tests-do-not-run-target-executables.patch \
            file://0001-tests-do-not-statically-link-a-test.patch \
            "
-SRC_URI[sha256sum] = "af165df45f9fe8b315164ec7143740947489f36ccbe6999b6cdf86e7a8dca04b"
+SRC_URI[sha256sum] = "4de9590ee09a87c282d558737ffb5b6175ccbfd26d580add10df44d0f047f6c2"
 
 UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"
 
-- 
2.29.2


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

* [PATCH 27/27] libxt: upgrade 1.2.0 -> 1.2.1
  2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
                   ` (24 preceding siblings ...)
  2021-02-17  5:52 ` [PATCH 26/27] libcap: upgrade 2.47 -> 2.48 Anuj Mittal
@ 2021-02-17  5:52 ` Anuj Mittal
  25 siblings, 0 replies; 27+ messages in thread
From: Anuj Mittal @ 2021-02-17  5:52 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../xorg-lib/{libxt_1.2.0.bb => libxt_1.2.1.bb}                | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxt_1.2.0.bb => libxt_1.2.1.bb} (87%)

diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/libxt_1.2.0.bb
rename to meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb
index 54384521c8..8f2cded1df 100644
--- a/meta/recipes-graphics/xorg-lib/libxt_1.2.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxt_1.2.1.bb
@@ -24,8 +24,7 @@ XORG_PN = "libXt"
 
 SRC_URI += "file://libxt_fix_for_x32.patch"
 
-SRC_URI[md5sum] = "a9019421d3ee8b4937b6afd9025f018a"
-SRC_URI[sha256sum] = "b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831"
+SRC_URI[sha256sum] = "679cc08f1646dbd27f5e48ffe8dd49406102937109130caab02ca32c083a3d60"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.29.2


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

end of thread, other threads:[~2021-02-17  5:53 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17  5:51 [PATCH 01/27] git: upgrade 2.30.0 -> 2.30.1 Anuj Mittal
2021-02-17  5:51 ` [PATCH 02/27] glib-2.0: upgrade 2.66.4 -> 2.66.7 Anuj Mittal
2021-02-17  5:51 ` [PATCH 03/27] help2man: upgrade 1.47.16 -> 1.48.1 Anuj Mittal
2021-02-17  5:51 ` [PATCH 04/27] libevdev: upgrade 1.10.1 -> 1.11.0 Anuj Mittal
2021-02-17  5:51 ` [PATCH 05/27] stress-ng: upgrade 0.12.02 -> 0.12.03 Anuj Mittal
2021-02-17  5:51 ` [PATCH 06/27] vte: upgrade 0.62.1 -> 0.62.2 Anuj Mittal
2021-02-17  5:51 ` [PATCH 07/27] x264: upgrade to latest revision Anuj Mittal
2021-02-17  5:51 ` [PATCH 08/27] createrepo-c: upgrade 0.16.2 -> 0.17.0 Anuj Mittal
2021-02-17  5:51 ` [PATCH 09/27] libuv: upgrade 1.40.0 -> 1.41.0 Anuj Mittal
2021-02-17  5:51 ` [PATCH 10/27] piglit: upgrade to latest revision Anuj Mittal
2021-02-17  5:51 ` [PATCH 11/27] pigz: upgrade 2.4 -> 2.6 Anuj Mittal
2021-02-17  5:51 ` [PATCH 12/27] python3-git: upgrade 3.1.12 -> 3.1.13 Anuj Mittal
2021-02-17  5:51 ` [PATCH 13/27] sysklogd: upgrade 2.1.2 -> 2.2.1 Anuj Mittal
2021-02-17  5:51 ` [PATCH 14/27] sysstat: upgrade 12.4.2 -> 12.4.3 Anuj Mittal
2021-02-17  5:51 ` [PATCH 15/27] python3-hypothesis: upgrade 6.0.2 -> 6.2.0 Anuj Mittal
2021-02-17  5:51 ` [PATCH 16/27] python3-jinja2: upgrade 2.11.2 -> 2.11.3 Anuj Mittal
2021-02-17  5:52 ` [PATCH 17/27] python3-more-itertools: upgrade 8.6.0 -> 8.7.0 Anuj Mittal
2021-02-17  5:52 ` [PATCH 18/27] python3-numpy: upgrade 1.20.0 -> 1.20.1 Anuj Mittal
2021-02-17  5:52 ` [PATCH 19/27] python3-pygments: upgrade 2.7.4 -> 2.8.0 Anuj Mittal
2021-02-17  5:52 ` [PATCH 20/27] python3-pytest: upgrade 6.2.1 -> 6.2.2 Anuj Mittal
2021-02-17  5:52 ` [PATCH 21/27] python3-setuptools: upgrade 52.0.0 -> 53.0.0 Anuj Mittal
2021-02-17  5:52 ` [PATCH 22/27] psmisc: upgrade 23.3 -> 23.4 Anuj Mittal
2021-02-17  5:52 ` [PATCH 23/27] gtk+3: upgrade 3.24.24 -> 3.24.25 Anuj Mittal
2021-02-17  5:52 ` [PATCH 24/27] lighttpd: upgrade 1.4.58 -> 1.4.59 Anuj Mittal
2021-02-17  5:52 ` [PATCH 25/27] libwebp: upgrade 1.1.0 -> 1.2.0 Anuj Mittal
2021-02-17  5:52 ` [PATCH 26/27] libcap: upgrade 2.47 -> 2.48 Anuj Mittal
2021-02-17  5:52 ` [PATCH 27/27] libxt: upgrade 1.2.0 -> 1.2.1 Anuj Mittal

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