!466 构建脚本中去除安装kconfiglib有关的步骤

Merge pull request !466 from Caoruihong/kconfiglib
This commit is contained in:
openharmony_ci 2021-07-27 09:23:20 +00:00 committed by Gitee
commit 468c47b6b1
2 changed files with 0 additions and 5 deletions

View File

@ -70,8 +70,6 @@ if (exec_script("//build/lite/run_shell_cmd.py", [ "if [ -f $f ]; then echo true
print("liteos_config_file:", liteos_config_file)
exec_script("//build/lite/run_shell_cmd.py", [ "which genconfig || pip3 install --user kconfiglib" ])
exec_script("//build/lite/run_shell_cmd.py",
[
"env" +

View File

@ -66,9 +66,6 @@ else
CONFIG ?= $(PRODUCT_PATH)/config/debug$(tee).config
endif
ifeq ($(shell which menuconfig),)
$(shell pip3 install --user kconfiglib >/dev/null)
endif
$(shell env CONFIG_=$(CONFIG_) DEVICE_PATH=$(DEVICE_PATH) olddefconfig >/dev/null)
-include $(LITEOSTOPDIR)/tools/build/config.mk