All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-filesystems] [PATCH] fatcat: upgrade 1.1.0 -> 1.1.1
@ 2022-01-25 13:12 Wang Mingyu
  2022-01-25 13:12 ` [oe] [meta-gnome] [PATCH] libnma: upgrade 1.8.32 -> 1.8.34 Wang Mingyu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-01-25 13:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-utils/fatcat/{fatcat_1.1.0.bb => fatcat_1.1.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-utils/fatcat/{fatcat_1.1.0.bb => fatcat_1.1.1.bb} (92%)

diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb
similarity index 92%
rename from meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb
rename to meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb
index c90a7ecc2..e344eda15 100644
--- a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb
+++ b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \
            file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \
            "
 
-SRCREV = "b923172d97c578297964c062e3a92799e2a9eca4"
+SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



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

* [oe] [meta-gnome] [PATCH] libnma: upgrade 1.8.32 -> 1.8.34
  2022-01-25 13:12 [oe] [meta-filesystems] [PATCH] fatcat: upgrade 1.1.0 -> 1.1.1 Wang Mingyu
@ 2022-01-25 13:12 ` Wang Mingyu
  2022-01-25 13:12 ` [oe] [meta-oe] [PATCH] botan: upgrade 2.18.2 -> 2.19.1 Wang Mingyu
  2022-01-25 13:12 ` [oe] [meta-oe] [PATCH] cgdb: upgrade 0.7.1 -> 0.8.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-01-25 13:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
Add possibility of building libnma-gtk4 library with experimental Gtk4 support.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libnma/{libnma_1.8.32.bb => libnma_1.8.34.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-connectivity/libnma/{libnma_1.8.32.bb => libnma_1.8.34.bb} (91%)

diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.32.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb
similarity index 91%
rename from meta-gnome/recipes-connectivity/libnma/libnma_1.8.32.bb
rename to meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb
index 747c67b03..311492eea 100644
--- a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.32.bb
+++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.34.bb
@@ -10,7 +10,7 @@ inherit gnomebase gobject-introspection gtk-doc gettext vala features_check
 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)}"
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-SRC_URI[archive.sha256sum] = "0a57b93a2fad43acc763f320dd3a7a93c429b0e3118dfa549d67824cddc4e905"
+SRC_URI[archive.sha256sum] = "f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304"
 
 PACKAGECONFIG ?= "gcr iso_codes mobile_broadband_provider_info"
 PACKAGECONFIG[gcr] = "-Dgcr=true,-Dgcr=false,gcr"
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] botan: upgrade 2.18.2 -> 2.19.1
  2022-01-25 13:12 [oe] [meta-filesystems] [PATCH] fatcat: upgrade 1.1.0 -> 1.1.1 Wang Mingyu
  2022-01-25 13:12 ` [oe] [meta-gnome] [PATCH] libnma: upgrade 1.8.32 -> 1.8.34 Wang Mingyu
@ 2022-01-25 13:12 ` Wang Mingyu
  2022-01-25 13:12 ` [oe] [meta-oe] [PATCH] cgdb: upgrade 0.7.1 -> 0.8.0 Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-01-25 13:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

License-Update: year updated to 2022.

Changelog:
=========
Fix a compilation problem affecting macOS XCode (GH #2880)
Fix a build problem preventing amalgamation builds in 2.19.0 (GH #2879)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-crypto/botan/{botan_2.18.2.bb => botan_2.19.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-crypto/botan/{botan_2.18.2.bb => botan_2.19.1.bb} (87%)

diff --git a/meta-oe/recipes-crypto/botan/botan_2.18.2.bb b/meta-oe/recipes-crypto/botan/botan_2.19.1.bb
similarity index 87%
rename from meta-oe/recipes-crypto/botan/botan_2.18.2.bb
rename to meta-oe/recipes-crypto/botan/botan_2.19.1.bb
index c41667b45..4b072fc5d 100644
--- a/meta-oe/recipes-crypto/botan/botan_2.18.2.bb
+++ b/meta-oe/recipes-crypto/botan/botan_2.19.1.bb
@@ -1,11 +1,11 @@
 SUMMARY = "Crypto and TLS for C++11"
 HOMEPAGE = "https://botan.randombit.net"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://license.txt;md5=a02e03c8fa2c5e7b9b3fcc1b9811fd3b"
+LIC_FILES_CHKSUM = "file://license.txt;md5=f4ce98476c07c34e1793daa036960fad"
 SECTION = "libs"
 
 SRC_URI = "https://botan.randombit.net/releases/Botan-${PV}.tar.xz"
-SRC_URI[sha256sum] = "541a3b13f1b9d30f977c6c1ae4c7bfdfda763cda6e44de807369dce79f42307e"
+SRC_URI[sha256sum] = "e26e00cfefda64082afdd540d3c537924f645d6a674afed2cd171005deff5560"
 
 S = "${WORKDIR}/Botan-${PV}"
 
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] cgdb: upgrade 0.7.1 -> 0.8.0
  2022-01-25 13:12 [oe] [meta-filesystems] [PATCH] fatcat: upgrade 1.1.0 -> 1.1.1 Wang Mingyu
  2022-01-25 13:12 ` [oe] [meta-gnome] [PATCH] libnma: upgrade 1.8.32 -> 1.8.34 Wang Mingyu
  2022-01-25 13:12 ` [oe] [meta-oe] [PATCH] botan: upgrade 2.18.2 -> 2.19.1 Wang Mingyu
@ 2022-01-25 13:12 ` Wang Mingyu
  2 siblings, 0 replies; 4+ messages in thread
