All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] cmake: upgrade 3.20.4 -> 3.20.5
@ 2021-06-29 15:04 wangmy
  2021-06-29 15:04 ` [OE-core] [PATCH] gpgme: upgrade 1.15.1 -> 1.16.0 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2021-06-29 15:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../cmake/{cmake-native_3.20.4.bb => cmake-native_3.20.5.bb}    | 0
 meta/recipes-devtools/cmake/cmake.inc                           | 2 +-
 .../recipes-devtools/cmake/{cmake_3.20.4.bb => cmake_3.20.5.bb} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/cmake/{cmake-native_3.20.4.bb => cmake-native_3.20.5.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.20.4.bb => cmake_3.20.5.bb} (100%)

diff --git a/meta/recipes-devtools/cmake/cmake-native_3.20.4.bb b/meta/recipes-devtools/cmake/cmake-native_3.20.5.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_3.20.4.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.20.5.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index cf2cd0c2fa..c557a55527 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -21,7 +21,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \
 "
 
-SRC_URI[sha256sum] = "87a4060298f2c6bb09d479de1400bc78195a5b55a65622a7dceeb3d1090a1b16"
+SRC_URI[sha256sum] = "12c8040ef5c6f1bc5b8868cede16bb7926c18980f59779e299ab52cbc6f15bb0"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
 
diff --git a/meta/recipes-devtools/cmake/cmake_3.20.4.bb b/meta/recipes-devtools/cmake/cmake_3.20.5.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.20.4.bb
rename to meta/recipes-devtools/cmake/cmake_3.20.5.bb
-- 
2.25.1


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

* [OE-core] [PATCH] gpgme: upgrade 1.15.1 -> 1.16.0
  2021-06-29 15:04 [OE-core] [PATCH] cmake: upgrade 3.20.4 -> 3.20.5 wangmy
@ 2021-06-29 15:04 ` wangmy
  2021-06-29 15:04 ` [OE-core] [PATCH] libglu: upgrade 9.0.1 -> 9.0.2 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2021-06-29 15:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/gpgme/{gpgme_1.15.1.bb => gpgme_1.16.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/gpgme/{gpgme_1.15.1.bb => gpgme_1.16.0.bb} (97%)

diff --git a/meta/recipes-support/gpgme/gpgme_1.15.1.bb b/meta/recipes-support/gpgme/gpgme_1.16.0.bb
similarity index 97%
rename from meta/recipes-support/gpgme/gpgme_1.15.1.bb
rename to meta/recipes-support/gpgme/gpgme_1.16.0.bb
index dc38aa8e3c..da413c80a0 100644
--- a/meta/recipes-support/gpgme/gpgme_1.15.1.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.16.0.bb
@@ -22,7 +22,7 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \
            file://0008-do-not-auto-check-var-PYTHON.patch \
           "
 
-SRC_URI[sha256sum] = "eebc3c1b27f1c8979896ff361ba9bb4778b508b2496c2fc10e3775a40b1de1ad"
+SRC_URI[sha256sum] = "6c8cc4aedb10d5d4c905894ba1d850544619ee765606ac43df7405865de29ed0"
 
 DEPENDS = "libgpg-error libassuan"
 RDEPENDS_${PN}-cpp += "libstdc++"
-- 
2.25.1


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

* [OE-core] [PATCH] libglu: upgrade 9.0.1 -> 9.0.2
  2021-06-29 15:04 [OE-core] [PATCH] cmake: upgrade 3.20.4 -> 3.20.5 wangmy
  2021-06-29 15:04 ` [OE-core] [PATCH] gpgme: upgrade 1.15.1 -> 1.16.0 wangmy
