summaryrefslogtreecommitdiff
path: root/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb
blob: 440f0f89d6553404fa24e9c74649c45a4b837f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "OpenPOWER eSEL parser"
DESCRIPTION = "Shared library and console utility for parsing eSEL."
HOMEPAGE = "https://github.com/YADRO-KNS/openpower-esel-parser"
PR = "r1"
PV = "1.0+git${SRCPV}"

inherit autotools
inherit pkgconfig
inherit perlnative

# License info
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

# Dependencies
DEPENDS += "autoconf-archive-native \
            libxml-libxml-perl-native \
            libxml-simple-perl-native"

# Source code repository
S = "${WORKDIR}/git"
SRC_URI = "gitsm://github.com/YADRO-KNS/openpower-esel-parser"
SRCREV = "5bf636b0b8bd0d09928b1879aa480c60e4452e80"