Skip to content

Commit

Permalink
sm-common: a temporary fix to build mtce prior to sm-common
Browse files Browse the repository at this point in the history
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 <yue.tao@windriver.com>
Change-Id: I76c16dc87143db9b8a0484d74071afb6e8740745
  • Loading branch information
Taoyuetao committed Apr 7, 2022
1 parent 8a1042c commit ff17c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service-mgmt/sm-common/debian/deb_folder/control
Expand Up @@ -5,7 +5,8 @@ Maintainer: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper (>= 13),
libsqlite3-dev,
libglib2.0-dev,
uuid-dev
uuid-dev,
mtce
Standards-Version: 4.1.2
Homepage: https://www.starlingx.io

Expand Down

0 comments on commit ff17c25

Please sign in to comment.