diff mbox series

[v2,4/4] recipetool: remove handling of libpcre

Message ID 20260617173129.1013998-4-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>

libpcre recipe was removed from oe-core.
No new project should use obsolete dependencies.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 scripts/lib/recipetool/create_buildsys.py | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/scripts/lib/recipetool/create_buildsys.py b/scripts/lib/recipetool/create_buildsys.py
index 31f32ad995..7e2809f358 100644
--- a/scripts/lib/recipetool/create_buildsys.py
+++ b/scripts/lib/recipetool/create_buildsys.py
@@ -571,8 +571,6 @@  class AutotoolsRecipeHandler(RecipeHandler):
                 deps.append('ncurses')
             elif keyword == 'AX_PATH_BDB':
                 deps.append('db')
-            elif keyword == 'AX_PATH_LIB_PCRE':
-                deps.append('libpcre')
             elif keyword == 'AC_INIT':
                 if extravalues is not None:
                     res = ac_init_re.match(value)
@@ -640,7 +638,6 @@  class AutotoolsRecipeHandler(RecipeHandler):
                     'AM_PATH_PYTHON',
                     'AX_WITH_CURSES',
                     'AX_PATH_BDB',
-                    'AX_PATH_LIB_PCRE',
                     'AC_INIT',
                     'AM_INIT_AUTOMAKE',
                     'define(',