X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-core%2Fstx-ha%2Fsm-db.inc;h=4027fe3c94450cf431b6f3d5458cdb240e92edd3;hb=refs%2Fchanges%2F12%2F5812%2F1;hp=b8e992339c62d651b86baddac9547ccb1f05978e;hpb=57fdea704bd62af847872c40508f00aa1d7cac60;p=pti%2Frtp.git diff --git a/meta-stx/recipes-core/stx-ha/sm-db.inc b/meta-stx/recipes-core/stx-ha/sm-db.inc index b8e9923..4027fe3 100644 --- a/meta-stx/recipes-core/stx-ha/sm-db.inc +++ b/meta-stx/recipes-core/stx-ha/sm-db.inc @@ -18,7 +18,9 @@ PACKAGES += " sm-db" DEPENDS =+ "sqlite3-native" do_configure_append () { - : + cd ${S}/service-mgmt/sm-db + oe_runmake clean + rm -rf database/sm.db database/sm.hb.db } do_compile_append () {