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" |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame^] | 22 | SRC_URI = "gitsm://github.com/YADRO-KNS/openpower-esel-parser;branch=master;protocol=https" |
Alexander Filippov | ae773f7 | 2021-01-30 01:14:23 +0300 | [diff] [blame] | 23 | SRCREV = "5bf636b0b8bd0d09928b1879aa480c60e4452e80" |