blob: be827ad85329fbfe0898b01d3b99ceb45ffecbe3 [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"
4PR = "r1"
5PV = "0.1+git${SRCPV}"
6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
8
William A. Kennington IIIfea4d032019-03-28 03:36:50 -07009inherit meson pkgconfig
William A. Kennington III9c3cf822018-08-16 13:22:13 -070010
11DEPENDS += " \
William A. Kennington IIIe8d650a2019-05-28 16:07:50 -070012 function2 \
William A. Kennington IIIbaafc6d2019-03-21 21:21:54 -070013 stdplus \
William A. Kennington III9c3cf822018-08-16 13:22:13 -070014 systemd \
15 "
16
William A. Kennington IIIfea4d032019-03-28 03:36:50 -070017EXTRA_OEMESON = " \
18 -Dexamples=false \
19 -Dtests=disabled \
William A. Kennington III9c3cf822018-08-16 13:22:13 -070020 "
21
22SRC_URI += "git://github.com/openbmc/sdeventplus"
Andrew Geissler474759f2021-10-25 09:30:42 +000023SRCREV = "afe64c8c9fd430d60a57830c1571e1d04f63f814"
William A. Kennington III9c3cf822018-08-16 13:22:13 -070024
25S = "${WORKDIR}/git"