iscsi-initiator-utils: remove the distro_features_check

open-isns supports both systemd and sysvinit now, so
remove the distro_features_check.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Jackie Huang
2017-11-09 19:04:51 +08:00
committed by Joe MacDonald
parent 5bb1957667
commit a99be704e2
@@ -27,9 +27,7 @@ SRC_URI = "git://github.com/open-iscsi/open-iscsi \
S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
inherit update-rc.d systemd autotools distro_features_check
# open-isns depends on systemd
REQUIRED_DISTRO_FEATURES = "systemd"
inherit update-rc.d systemd autotools
EXTRA_OECONF = " \
--target=${TARGET_SYS} \