summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2022-11-22 17:03:02 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-11-22 22:14:06 +0100
commit7d4930695581f6c19634e504a7430ce9eb5f8c9f (patch)
tree1ac0323caeb97ac6b1f0bb546e28a8232bdb381e
parent313c42a70b501e16663367ca0a70bfd4cb5a2bd4 (diff)
downloadptxdist-7d4930695581f6c19634e504a7430ce9eb5f8c9f.tar.gz
ptxdist-7d4930695581f6c19634e504a7430ce9eb5f8c9f.tar.xz
pcre2: dont install libpcre2-posixptxdist-2022.12.0
It's currently not used by anything in ptxdist. If a new package needs it, then we can add it again. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/pcre2.make1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/pcre2.make b/rules/pcre2.make
index 79000b08a..cf8f11efb 100644
--- a/rules/pcre2.make
+++ b/rules/pcre2.make
@@ -74,7 +74,6 @@ $(STATEDIR)/pcre2.targetinstall:
ifdef PTXCONF_PCRE2_8
@$(call install_lib, pcre2, 0, 0, 0644, libpcre2-8)
- @$(call install_lib, pcre2, 0, 0, 0644, libpcre2-posix)
endif
ifdef PTXCONF_PCRE2_16
@$(call install_lib, pcre2, 0, 0, 0644, libpcre2-16)