From 5e71c5f80b416f6f89c19e0cfe014366b853bc8c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 2 Oct 2010 16:36:55 +0200 Subject: [PATCH] tgt: upgraded to 1.0.9 Signed-off-by: Frans Meulenbroeks --- recipes/tgt/tgt_1.0.9.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/tgt/tgt_1.0.9.bb diff --git a/recipes/tgt/tgt_1.0.9.bb b/recipes/tgt/tgt_1.0.9.bb new file mode 100644 index 0000000000..9344377065 --- /dev/null +++ b/recipes/tgt/tgt_1.0.9.bb @@ -0,0 +1,18 @@ +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}" -- 2.39.5