All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libbytesize: remove pcre2 runtime dependency
@ 2021-03-25 14:17 Stefan Agner
  2021-03-25 14:22 ` Baruch Siach
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Agner @ 2021-03-25 14:17 UTC (permalink / raw)
  To: buildroot

The library is only required at build time, which is handled by the
select in Config.in.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 package/libbytesize/libbytesize.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/libbytesize/libbytesize.mk b/package/libbytesize/libbytesize.mk
index 0ba380dc74..df54ae84b7 100644
--- a/package/libbytesize/libbytesize.mk
+++ b/package/libbytesize/libbytesize.mk
@@ -14,8 +14,7 @@ LIBBYTESIZE_DEPENDENCIES = \
 	host-pkgconf \
 	host-gettext \
 	gmp \
-	mpfr \
-	pcre2
+	mpfr
 
 LIBBYTESIZE_CONF_OPTS += \
 	--without-python3 \
-- 
2.30.2

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

end of thread, other threads:[~2021-03-28 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 14:17 [Buildroot] [PATCH] package/libbytesize: remove pcre2 runtime dependency Stefan Agner
2021-03-25 14:22 ` Baruch Siach
2021-03-25 14:40   ` Stefan Agner
2021-03-25 15:39     ` Thomas Petazzoni
2021-03-25 16:41       ` Stefan Agner
2021-03-28 14:52         ` Yann E. MORIN

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.