aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tgt
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-18 22:58:01 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-18 22:58:01 +0100
commit30762b28fa97a4c3950c196f1b45f2b752827f3f (patch)
tree2a062ff84b6ababb3a77ba174b6bff68dbdb9cde /recipes/tgt
parent29f344abe8d0564b0bbda49d5fc468666a507a07 (diff)
downloadopenembedded-30762b28fa97a4c3950c196f1b45f2b752827f3f.tar.gz
tgt: updated to 1.0.0
- updated to 1.0.0 (& updated checksum) - improved dependencies - added missing make flag
Diffstat (limited to 'recipes/tgt')
-rw-r--r--recipes/tgt/tgt_1.0.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/tgt/tgt_1.0.0.bb b/recipes/tgt/tgt_1.0.0.bb
new file mode 100644
index 0000000000..757ef4a384
--- /dev/null
+++ b/recipes/tgt/tgt_1.0.0.bb
@@ -0,0 +1,19 @@
+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 = "iscsi-target"
+
+PR = "r0"
+SRC_URI = "http://stgt.berlios.de/releases/tgt-${PV}.tar.bz2"
+
+EXTRA_OEMAKE += "ISCSI=1"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+do_configure() {
+}
+
+do_install() {
+ oe_runmake DESTDIR="${D}" install
+}