aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tgt
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-31 17:36:17 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-31 17:36:17 +0200
commitd7d4282a835bc616f2dbb8f3bca7630232fbfeb1 (patch)
tree23477d1536620359295d050bfa4667f26d922712 /recipes/tgt
parent3d1a82ffa752aa6ee56092fbcd201ccdd9ff307c (diff)
downloadopenembedded-d7d4282a835bc616f2dbb8f3bca7630232fbfeb1.tar.gz
tgt 1.0.6: removed old recipe
Thought this one was gone when 1.0.7 was created; apparently used mv instead of git mv, therefore cleaning this up now Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/tgt')
-rw-r--r--recipes/tgt/tgt_1.0.6.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/tgt/tgt_1.0.6.bb b/recipes/tgt/tgt_1.0.6.bb
deleted file mode 100644
index fd231e5bed..0000000000
--- a/recipes/tgt/tgt_1.0.6.bb
+++ /dev/null
@@ -1,21 +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 = "r1"
-SRC_URI = "http://stgt.berlios.de/releases/tgt-${PV}.tar.gz"
-SRC_URI[md5sum] = "a7e40b4f6854d25e4216c6dfde441a9c"
-SRC_URI[sha256sum] = "3f29e4ebdc096a601a258fc56fc15bd673c6c614fcfbe17513c0ebbe2f38b798"
-
-EXTRA_OEMAKE += "ISCSI=1"
-
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-do_configure() {
-}
-
-do_install() {
- oe_runmake DESTDIR="${D}" install
-}