summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/logging/openpower-libhei_git.bb
blob: 59ed91c25380f4cdd820efef252230cb4a4b8187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
inherit meson

SUMMARY = "Hardware Error Isolator Library"
DESCRIPTION = "Hardware Error Isolator Library (libhei)"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"

SRC_URI = "git://github.com/openbmc/openpower-libhei"

PV = "0.1+git${SRCPV}"
SRCREV = "0a905012d0e90ea32ca651883413cd84b56804d1"

S = "${WORKDIR}/git"

inherit perlnative

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