X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-core%2Fstx-ha%2Fsm.inc;h=d8488e2db5a54a43f59209e1946840de3853f1a5;hb=2555c8f9adc524a4f40c451547ca2400e75f07c9;hp=c19b496762c32b8a6997bd26df09d659a0f6f8b3;hpb=3ab773f8b6972829a2977ab440c71cb72e9f7394;p=pti%2Frtp.git diff --git a/meta-stx/recipes-core/stx-ha/sm.inc b/meta-stx/recipes-core/stx-ha/sm.inc index c19b496..d8488e2 100644 --- a/meta-stx/recipes-core/stx-ha/sm.inc +++ b/meta-stx/recipes-core/stx-ha/sm.inc @@ -26,6 +26,9 @@ RDEPENDS_sm += " \ " do_configure_append () { + cd ${S}/service-mgmt/sm/src + oe_runmake clean + # fix the hardcoded path sed -i -e "s|/usr/local/sbin|${sbindir}|" \ ${S}/service-mgmt/sm-common/src/sm_types.h \