diff mbox series

[3/3] recipetool: remove handling of libpcre

Message ID 20260616194959.3748347-3-peter.marko@siemens.com
State Changes Requested
Headers show
Series [1/3] wget: remove pcre packageconfig option | expand

Commit Message

Peter Marko June 16, 2026, 7:49 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(',