diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 19:51:22 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 19:51:22 -0500 |
commit | 1159facd9790fdb8751f6cd1751aa3b011469cc1 (patch) | |
tree | 43337ee9b3d63c3eb4439f656ece14890eeb18bc | |
parent | 90b8ed515c048c83e35d09b1b77c37d09e242b4e (diff) | |
download | meta-openembedded-1159facd9790fdb8751f6cd1751aa3b011469cc1.tar.gz |
iscsitarget: blacklist
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb b/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb index b327f8649..b73da51cf 100644 --- a/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb +++ b/meta-networking/recipes-extended/iscsitarget/iscsitarget_1.4.20.3+svn502.bb | |||
@@ -8,6 +8,8 @@ LICENSE = "GPLv2" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6e233eda45c807aa29aeaa6d94bc48a2" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=6e233eda45c807aa29aeaa6d94bc48a2" |
9 | DEPENDS = "openssl virtual/kernel" | 9 | DEPENDS = "openssl virtual/kernel" |
10 | 10 | ||
11 | PNBLACKLIST[iscsitarget] ?= "BROKEN: kernel/block-io.c:36:19: error: 'BIO_UPTODATE' undeclared (first use in this function)" | ||
12 | |||
11 | SRC_URI = "http://ftp.heanet.ie/mirrors/ubuntu/pool/universe/i/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 13 | SRC_URI = "http://ftp.heanet.ie/mirrors/ubuntu/pool/universe/i/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
12 | file://use-kernel-makefile-to-get-kernel-version.patch \ | 14 | file://use-kernel-makefile-to-get-kernel-version.patch \ |
13 | file://fix-errors-observed-with-linux-3.19-and-greater.patch \ | 15 | file://fix-errors-observed-with-linux-3.19-and-greater.patch \ |