From: Frans Meulenbroeks Date: Sat, 31 Jul 2010 15:36:17 +0000 (+0200) Subject: tgt 1.0.6: removed old recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7d4282a835bc616f2dbb8f3bca7630232fbfeb1;p=openembedded.git 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 --- 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 -}