diff options
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 +} |