aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/open-iscsi/open-iscsi-user_2.0-871.bb
blob: ed3ac716f2ec840547b9bed76dbd1da9d42eabe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720."
HOMEPAGE = "http://www.open-iscsi.org/"
LICENSE = "GPL"
PR = "r1"
RRECOMMENDS = "open-iscsi-user"

SRC_URI = "http://www.open-iscsi.org/bits/open-iscsi-${PV}.tar.gz"
S = "${WORKDIR}/open-iscsi-${PV}"
TARGET_CC_ARCH += "${LDFLAGS}"

do_compile () {
        oe_runmake user
}

do_install () {
        oe_runmake DESTDIR="${D}" install_user
}