* [Buildroot] [PATCH 1/1] package/poco: bump to version 1.11.2
@ 2022-06-08 21:02 Julien Olivain
2022-06-09 20:32 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain @ 2022-06-08 21:02 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
This commit also drop a patch which is now included upstream.
For changelog, see:
https://raw.githubusercontent.com/pocoproject/poco/poco-1.11.2-release/CHANGELOG
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
...ouble-conversion-detection-to-fix-co.patch | 36 -------------------
package/poco/poco.hash | 2 +-
package/poco/poco.mk | 2 +-
3 files changed, 2 insertions(+), 38 deletions(-)
delete mode 100644 package/poco/0001-Add-back-NIOS2-double-conversion-detection-to-fix-co.patch
diff --git a/package/poco/0001-Add-back-NIOS2-double-conversion-detection-to-fix-co.patch b/package/poco/0001-Add-back-NIOS2-double-conversion-detection-to-fix-co.patch
deleted file mode 100644
index 7b31729347..0000000000
--- a/package/poco/0001-Add-back-NIOS2-double-conversion-detection-to-fix-co.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From d328829e9cb8b9fde9e70b07f2b991972cf474d1 Mon Sep 17 00:00:00 2001
-From: Julien Olivain <ju.o@free.fr>
-Date: Sat, 12 Mar 2022 10:34:04 +0100
-Subject: [PATCH] Add back NIOS2 double conversion detection to fix compile
- errors
-
-The commit
-https://github.com/pocoproject/poco/commit/558324f672d824300498060aff63356bc6bb8097
-
-removed the nios2 support, which was originally added in
-https://github.com/pocoproject/poco/commit/e7b91e8125d6910b53f94de5be4bb53f38dc77c1
-
-This commit add it back.
-
-Signed-off-by: Julien Olivain <ju.o@free.fr>
----
- Foundation/src/utils.h | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/Foundation/src/utils.h b/Foundation/src/utils.h
-index 4328344d7..0a222c77d 100644
---- a/Foundation/src/utils.h
-+++ b/Foundation/src/utils.h
-@@ -102,7 +102,8 @@ int main(int argc, char** argv) {
- defined(__AARCH64EL__) || defined(__aarch64__) || defined(__AARCH64EB__) || \
- defined(__riscv) || \
- defined(__or1k__) || defined(__arc__) || \
-- defined(__EMSCRIPTEN__)
-+ defined(__EMSCRIPTEN__) || \
-+ defined(nios2) || defined(__nios2) || defined(__nios2__)
- #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
- #elif defined(__mc68000__) || \
- defined(__pnacl__) || defined(__native_client__)
---
-2.35.1
-
diff --git a/package/poco/poco.hash b/package/poco/poco.hash
index 78d7d0b96e..4bf20f3f6b 100644
--- a/package/poco/poco.hash
+++ b/package/poco/poco.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 2412a5819a239ff2ee58f81033bcc39c40460d7a8b330013a687c8c0bd2b4ac0 poco-1.11.1.tar.gz
+sha256 9774651a02e4cfa79fc43b7db617e45d353ede00b7be8afd0e74e6afb23d3793 poco-1.11.2.tar.gz
sha256 c4b1e1e5f36d8331737231fefcc30f5714326aec7c387ad59a8115eb0ba7d6b5 LICENSE
diff --git a/package/poco/poco.mk b/package/poco/poco.mk
index fcf480c2a8..c06e55210e 100644
--- a/package/poco/poco.mk
+++ b/package/poco/poco.mk
@@ -4,7 +4,7 @@
#
################################################################################
-POCO_VERSION = 1.11.1
+POCO_VERSION = 1.11.2
POCO_SITE = $(call github,pocoproject,poco,poco-$(POCO_VERSION)-release)
POCO_LICENSE = BSL-1.0
POCO_LICENSE_FILES = LICENSE
--
2.36.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/poco: bump to version 1.11.2
2022-06-08 21:02 [Buildroot] [PATCH 1/1] package/poco: bump to version 1.11.2 Julien Olivain
@ 2022-06-09 20:32 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-06-09 20:32 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
On Wed, 8 Jun 2022 23:02:46 +0200
Julien Olivain <ju.o@free.fr> wrote:
> This commit also drop a patch which is now included upstream.
>
> For changelog, see:
> https://raw.githubusercontent.com/pocoproject/poco/poco-1.11.2-release/CHANGELOG
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> ...ouble-conversion-detection-to-fix-co.patch | 36 -------------------
> package/poco/poco.hash | 2 +-
> package/poco/poco.mk | 2 +-
> 3 files changed, 2 insertions(+), 38 deletions(-)
> delete mode 100644 package/poco/0001-Add-back-NIOS2-double-conversion-detection-to-fix-co.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-09 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-08 21:02 [Buildroot] [PATCH 1/1] package/poco: bump to version 1.11.2 Julien Olivain
2022-06-09 20:32 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox