From: Peter Marko Date: Tue, 16 Jun 2026 19:49:59 +0000 (+0200) Subject: recipetool: remove handling of libpcre X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89cd08a87aaad804164b1b76bfbba34dcfb3fa56;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git recipetool: remove handling of libpcre libpcre recipe was removed from oe-core. No new project should use obsolete dependencies. Signed-off-by: Peter Marko Signed-off-by: Richard Purdie --- 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(',