From: Wang Mingyu @ 2022-01-25 13:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

0001-Avoid-use-of-mips-which-is-reserved-on-mips.patch
removed since it is inappropriate in 0.8.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...se-of-mips-which-is-reserved-on-mips.patch | 67 -------------------
 .../cgdb/{cgdb_0.7.1.bb => cgdb_0.8.0.bb}     |  7 +-
 2 files changed, 2 insertions(+), 72 deletions(-)
 delete mode 100644 meta-oe/recipes-devtools/cgdb/cgdb/0001-Avoid-use-of-mips-which-is-reserved-on-mips.patch
 rename meta-oe/recipes-devtools/cgdb/{cgdb_0.7.1.bb => cgdb_0.8.0.bb} (68%)

diff --git a/meta-oe/recipes-devtools/cgdb/cgdb/0001-Avoid-use-of-mips-which-is-reserved-on-mips.patch b/meta-oe/recipes-devtools/cgdb/cgdb/0001-Avoid-use-of-mips-which-is-reserved-on-mips.patch
deleted file mode 100644
index daf90ad44..000000000
--- a/meta-oe/recipes-devtools/cgdb/cgdb/0001-Avoid-use-of-mips-which-is-reserved-on-mips.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From a3eba0fcee5e96ef47a6d3fac7196a1074f0dc17 Mon Sep 17 00:00:00 2001
-From: Adrian Bunk <bunk@stusta.de>
-Date: Wed, 30 Oct 2019 11:07:23 +0200
-Subject: Avoid use of "mips" which is reserved on mips
-
-Upstream-Status: Submitted [https://github.com/brasko/gdbwire/pull/9]
-
-Signed-off-by: Adrian Bunk <bunk@stusta.de>
-
-diff --git a/src/gdbwire_mi_parser.c b/src/gdbwire_mi_parser.c
-index 3f6b563..24aa0cf 100644
---- a/lib/tgdb/gdbwire.c
-+++ b/lib/tgdb/gdbwire.c
-@@ -40,7 +40,7 @@ struct gdbwire_mi_parser {
-     /* The GDB/MI lexer state */
-     yyscan_t mils;
-     /* The GDB/MI push parser state */
--    gdbwire_mi_pstate *mips;
-+    gdbwire_mi_pstate *mipst;
-     /* The client parser callbacks */
-     struct gdbwire_mi_parser_callbacks callbacks;
- };
-@@ -71,8 +71,8 @@ gdbwire_mi_parser_create(struct gdbwire_mi_parser_callbacks callbacks)
-     }
- 
-     /* Create a new push parser state instance */
--    parser->mips = gdbwire_mi_pstate_new();
--    if (!parser->mips) {
-+    parser->mipst = gdbwire_mi_pstate_new();
-+    if (!parser->mipst) {
-         gdbwire_mi_lex_destroy(parser->mils);
-         gdbwire_string_destroy(parser->buffer);
-         free(parser);
-@@ -81,7 +81,7 @@ gdbwire_mi_parser_create(struct gdbwire_mi_parser_callbacks callbacks)
- 
-     /* Ensure that the callbacks are non null */
-     if (!callbacks.gdbwire_mi_output_callback) {
--        gdbwire_mi_pstate_delete(parser->mips);
-+        gdbwire_mi_pstate_delete(parser->mipst);
-         gdbwire_mi_lex_destroy(parser->mils);
-         gdbwire_string_destroy(parser->buffer);
-         free(parser);
-@@ -109,9 +109,9 @@ void gdbwire_mi_parser_destroy(struct gdbwire_mi_parser *parser)
-         }
- 
-         /* Free the push parser instance */
--        if (parser->mips) {
--            gdbwire_mi_pstate_delete(parser->mips);
--            parser->mips = NULL;
-+        if (parser->mipst) {
-+            gdbwire_mi_pstate_delete(parser->mipst);
-+            parser->mipst = NULL;
-         }
- 
-         free(parser);
-@@ -162,7 +162,7 @@ gdbwire_mi_parser_parse_line(struct gdbwire_mi_parser *parser,
-         pattern = gdbwire_mi_lex(parser->mils);
-         if (pattern == 0)
-             break;
--        mi_status = gdbwire_mi_push_parse(parser->mips, pattern, NULL,
-+        mi_status = gdbwire_mi_push_parse(parser->mipst, pattern, NULL,
-             parser->mils, &output);
-     } while (mi_status == YYPUSH_MORE);
- 
--- 
-2.20.1
-
diff --git a/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb b/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb
similarity index 68%
rename from meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb
rename to meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb
index a48e32af2..99e09bfc6 100644
--- a/meta-oe/recipes-devtools/cgdb/cgdb_0.7.1.bb
+++ b/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb
@@ -9,11 +9,8 @@ DEPENDS = "flex-native readline ncurses"
 
 inherit autotools texinfo
 
-SRC_URI = "http://cgdb.me/files/${BP}.tar.gz \
-           file://0001-Avoid-use-of-mips-which-is-reserved-on-mips.patch \
-"
-SRC_URI[md5sum] = "a104862ffd3145b076303992e9a3af26"
-SRC_URI[sha256sum] = "bb723be58ec68cb59a598b8e24a31d10ef31e0e9c277a4de07b2f457fe7de198"
+SRC_URI = "http://cgdb.me/files/${BP}.tar.gz"
+SRC_URI[sha256sum] = "0d38b524d377257b106bad6d856d8ae3304140e1ee24085343e6ddf1b65811f1"
 
 CACHED_CONFIGUREVARS = "ac_cv_file__dev_ptmx=yes ac_cv_rl_version=6.2 ac_cv_file__proc_self_status=yes"
 EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR} \
-- 
2.25.1



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

end of thread, other threads:[~2022-01-25 13:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25 13:12 [oe] [meta-filesystems] [PATCH] fatcat: upgrade 1.1.0 -> 1.1.1 Wang Mingyu
2022-01-25 13:12 ` [oe] [meta-gnome] [PATCH] libnma: upgrade 1.8.32 -> 1.8.34 Wang Mingyu
2022-01-25 13:12 ` [oe] [meta-oe] [PATCH] botan: upgrade 2.18.2 -> 2.19.1 Wang Mingyu
2022-01-25 13:12 ` [oe] [meta-oe] [PATCH] cgdb: upgrade 0.7.1 -> 0.8.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.