mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
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/"
|
||||
|
||||
Reference in New Issue
Block a user