diff options
-rw-r--r-- | meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb b/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb index 925a8f720c..aa3700d7fc 100644 --- a/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb +++ b/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb | |||
@@ -15,7 +15,7 @@ HOMEPAGE = "http://ipmiutil.sourceforge.net" | |||
15 | LICENSE = "BSD-2-Clause" | 15 | LICENSE = "BSD-2-Clause" |
16 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f9372493401f309e6149dd2ce0a044b" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f9372493401f309e6149dd2ce0a044b" |
17 | 17 | ||
18 | DEPENDS = "openssl" | 18 | DEPENDS += "openssl" |
19 | 19 | ||
20 | PARALLEL_MAKE = "" | 20 | PARALLEL_MAKE = "" |
21 | 21 | ||
@@ -60,5 +60,3 @@ do_install () { | |||
60 | } | 60 | } |
61 | 61 | ||
62 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | 62 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' |
63 | |||
64 | PNBLACKLIST[ipmiutil] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130641/" | ||