aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tgt
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-17 00:11:23 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-17 00:11:23 +0100
commit28d660f8627cf649c5013e72d01908be9e022bf7 (patch)
tree36ff9d3f81284b6dcd3a4acdc19708767c1570aa /recipes/tgt
parentcc397a6c47e3327e93d11da379b4f366bbd3a866 (diff)
downloadopenembedded-28d660f8627cf649c5013e72d01908be9e022bf7.tar.gz
tgt: removed 1.0.9;
apparently this was forgotten when moving to 1.0.10 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/tgt')
-rw-r--r--recipes/tgt/tgt_1.0.9.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/tgt/tgt_1.0.9.bb b/recipes/tgt/tgt_1.0.9.bb
deleted file mode 100644
index 9344377065..0000000000
--- a/recipes/tgt/tgt_1.0.9.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] = "872a7258af278bdd81c861217eb3e51e"
-SRC_URI[sha256sum] = "86c956bf865fc20bf6196f729a6c8ee4f9ca3742b9fe6d39a60fc8c19e31a361"
-
-EXTRA_OEMAKE += "ISCSI=1"
-
-do_install() {
- oe_runmake DESTDIR="${D}" install
-}
-
-TARGET_CC_ARCH += "${LDFLAGS}"