ipmiutil: fix depends to work correctly with RSS

Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130641/

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka
2017-02-24 17:12:38 -05:00
committed by Martin Jansa
parent 88bea29585
commit 807722d516
@@ -15,7 +15,7 @@ HOMEPAGE = "http://ipmiutil.sourceforge.net"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f9372493401f309e6149dd2ce0a044b"
DEPENDS = "openssl"
DEPENDS += "openssl"
PARALLEL_MAKE = ""
@@ -60,5 +60,3 @@ do_install () {
}
COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
PNBLACKLIST[ipmiutil] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130641/"