diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-26 12:18:25 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-26 12:18:25 +0100 |
commit | 8afa9e311db005dc86f23fb0fa6c89b57f7bf474 (patch) | |
tree | 727ddca6e50da17f46a666a2ff4e084a76a8874f /recipes/tgt/tgt_0.9.10.bb | |
parent | 97a4caf877fd9d1eb4f63acc21ae8df1003fc353 (diff) |
tgt (Linux SCSI target framework) : recipe created
Diffstat (limited to 'recipes/tgt/tgt_0.9.10.bb')
-rw-r--r-- | recipes/tgt/tgt_0.9.10.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/tgt/tgt_0.9.10.bb b/recipes/tgt/tgt_0.9.10.bb new file mode 100644 index 0000000000..dc87ec109d --- /dev/null +++ b/recipes/tgt/tgt_0.9.10.bb @@ -0,0 +1,15 @@ +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" +PR = "r0" + +SRC_URI = "http://stgt.berlios.de/releases/tgt-0.9.10.tar.bz2" + +TARGET_CC_ARCH += "${LDFLAGS}" + +do_configure() { +} + +do_install() { + oe_runmake DESTDIR="${D}" install +} |