summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/logging/openpower-libhei_git.bb
blob: 183e2ed5cdc7cba6a28c0afd133d8f14c0534104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SUMMARY = "Hardware Error Isolator for POWER Systems"

DESCRIPTION = \
    "The library provides a set of tools to isolate hardware attentions driven \
    by POWER Systems chip (processor chips, memory chips, etc.)."

HOMEPAGE = "https://github.com/openbmc/openpower-libhei"

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"

include openpower-libhei-rev.inc

S = "${WORKDIR}/git"

inherit meson
inherit perlnative

DEPENDS = "libxml2-native libxml-simple-perl-native libjson-perl-native"