From 7c7a64c84c3fe1db492ff84c727e15dd4f82f147 Mon Sep 17 00:00:00 2001 From: wangmingrong1 Date: Sat, 11 Jan 2025 00:01:09 +0800 Subject: [PATCH] kconfiglib/mark: It should use pip instead of apt install Signed-off-by: wangmingrong1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f366ac82d..6b8fc65f77 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,7 +87,7 @@ find_program(KCONFIGLIB olddefconfig) if(NOT KCONFIGLIB) message( FATAL_ERROR "Kconfig environment depends on kconfiglib, Please install: - $ sudo apt install python3-kconfiglib") + $ sudo pip3 install kconfiglib") endif() # BOARD CONFIG can be set to directory path, or [/:]