@ 2021-06-29 15:04 ` wangmy
  2021-06-29 15:04 ` [OE-core] [PATCH] stress-ng: upgrade 0.12.10 -> 0.12.11 wangmy
  2021-06-29 15:04 ` [OE-core] [PATCH] xf86-input-libinput: upgrade 1.0.1 -> 1.1.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2021-06-29 15:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../mesa/{libglu_9.0.1.bb => libglu_9.0.2.bb}                 | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta/recipes-graphics/mesa/{libglu_9.0.1.bb => libglu_9.0.2.bb} (84%)

diff --git a/meta/recipes-graphics/mesa/libglu_9.0.1.bb b/meta/recipes-graphics/mesa/libglu_9.0.2.bb
similarity index 84%
rename from meta/recipes-graphics/mesa/libglu_9.0.1.bb
rename to meta/recipes-graphics/mesa/libglu_9.0.2.bb
index 703f131f79..ae18f86532 100644
--- a/meta/recipes-graphics/mesa/libglu_9.0.1.bb
+++ b/meta/recipes-graphics/mesa/libglu_9.0.2.bb
@@ -10,12 +10,10 @@ LIC_FILES_CHKSUM = "file://include/GL/glu.h;endline=29;md5=6b79c570f644363b35645
 
 # Epoch as this used to be part of mesa
 PE = "2"
-PR = "0"
 
 SRC_URI = "https://mesa.freedesktop.org/archive/glu/glu-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "5599a0e0a97335e10239d9165aced60d"
-SRC_URI[sha256sum] = "f6f484cfcd51e489afe88031afdea1e173aa652697e4c19ddbcb8260579a10f7"
+SRC_URI[sha256sum] = "24effdfb952453cc00e275e1c82ca9787506aba0282145fff054498e60e19a65"
 
 S = "${WORKDIR}/glu-${PV}"
 
-- 
2.25.1


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

* [OE-core] [PATCH] stress-ng: upgrade 0.12.10 -> 0.12.11
  2021-06-29 15:04 [OE-core] [PATCH] cmake: upgrade 3.20.4 -> 3.20.5 wangmy
  2021-06-29 15:04 ` [OE-core] [PATCH] gpgme: upgrade 1.15.1 -> 1.16.0 wangmy
  2021-06-29 15:04 ` [OE-core] [PATCH] libglu: upgrade 9.0.1 -> 9.0.2 wangmy
@ 2021-06-29 15:04 ` wangmy
  2021-06-29 15:04 ` [OE-core] [PATCH] xf86-input-libinput: upgrade 1.0.1 -> 1.1.0 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2021-06-29 15:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../stress-ng/{stress-ng_0.12.10.bb => stress-ng_0.12.11.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.12.10.bb => stress-ng_0.12.11.bb} (90%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.12.10.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.11.bb
similarity index 90%
rename from meta/recipes-extended/stress-ng/stress-ng_0.12.10.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.12.11.bb
index 7b06f00616..d0cf45f42d 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.12.10.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.12.11.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] = "bd167b6559fa8a28680371b1defd3ffe2344eb550129d58dd7d5e2d568f2786e"
+SRC_URI[sha256sum] = "971393075321c24c3d5769acfabb705911d1f411ced5937b7cfea58528c1b4e6"
 
 DEPENDS = "coreutils-native"
 
-- 
2.25.1


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

* [OE-core] [PATCH] xf86-input-libinput: upgrade 1.0.1 -> 1.1.0
  2021-06-29 15:04 [OE-core] [PATCH] cmake: upgrade 3.20.4 -> 3.20.5 wangmy
                   ` (2 preceding siblings ...)
  2021-06-29 15:04 ` [OE-core] [PATCH] stress-ng: upgrade 0.12.10 -> 0.12.11 wangmy
@ 2021-06-29 15:04 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2021-06-29 15:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...f86-input-libinput_1.0.1.bb => xf86-input-libinput_1.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_1.0.1.bb => xf86-input-libinput_1.1.0.bb} (74%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb
similarity index 74%
rename from meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb
index 1777492ed9..5688eb4767 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.0.1.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.1.0.bb
@@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a22925127bd3c827c384cedd23ed2309"
 
 DEPENDS += "libinput"
 
-SRC_URI[sha256sum] = "fddec49c115591918475155bf16aaf23017d7f814cee7823a0c11f867aca245b"
+SRC_URI[sha256sum] = "e11d2a41419124a6e9b148f1df181bf7819fc7398c8ee9a1b6390b0742c68d16"
 
 FILES_${PN} += "${datadir}/X11/xorg.conf.d"
-- 
2.25.1


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

end of thread, other threads:[~2021-06-29 15:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29 15:04 [OE-core] [PATCH] cmake: upgrade 3.20.4 -> 3.20.5 wangmy
2021-06-29 15:04 ` [OE-core] [PATCH] gpgme: upgrade 1.15.1 -> 1.16.0 wangmy
2021-06-29 15:04 ` [OE-core] [PATCH] libglu: upgrade 9.0.1 -> 9.0.2 wangmy
2021-06-29 15:04 ` [OE-core] [PATCH] stress-ng: upgrade 0.12.10 -> 0.12.11 wangmy
2021-06-29 15:04 ` [OE-core] [PATCH] xf86-input-libinput: upgrade 1.0.1 -> 1.1.0 wangmy

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.