diff options
Diffstat (limited to 'meta-networking/recipes-daemons/open-iscsi/open-iscsi_2.0-871.bb')
| -rw-r--r-- | meta-networking/recipes-daemons/open-iscsi/open-iscsi_2.0-871.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-networking/recipes-daemons/open-iscsi/open-iscsi_2.0-871.bb b/meta-networking/recipes-daemons/open-iscsi/open-iscsi_2.0-871.bb deleted file mode 100644 index 99f8657060..0000000000 --- a/meta-networking/recipes-daemons/open-iscsi/open-iscsi_2.0-871.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | DESCRIPTION = "Open-iSCSI project is a high performance, transport \ | ||
| 2 | independent, multi-platform implementation of RFC3720." | ||
| 3 | HOMEPAGE = "http://www.open-iscsi.org/" | ||
| 4 | LICENSE = "GPL-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
| 6 | |||
| 7 | SRC_URI = "http://www.open-iscsi.org/bits/${BP}.tar.gz" | ||
| 8 | SRC_URI[md5sum] = "0c403e8c9ad41607571ba0e6e8ff196e" | ||
| 9 | SRC_URI[sha256sum] = "bcea8746ae82f2ada7bc05d2aa59bcda1ca0d5197f05f2e16744aae59f0a7dcb" | ||
| 10 | SRC_URI += "file://iscsi_sysfs.c-add-include-files.patch \ | ||
| 11 | file://open-iscsi.service" | ||
| 12 | |||
| 13 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
| 14 | |||
| 15 | do_compile () { | ||
| 16 | oe_runmake user | ||
| 17 | } | ||
| 18 | |||
| 19 | do_install_append () { | ||
| 20 | if ${@base_contains('DISTRO_FEATURES','systemd','true','false',d)}; then | ||
| 21 | install -d ${D}${systemd_unitdir}/system | ||
| 22 | install -m 0644 ${WORKDIR}/open-iscsi.service ${D}${systemd_unitdir}/system/ | ||
| 23 | fi | ||
| 24 | } | ||
| 25 | |||
| 26 | do_install () { | ||
| 27 | oe_runmake DESTDIR="${D}" install_user | ||
| 28 | } | ||
| 29 | |||
| 30 | inherit ${@base_contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','',d)} | ||
| 31 | |||
| 32 | SYSTEMD_PACKAGES = "${PN}" | ||
| 33 | SYSTEMD_SERVICE_${PN} = "open-iscsi.service" | ||
| 34 | SYSTEMD_AUTO_ENABLE = "enable" | ||
