blob: 9bf8277949ab0122ad9d5b324131cf6d20cd42e6 [file] [log] [blame]
William A. Kennington III9c3cf822018-08-16 13:22:13 -07001SUMMARY = "C++ bindings for systemd event APIs"
2DESCRIPTION = "C++ bindings for systemd event APIs."
3HOMEPAGE = "http://github.com/openbmc/sdeventplus"
William A. Kennington III9c3cf822018-08-16 13:22:13 -07004LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
William A. Kennington III9c3cf822018-08-16 13:22:13 -07006DEPENDS += " \
William A. Kennington IIIbaafc6d2019-03-21 21:21:54 -07007 stdplus \
William A. Kennington III9c3cf822018-08-16 13:22:13 -07008 systemd \
9 "
Andrew Geissler2b94a8c2022-09-21 17:51:06 -050010SRCREV = "209d834118e611be0f1d4b8f35a2c46629b8054b"
Ed Tanous9936f862022-09-19 09:13:20 -070011PV = "0.1+git${SRCPV}"
12PR = "r1"
13
14SRC_URI += "git://github.com/openbmc/sdeventplus;branch=master;protocol=https"
15
16S = "${WORKDIR}/git"
17
18inherit meson pkgconfig
William A. Kennington III9c3cf822018-08-16 13:22:13 -070019
William A. Kennington IIIfea4d032019-03-28 03:36:50 -070020EXTRA_OEMESON = " \
21 -Dexamples=false \
22 -Dtests=disabled \
William A. Kennington III9c3cf822018-08-16 13:22:13 -070023 "