haproxy: avoid init scripts being removed

sm looks for the init script to manage haproxy, so
remove sysvinit from DISTRO_FEATURES_BACKFILL_CONSIDERED
to avoid init scripts being removed.

Partial-Bug: 1897685

Change-Id: I982d02add2a463ab93d5855b20a65d0bf0903c07
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
This commit is contained in:
Jackie Huang 2020-09-29 15:57:33 +08:00
parent 19ae807f0f
commit df722d1ccb

View File

@ -103,6 +103,8 @@ do_install() {
install -p -D -m 0755 ${WORKDIR}/stx-configfiles/files/haproxy.sh ${D}/${sysconfdir}/init.d/haproxy
}
DISTRO_FEATURES_BACKFILL_CONSIDERED_remove = "sysvinit"
FILES_${PN} = " \
${bindir} \
${sbindir} \