From d6347bf5eadc59d9432a68b1d7eb39fad9f934a8 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 27 Feb 2010 14:19:30 +0100 Subject: iscsi-target: updated to 1.4.19 updated to 1.4.19 added patch for 2.6.31 (from iscsi-target svn) added patch for 2.6.32 (from http://sourceforge.net/mailarchive/message.php?msg_name=1260776327.3623.335.camel%40blackadder) Signed-off-by: Frans Meulenbroeks --- recipes/tgt/tgt_1.0.0.bb | 19 ------------------- recipes/tgt/tgt_1.0.2.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 recipes/tgt/tgt_1.0.0.bb create mode 100644 recipes/tgt/tgt_1.0.2.bb (limited to 'recipes/tgt') diff --git a/recipes/tgt/tgt_1.0.0.bb b/recipes/tgt/tgt_1.0.0.bb deleted file mode 100644 index 757ef4a384..0000000000 --- a/recipes/tgt/tgt_1.0.0.bb +++ /dev/null @@ -1,19 +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 = "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 -} diff --git a/recipes/tgt/tgt_1.0.2.bb b/recipes/tgt/tgt_1.0.2.bb new file mode 100644 index 0000000000..757ef4a384 --- /dev/null +++ b/recipes/tgt/tgt_1.0.2.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 +} -- cgit 1.2.3-korg