From ff17c2554dbb667b282dbb6184803289a3390e1c Mon Sep 17 00:00:00 2001 From: Yue Tao Date: Thu, 7 Apr 2022 09:07:36 +0800 Subject: [PATCH] sm-common: a temporary fix to build mtce prior to sm-common sm-db build-depends on sm-common-libs which run-depends on mtce, if sm-db builts prior to mtce, a failure is: "sm-common-libs : Depends: mtce-pmon but it is not installable" This is a temporary fix to make the build order as mtce, sm-common, sm-db to bypass it. Once it has been resolved on build system, the fix can be reverted. Story: 2009101 Task: 44976 Test Plan: Pass: build-pkgs -a without failure of sm-db. Signed-off-by: Yue Tao Change-Id: I76c16dc87143db9b8a0484d74071afb6e8740745 --- service-mgmt/sm-common/debian/deb_folder/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service-mgmt/sm-common/debian/deb_folder/control b/service-mgmt/sm-common/debian/deb_folder/control index 10deee83..a1a8b5e9 100644 --- a/service-mgmt/sm-common/debian/deb_folder/control +++ b/service-mgmt/sm-common/debian/deb_folder/control @@ -5,7 +5,8 @@ Maintainer: StarlingX Developers Build-Depends: debhelper (>= 13), libsqlite3-dev, libglib2.0-dev, - uuid-dev + uuid-dev, + mtce Standards-Version: 4.1.2 Homepage: https://www.starlingx.io