From b80203e05251c59194fe28892c252a4f877de9e4 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 31 Jul 2010 14:10:57 +0200 Subject: tgt: upgraded to 1.0.7 Signed-off-by: Frans Meulenbroeks --- recipes/tgt/tgt_1.0.7.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/tgt/tgt_1.0.7.bb diff --git a/recipes/tgt/tgt_1.0.7.bb b/recipes/tgt/tgt_1.0.7.bb new file mode 100644 index 0000000000..3a45e9cc40 --- /dev/null +++ b/recipes/tgt/tgt_1.0.7.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_${PN} = "iscsi-target" + +PR = "r0" +SRC_URI = "http://stgt.berlios.de/releases/tgt-${PV}.tar.gz" +SRC_URI[md5sum] = "f7d2fdc39aeadc7971d40fffe029a6f5" +SRC_URI[sha256sum] = "708e7b8e5e7b5f6f4fea9fb9085e66ca9d967127d60fcbd136bcfd89a2c1db3b" + + +EXTRA_OEMAKE += "ISCSI=1" + +TARGET_CC_ARCH += "${LDFLAGS}" + +do_install() { + oe_runmake DESTDIR="${D}" install +} -- cgit 1.2.3-korg