aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2017-11-09 19:04:51 +0800
committerArmin Kuster <akuster808@gmail.com>2018-10-15 12:50:29 -0700
commit1b5bafb1127c96f5d6c071c413d4339f625a9573 (patch)
tree049def02610c166ce58cff6af46baf3e934f826f /meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb
parentf0d6af42abd8b80d08909a9c83dd5ba5d187f44e (diff)
downloadmeta-openembedded-contrib-1b5bafb1127c96f5d6c071c413d4339f625a9573.tar.gz
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> (cherry picked from commit a99be704e29ca2553541220e8b1db396dd2e5a34) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb')
-rw-r--r--meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb
index e6cbb45ae8..95848d0b33 100644
--- a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb
+++ b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb
@@ -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} \