diff options
| author | Derek Straka <derek@asterius.io> | 2017-02-24 17:12:38 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-28 12:34:15 +0100 |
| commit | 807722d51680a86784f3274d7af6e73c7f419982 (patch) | |
| tree | f235bc60f795c1263be5230d05dd25cbcfe941df | |
| parent | 88bea29585e15b2d0d94647030b49b3034df0307 (diff) | |
| download | meta-openembedded-807722d51680a86784f3274d7af6e73c7f419982.tar.gz | |
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>
| -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/" | ||
