[oe-commits] Frans Meulenbroeks : tgt: upgraded to 1.0.10

git version control git at git.openembedded.org
Mon Oct 25 20:12:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e1f9169f4b1754372f38ac59baf5f42e386bdc7e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e1f9169f4b1754372f38ac59baf5f42e386bdc7e

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Oct 25 22:08:32 2010 +0200

tgt: upgraded to 1.0.10

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/tgt/tgt_1.0.10.bb |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/recipes/tgt/tgt_1.0.10.bb b/recipes/tgt/tgt_1.0.10.bb
new file mode 100644
index 0000000..2bcc187
--- /dev/null
+++ b/recipes/tgt/tgt_1.0.10.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] = "c9cb76dc9026d59b52283daa67c9f9ae"
+SRC_URI[sha256sum] = "77a2d1f57cd9893fb2a1f4157d9241ac21efff9875126ed6aabb8cc0d9f9a93b"
+
+EXTRA_OEMAKE += "ISCSI=1"
+
+do_install() {
+        oe_runmake DESTDIR="${D}" install
+}
+
+TARGET_CC_ARCH += "${LDFLAGS}"





More information about the Openembedded-commits mailing list