All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-filesystems] [PATCH] xfstests: upgrade 2022.09.04 -> 2022.09.25
@ 2022-10-10  8:36 Wang Mingyu
  2022-10-10  8:36 ` [oe] [meta-oe] [PATCH] links: upgrade 2.27 -> 2.28 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-10-10  8:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xfstests/{xfstests_2022.09.04.bb => xfstests_2022.09.25.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-utils/xfstests/{xfstests_2022.09.04.bb => xfstests_2022.09.25.bb} (97%)

diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.09.04.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.09.25.bb
similarity index 97%
rename from meta-filesystems/recipes-utils/xfstests/xfstests_2022.09.04.bb
rename to meta-filesystems/recipes-utils/xfstests/xfstests_2022.09.25.bb
index 90f49f76d4..45a1578be7 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.09.04.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.09.25.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;na
            file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \
            "
 
-SRCREV_xfstests = "890c50823b6430bf0929d9a57e76b9b4d6bbc25f"
+SRCREV_xfstests = "e5555e75ba199d153f4dfb81496a891263ec9bdd"
 SRCREV_unionmount = "e3825b16b46f4c4574a1a69909944c059835f914"
 
 S = "${WORKDIR}/git"
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] links: upgrade 2.27 -> 2.28
  2022-10-10  8:36 [oe] [meta-filesystems] [PATCH] xfstests: upgrade 2022.09.04 -> 2022.09.25 Wang Mingyu
@ 2022-10-10  8:36 ` Wang Mingyu
  2022-10-10  8:36 ` [oe] [meta-oe] [PATCH] st: upgrade 0.8.5 -> 0.9 Wang Mingyu
  2022-10-10  8:36 ` [oe] [meta-python] [PATCH] python3-requests-toolbelt: upgrade 0.9.1 -> 0.10.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-10-10  8:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
===========
- Disable cache when following redirects from consent.google.com
- On Windows, change the default directory to the "Downloads" directory,
  so that downloaded files are placed there
- Compile the 32-bit Windows version without SSE2 instructions
- Fix a display glitch on framebuffer, if the user doesn't have mouse and
  if he presses F5, F6, F7 or F8

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/links/{links_2.27.bb => links_2.28.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/links/{links_2.27.bb => links_2.28.bb} (79%)

diff --git a/meta-oe/recipes-support/links/links_2.27.bb b/meta-oe/recipes-support/links/links_2.28.bb
similarity index 79%
rename from meta-oe/recipes-support/links/links_2.27.bb
rename to meta-oe/recipes-support/links/links_2.28.bb
index 4803353a50..a36393f1c4 100644
--- a/meta-oe/recipes-support/links/links_2.27.bb
+++ b/meta-oe/recipes-support/links/links_2.28.bb
@@ -8,4 +8,4 @@ EXTRA_OECONF = "--enable-graphics \
                 --without-libtiff --without-svgalib --with-fb \
                 --without-directfb --without-pmshell --without-atheos \
                 --without-x"
-SRC_URI[sha256sum] = "d8ddcbfcede7cdde80abeb0a236358f57fa6beb2bcf92e109624e9b896f9ebb4"
+SRC_URI[sha256sum] = "2fd5499b13dee59457c132c167b8495c40deda75389489c6cccb683193f454b4"
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] st: upgrade 0.8.5 -> 0.9
  2022-10-10  8:36 [oe] [meta-filesystems] [PATCH] xfstests: upgrade 2022.09.04 -> 2022.09.25 Wang Mingyu
  2022-10-10  8:36 ` [oe] [meta-oe] [PATCH] links: upgrade 2.27 -> 2.28 Wang Mingyu
@ 2022-10-10  8:36 ` Wang Mingyu
  2022-10-10  8:36 ` [oe] [meta-python] [PATCH] python3-requests-toolbelt: upgrade 0.9.1 -> 0.10.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-10-10  8:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

License-Update: year updated to 2022

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-graphics/suckless/{st_0.8.5.bb => st_0.9.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/suckless/{st_0.8.5.bb => st_0.9.bb} (82%)

diff --git a/meta-oe/recipes-graphics/suckless/st_0.8.5.bb b/meta-oe/recipes-graphics/suckless/st_0.9.bb
similarity index 82%
rename from meta-oe/recipes-graphics/suckless/st_0.8.5.bb
rename to meta-oe/recipes-graphics/suckless/st_0.9.bb
index e88c2c0f09..517d467abd 100644
--- a/meta-oe/recipes-graphics/suckless/st_0.8.5.bb
+++ b/meta-oe/recipes-graphics/suckless/st_0.9.bb
@@ -1,13 +1,13 @@
 SECTION = "shadow"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=04c3ca13a702147c62db90f556c5b3ca"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=703e9835709f45ee7b81082277f1daec"
 SRC_URI = "http://dl.suckless.org/${BPN}/${BP}.tar.gz"
 
 inherit pkgconfig features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[sha256sum] = "ea6832203ed02ff74182bcb8adaa9ec454c8f989e79232cb859665e2f544ab37"
+SRC_URI[sha256sum] = "f36359799734eae785becb374063f0be833cf22f88b4f169cd251b99324e08e7"
 
 DEPENDS += "libx11 libxft fontconfig ncurses-native"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-requests-toolbelt: upgrade 0.9.1 -> 0.10.0
  2022-10-10  8:36 [oe] [meta-filesystems] [PATCH] xfstests: upgrade 2022.09.04 -> 2022.09.25 Wang Mingyu
  2022-10-10  8:36 ` [oe] [meta-oe] [PATCH] links: upgrade 2.27 -> 2.28 Wang Mingyu
  2022-10-10  8:36 ` [oe] [meta-oe] [PATCH] st: upgrade 0.8.5 -> 0.9 Wang Mingyu
@ 2022-10-10  8:36 ` Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-10-10  8:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

License-Update: url of License changed from http to https.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...toolbelt_0.9.1.bb => python3-requests-toolbelt_0.10.0.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-requests-toolbelt_0.9.1.bb => python3-requests-toolbelt_0.10.0.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb
rename to meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.0.bb
index 366f41ca81..77b99a78ed 100644
--- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_0.10.0.bb
@@ -3,13 +3,12 @@ HOMEPAGE = "https://toolbelt.readthedocs.org"
 AUTHOR = "Ian Cordasco, Cory Benfield"
 
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=71760e0f1dda8cff91b0bc9246caf571"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6f14302a4b4099009ab38b4dde5f1075"
 
 SRC_URI = "file://run-ptest \
           "
 
-SRC_URI[md5sum] = "b1509735c4b4cf95df2619facbc3672e"
-SRC_URI[sha256sum] = "968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"
+SRC_URI[sha256sum] = "f695d6207931200b46c8ef6addbc8a921fb5d77cc4cd209c2e7d39293fcd2b30"
 
 inherit pypi setuptools3 ptest
 
-- 
2.25.1



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

end of thread, other threads:[~2022-10-10  8:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10  8:36 [oe] [meta-filesystems] [PATCH] xfstests: upgrade 2022.09.04 -> 2022.09.25 Wang Mingyu
2022-10-10  8:36 ` [oe] [meta-oe] [PATCH] links: upgrade 2.27 -> 2.28 Wang Mingyu
2022-10-10  8:36 ` [oe] [meta-oe] [PATCH] st: upgrade 0.8.5 -> 0.9 Wang Mingyu
2022-10-10  8:36 ` [oe] [meta-python] [PATCH] python3-requests-toolbelt: upgrade 0.9.1 -> 0.10.0 Wang Mingyu

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.