sm: fix rebuild errors
[pti/rtp.git] / meta-stx / recipes-core / stx-ha / sm-db.inc
index b8e9923..4027fe3 100644 (file)
@@ -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 () {