aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tgt/tgt_0.9.10.bb
blob: ffd4edb7470a56fc8c5bd29c7dfe0067673f24f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = "r1"

SRC_URI = "http://stgt.berlios.de/releases/tgt-${PV}.tar.bz2"
SRC_URI[md5sum] = "d06e2dcef6ac6c975311e88083d8ef26"
SRC_URI[sha256sum] = "f30ffe64bcf4fc8a82a76594c254ce54c82a33d797cdc0f35f19519572f94c4a"

do_configure() {
}
do_install() {
        oe_runmake DESTDIR="${D}" install
}

TARGET_CC_ARCH += "${LDFLAGS}"