summaryrefslogtreecommitdiff
path: root/recipes/tgt/tgt_0.9.10.bb
blob: dc87ec109dbcef1ed5eae86fa7acf50870189637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}