aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tgt
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-02 16:38:12 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-02 16:38:12 +0200
commit25b2db8ccd581713d70422c8b0d11f917d43c1cc (patch)
treeb77f9740e2a238b6d64ea7d45335b93870d0d8e1 /recipes/tgt
parent5e71c5f80b416f6f89c19e0cfe014366b853bc8c (diff)
downloadopenembedded-25b2db8ccd581713d70422c8b0d11f917d43c1cc.tar.gz
tgt: remove 1.0.0
oops; did a git mv, but forgot to add the deleted file Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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}"