mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-03 10:36:34 +00:00
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 <xiangyang.wu@intel.com>
This commit is contained in:
parent
cc2efdc049
commit
515bb22e06
@ -70,6 +70,7 @@ def create_acrn_deb(board, scenario, version, build_dir):
|
|||||||
|
|
||||||
listcontrol=['Package: acrn-hypervisor\n',
|
listcontrol=['Package: acrn-hypervisor\n',
|
||||||
'version: %s \n'% version,
|
'version: %s \n'% version,
|
||||||
|
'Depends: libcjson1\n',
|
||||||
'Section: free \n',
|
'Section: free \n',
|
||||||
'Priority: optional \n',
|
'Priority: optional \n',
|
||||||
'Architecture: amd64 \n',
|
'Architecture: amd64 \n',
|
||||||
|
Loading…
Reference in New Issue
Block a user