blob: dc6d4b31a80974bcea76d7c604008b86f4d72418 [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"
Artem Senichev475592f2020-05-25 18:14:23 +030023SRCREV = "8d25ae3cf40c090dfa17eb30a95c3d844012235f"