From 1b5bafb1127c96f5d6c071c413d4339f625a9573 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 9 Nov 2017 19:04:51 +0800 Subject: 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 Signed-off-by: Armin Kuster Signed-off-by: Joe MacDonald (cherry picked from commit a99be704e29ca2553541220e8b1db396dd2e5a34) Signed-off-by: Armin Kuster --- .../iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-networking/recipes-daemons') 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} \ -- cgit 1.2.3-korg