From 515bb22e0605da8b3b9c5f096e812fe1b48eb7ee Mon Sep 17 00:00:00 2001 From: Xiangyang Wu Date: Wed, 16 Feb 2022 13:55:17 +0800 Subject: [PATCH] Deb: install libcjson package in service VM automatically Libcjson package is needed by command monitor of DM, so this should be installed in the target platform. Tracked-On: #5921 Signed-off-by: Xiangyang Wu --- misc/packaging/gen_acrn_deb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/packaging/gen_acrn_deb.py b/misc/packaging/gen_acrn_deb.py index 63a5c6e54..788d08ee2 100644 --- a/misc/packaging/gen_acrn_deb.py +++ b/misc/packaging/gen_acrn_deb.py @@ -70,6 +70,7 @@ def create_acrn_deb(board, scenario, version, build_dir): listcontrol=['Package: acrn-hypervisor\n', 'version: %s \n'% version, + 'Depends: libcjson1\n', 'Section: free \n', 'Priority: optional \n', 'Architecture: amd64 \n',