diff mbox series

[v2,2/4] slang: disable pcre packageconfig by default

Message ID 20260617173129.1013998-2-peter.marko@siemens.com
State New
Headers show
Series [v2,1/4] wget: remove pcre packageconfig option | expand

Commit Message

Peter Marko June 17, 2026, 5:31 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

ibpcre is obsolete project replaced by libpcre2.
It is being removed from oe-core.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta/recipes-extended/slang/slang_2.3.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/slang/slang_2.3.3.bb b/meta/recipes-extended/slang/slang_2.3.3.bb
index 05b8aff0f2..3f365cb3cf 100644
--- a/meta/recipes-extended/slang/slang_2.3.3.bb
+++ b/meta/recipes-extended/slang/slang_2.3.3.bb
@@ -36,7 +36,7 @@  EXTRA_OECONF = "--without-onig"
 # path. Unset RPATH to stop this.
 EXTRA_OEMAKE = "RPATH=''"
 
-PACKAGECONFIG ??= "pcre"
+PACKAGECONFIG ??= ""
 PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_DIR_HOST}${prefix},--without-pcre,pcre"
 PACKAGECONFIG[png] = "--with-png=${STAGING_DIR_HOST}${prefix},--without-png,libpng"
 PACKAGECONFIG[zlib] = "--with-z=${STAGING_DIR_HOST}${prefix},--without-z,zlib"