blob: 72f78020b487ab3a6e1d84ccd4e3dd03e145cbd1 [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 IIIe8d650a2019-05-28 16:07:50 -07007 function2 \
William A. Kennington IIIbaafc6d2019-03-21 21:21:54 -07008 stdplus \
William A. Kennington III9c3cf822018-08-16 13:22:13 -07009 systemd \
10 "
Ed Tanous9936f862022-09-19 09:13:20 -070011SRCREV = "13afebfaa6a2bbb0bc03f4382eb6ba1c50fa6d4d"
12PV = "0.1+git${SRCPV}"
13PR = "r1"
14
15SRC_URI += "git://github.com/openbmc/sdeventplus;branch=master;protocol=https"
16
17S = "${WORKDIR}/git"
18
19inherit meson pkgconfig
William A. Kennington III9c3cf822018-08-16 13:22:13 -070020
William A. Kennington IIIfea4d032019-03-28 03:36:50 -070021EXTRA_OEMESON = " \
22 -Dexamples=false \
23 -Dtests=disabled \
William A. Kennington III9c3cf822018-08-16 13:22:13 -070024 "