mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 16:31:30 +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:
parent
5bb1957667
commit
a99be704e2
@ -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} \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user