From: Peter Marko <[email protected]> libpcre recipe was removed from oe-core. No new project should use obsolete dependencies.
Signed-off-by: Peter Marko <[email protected]> --- scripts/lib/recipetool/create_buildsys.py | 3 --- 1 file changed, 3 deletions(-) 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(',
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239045): https://lists.openembedded.org/g/openembedded-core/message/239045 Mute This Topic: https://lists.openembedded.org/mt/119854642/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
