blob: 30c995251f3a5ca37c5348b2fbb35188a4e27934 [file] [log] [blame]
Artem Senichev46125dd2019-10-01 17:19:08 +03001SUMMARY = "OpenPOWER eSEL parser"
2DESCRIPTION = "Shared library and console utility for parsing eSEL."
3HOMEPAGE = "https://github.com/YADRO-KNS/openpower-esel-parser"
4PR = "r1"
5PV = "1.0+git${SRCPV}"
6
7inherit autotools
8inherit pkgconfig
9inherit perlnative
10
11# License info
12LICENSE = "Apache-2.0"
13LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
14
15# Dependencies
16DEPENDS += "autoconf-archive-native \
17 libxml-libxml-perl-native \
18 libxml-simple-perl-native"
19
20# Source code repository
21S = "${WORKDIR}/git"
Patrick Williamsbb99d222022-01-24 15:55:09 -060022SRC_URI = "gitsm://github.com/YADRO-KNS/openpower-esel-parser;branch=master;protocol=https"
Alexander Filippovae773f72021-01-30 01:14:23 +030023SRCREV = "5bf636b0b8bd0d09928b1879aa480c60e4452e80"