| Message ID | 20260617173129.1013998-4-peter.marko@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | [v2,1/4] wget: remove pcre packageconfig option | expand |
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(',