aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tgt
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tgt')
-rw-r--r--recipes/tgt/tgt_1.0.8.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/tgt/tgt_1.0.8.bb b/recipes/tgt/tgt_1.0.8.bb
deleted file mode 100644
index 9522fcd6d4..0000000000
--- a/recipes/tgt/tgt_1.0.8.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Linux target framework (tgt) aims to simplify various SCSI target driver (iSCSI, Fibre Channel, SRP, etc) creation and maintenance"
-HOMEPAGE = "http://stgt.berlios.de/"
-LICENSE = "GPLv2"
-DEPENDS = "openssl"
-RDEPENDS_${PN} = "iscsi-target"
-PR = "r0"
-
-SRC_URI = "http://stgt.berlios.de/releases/tgt-${PV}.tar.gz"
-SRC_URI[md5sum] = "64068d8e3addf57316101ce3e5c6019d"
-SRC_URI[sha256sum] = "a342ee49db0369027ea75815b21143422f8e8e876a942ad1b02be55455bdfbe9"
-
-EXTRA_OEMAKE += "ISCSI=1"
-
-do_install() {
- oe_runmake DESTDIR="${D}" install
-}
-
-TARGET_CC_ARCH += "${LDFLAGS}"