From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 4/4] package/cppcms: bump to version 2.0.0-beta2
Date: Sun, 3 Apr 2022 21:05:20 +0200 [thread overview]
Message-ID: <20220403190520.GI1811301@scaer> (raw)
In-Reply-To: <20220403154612.4158174-4-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2022-04-03 17:46 +0200, Fabrice Fontaine spake thusly:
> - Update indentation in hash file (two spaces)
> - This bump will fix the following build failure if python2 is not
> available on host (while at it, add host-python3 dependency):
>
> Traceback (most recent call last):
> File "/home/autobuild/autobuild/instance-4/output-1/build/cppcms-1.2.1/bin/cppcms_tmpl_cc", line 14, in <module>
> import StringIO
> ModuleNotFoundError: No module named 'StringIO'
>
> http://cppcms.com/wikipp/en/page/cppcms_2_0_whats_new
>
> Fixes:
> - http://autobuild.buildroot.org/results/00482ee24deae95a91f8499f499b18e15f14b51a
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Series of 4 patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/cppcms/cppcms.hash | 14 +++++++-------
> package/cppcms/cppcms.mk | 6 +++---
> 2 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/package/cppcms/cppcms.hash b/package/cppcms/cppcms.hash
> index 86f86d94af..a8d04ff36f 100644
> --- a/package/cppcms/cppcms.hash
> +++ b/package/cppcms/cppcms.hash
> @@ -1,8 +1,8 @@
> -# From http://sourceforge.net/projects/cppcms/files/cppcms/1.2.1/
> -sha1 9cb25cc5d507d2f4235326ba3815eba252b4ac77 cppcms-1.2.1.tar.bz2
> -md5 2bb259fefb86532e404207c71c094a0c cppcms-1.2.1.tar.bz2
> +# From http://sourceforge.net/projects/cppcms/files/cppcms/2.0.0-beta2/
> +sha1 746cc5e3f58565d91d9ded6e2616399d60e9d01d cppcms-2.0.0.beta2.tar.bz2
> +md5 ef561d13ee92d2053151cab073feba10 cppcms-2.0.0.beta2.tar.bz2
> # Locally computed:
> -sha256 10fec7710409c949a229b9019ea065e25ff5687103037551b6f05716bf6cac52 cppcms-1.2.1.tar.bz2
> -sha256 fb7c15ddf590037d4cd18ebd61148a2304b9243369d238a64f599182377e32db COPYING.TXT
> -sha256 3e4012cc5950e05bedfdd2f00ceffe1ef71c46ac8c79f07e237ecb23c773f65f MIT.TXT
> -sha256 d6ce062e5cf4f7e3c536d7d2fee84c882c45245f1848ed3162401f2b29fa2b4b THIRD_PARTY_SOFTWARE.TXT
> +sha256 697031c7d141fdd215c6be5090b66e2106a63bb3e52f09ee8120e8efc6c08a21 cppcms-2.0.0.beta2.tar.bz2
> +sha256 fb7c15ddf590037d4cd18ebd61148a2304b9243369d238a64f599182377e32db COPYING.TXT
> +sha256 3e4012cc5950e05bedfdd2f00ceffe1ef71c46ac8c79f07e237ecb23c773f65f MIT.TXT
> +sha256 d6ce062e5cf4f7e3c536d7d2fee84c882c45245f1848ed3162401f2b29fa2b4b THIRD_PARTY_SOFTWARE.TXT
> diff --git a/package/cppcms/cppcms.mk b/package/cppcms/cppcms.mk
> index c560b5d0fa..8a59990a8d 100644
> --- a/package/cppcms/cppcms.mk
> +++ b/package/cppcms/cppcms.mk
> @@ -4,8 +4,8 @@
> #
> ################################################################################
>
> -CPPCMS_VERSION = 1.2.1
> -CPPCMS_SOURCE = cppcms-$(CPPCMS_VERSION).tar.bz2
> +CPPCMS_VERSION = 2.0.0-beta2
> +CPPCMS_SOURCE = cppcms-$(subst -,.,$(CPPCMS_VERSION)).tar.bz2
> CPPCMS_LICENSE = MIT, BSL-1.0 (boost), Public Domain (json2.js), Zlib (md5)
> CPPCMS_LICENSE_FILES = COPYING.TXT MIT.TXT THIRD_PARTY_SOFTWARE.TXT
> CPPCMS_SITE = http://downloads.sourceforge.net/project/cppcms/cppcms/$(CPPCMS_VERSION)
> @@ -18,7 +18,7 @@ CPPCMS_CONF_OPTS = \
> -DCMAKE_SKIP_RPATH=ON \
> -DCMAKE_CXX_FLAGS="$(CPPCMS_CXXFLAGS)"
>
> -CPPCMS_DEPENDENCIES = pcre
> +CPPCMS_DEPENDENCIES = host-python3 pcre
>
> ifeq ($(BR2_PACKAGE_CPPCMS_ICU),y)
> CPPCMS_CONF_OPTS += -DDISABLE_ICU_LOCALE=OFF
> --
> 2.35.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-04-03 19:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-03 15:46 [Buildroot] [PATCH 1/4] package/cppcms: zlib is optional, not mandatory Fabrice Fontaine
2022-04-03 15:46 ` [Buildroot] [PATCH 2/4] package/cppcms: libgcrypt " Fabrice Fontaine
2022-04-04 19:21 ` Peter Korsgaard
2022-04-03 15:46 ` [Buildroot] [PATCH 3/4] package/cppcms: add openssl optional dependency Fabrice Fontaine
2022-04-04 19:22 ` Peter Korsgaard
2022-04-03 15:46 ` [Buildroot] [PATCH 4/4] package/cppcms: bump to version 2.0.0-beta2 Fabrice Fontaine
2022-04-03 19:05 ` Yann E. MORIN [this message]
2022-04-04 19:21 ` [Buildroot] [PATCH 1/4] package/cppcms: zlib is optional, not mandatory Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220403190520.GI1811301@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.