blob: d1ddff9f4d4ccc165498c2c5c27ad4c55347e191 [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 IIIbaafc6d2019-03-21 21:21:54 -070012 stdplus \
William A. Kennington III9c3cf822018-08-16 13:22:13 -070013 systemd \
14 "
15
William A. Kennington IIIfea4d032019-03-28 03:36:50 -070016EXTRA_OEMESON = " \
17 -Dexamples=false \
18 -Dtests=disabled \
William A. Kennington III9c3cf822018-08-16 13:22:13 -070019 "
20
21SRC_URI += "git://github.com/openbmc/sdeventplus"
Andrew Geissler23f31572019-04-03 23:02:00 +000022SRCREV = "8ec59e6242c3c4752033ea69270e4edb2cd4caec"
William A. Kennington III9c3cf822018-08-16 13:22:13 -070023
24S = "${WORKDIR}/git"