mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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:
committed by
Joe MacDonald
parent
5bb1957667
commit
a99be704e2
+1
-3
@@ -27,9 +27,7 @@ SRC_URI = "git://github.com/open-iscsi/open-iscsi \
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|
||||||
inherit update-rc.d systemd autotools distro_features_check
|
inherit update-rc.d systemd autotools
|
||||||
# open-isns depends on systemd
|
|
||||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--target=${TARGET_SYS} \
|
--target=${TARGET_SYS} \
|
||||||
|
|||||||
Reference in New Issue
Block a user