From: Jackie Huang <[email protected]> open-isns supports both systemd and sysvinit now, so remove the distro_features_check.
Signed-off-by: Jackie Huang <[email protected]> --- .../iscsi-initiator-utils/iscsi-initiator-utils_2.0.874.bb | 4 +--- 1 file changed, 1 insertion(+), 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 16ac19992..50aadb6b6 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} \ -- 2.11.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
