blob: ff609184505de0421cc635880b9f11f7c920b072 [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"
22SRC_URI = "gitsm://github.com/YADRO-KNS/openpower-esel-parser"
23SRCREV = "1ed2c38095591c68348983637e4dcb50f4cfff63"