Ben Tyner | 9c3da9b | 2020-05-08 15:03:40 -0500 | [diff] [blame] | 1 | inherit meson |
| 2 | |
| 3 | SUMMARY = "Hardware Error Isolator Library" |
| 4 | DESCRIPTION = "Hardware Error Isolator Library (libhei)" |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 7 | |
| 8 | SRC_URI = "git://github.com/openbmc/openpower-libhei" |
| 9 | |
| 10 | PV = "0.1+git${SRCPV}" |
Andrew Geissler | 8df88d8 | 2020-11-10 21:11:00 +0000 | [diff] [blame] | 11 | SRCREV = "abc51c2b6fca6ed704c6fd70426faf0038f2e807" |
Ben Tyner | 9c3da9b | 2020-05-08 15:03:40 -0500 | [diff] [blame] | 12 | |
| 13 | S = "${WORKDIR}/git" |
Zane Shelley | 8dff99b | 2020-11-10 19:56:40 -0600 | [diff] [blame^] | 14 | |
| 15 | inherit perlnative |
| 16 | |
| 17 | DEPENDS += "libxml2-native libxml-simple-perl-native" |