blob: 83cf5353ea2f1d9a79bd925299a8a1b26d9791c9 [file] [log] [blame]
Ed Tanous3b1d2b42024-07-15 15:07:26 -07001LICENSE = "Apache-2.0"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=a832eda17114b48ae16cda6a500941c2"
3
4DEPENDS = " \
5 json-c \
6 ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
7 ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
8 "
9
10PV = "1.0+git${SRCPV}"
Andrew Geisslere4eb1012024-08-28 10:40:28 -050011SRCREV = "379e492ac7ac2f1f994b77312d895dc0f2d940cd"
Ed Tanous3b1d2b42024-07-15 15:07:26 -070012
Patrick Williams7def4be2024-08-26 15:28:33 -040013SRC_URI = "git://github.com/openbmc/libcper.git;protocol=https;branch=main"
Ed Tanous3b1d2b42024-07-15 15:07:26 -070014
15S = "${WORKDIR}/git"
16
17inherit pkgconfig meson ptest
18
19EXTRA_OEMESON = " \
20 -Dtests=${@bb.utils.contains('PTEST_ENABLED', '1', 'enabled', 'disabled', d)} \
21"
22