Artem Senichev | 46125dd | 2019-10-01 17:19:08 +0300 | [diff] [blame] | 1 | SUMMARY = "OpenPOWER eSEL parser" |
| 2 | DESCRIPTION = "Shared library and console utility for parsing eSEL." |
| 3 | HOMEPAGE = "https://github.com/YADRO-KNS/openpower-esel-parser" |
| 4 | PR = "r1" |
| 5 | PV = "1.0+git${SRCPV}" |
| 6 | |
| 7 | inherit autotools |
| 8 | inherit pkgconfig |
| 9 | inherit perlnative |
| 10 | |
| 11 | # License info |
| 12 | LICENSE = "Apache-2.0" |
| 13 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 14 | |
| 15 | # Dependencies |
| 16 | DEPENDS += "autoconf-archive-native \ |
| 17 | libxml-libxml-perl-native \ |
| 18 | libxml-simple-perl-native" |
| 19 | |
| 20 | # Source code repository |
| 21 | S = "${WORKDIR}/git" |
| 22 | SRC_URI = "gitsm://github.com/YADRO-KNS/openpower-esel-parser" |
Artem Senichev | 475592f | 2020-05-25 18:14:23 +0300 | [diff] [blame] | 23 | SRCREV = "8d25ae3cf40c090dfa17eb30a95c3d844012235f" |