[Buildroot] [PATCH] package/libbytesize: remove pcre2 runtime dependency

Stefan Agner stefan at agner.ch
Thu Mar 25 14:17:28 UTC 2021


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

Signed-off-by: Stefan Agner <stefan at 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



More information about the buildroot mailing list