All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/swig: depend on host-pcre2 instead of host-pcre
@ 2022-12-11 20:35 James Hilliard
  2022-12-11 21:23 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-12-11 20:35 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

Swig now requires host-pcre2 instead of host-pcre.

Fixes:
 - http://autobuild.buildroot.net/results/3a7/3a70042aad7376bcccf56d639ced93f504f47963

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/swig/swig.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/swig/swig.mk b/package/swig/swig.mk
index d432cab53d..ad585c3f97 100644
--- a/package/swig/swig.mk
+++ b/package/swig/swig.mk
@@ -7,7 +7,7 @@
 SWIG_VERSION_MAJOR = 4.1
 SWIG_VERSION = $(SWIG_VERSION_MAJOR).1
 SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION)
-HOST_SWIG_DEPENDENCIES = host-bison host-pcre
+HOST_SWIG_DEPENDENCIES = host-bison host-pcre2
 HOST_SWIG_CONF_OPTS = \
 	--with-pcre \
 	--disable-ccache \
-- 
2.34.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/swig: depend on host-pcre2 instead of host-pcre
  2022-12-11 20:35 [Buildroot] [PATCH 1/1] package/swig: depend on host-pcre2 instead of host-pcre James Hilliard
@ 2022-12-11 21:23 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-12-11 21:23 UTC (permalink / raw)
  To: James Hilliard; +Cc: buildroot

On Sun, 11 Dec 2022 13:35:41 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> Swig now requires host-pcre2 instead of host-pcre.
> 
> Fixes:
>  - http://autobuild.buildroot.net/results/3a7/3a70042aad7376bcccf56d639ced93f504f47963
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/swig/swig.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master with an improved commit log that explains since when
the problem exists, so that we know if the patch should be backported
or not. 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-12-11 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-11 20:35 [Buildroot] [PATCH 1/1] package/swig: depend on host-pcre2 instead of host-pcre James Hilliard
2022-12-11 21:23 ` Thomas Petazzoni via buildroot

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.