blob: f73b93aaa92cfb3e5b726631099bf47fa3b73d62 [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 Geissler75f66ac2023-05-10 20:50:06 -050010SRCREV = "a8c11e3ca342b090aec615c832b85686bd4655f6"
Ed Tanous9936f862022-09-19 09:13:20 -070011PV = "0.1+git${SRCPV}"
12PR = "r1"
13
Patrick Williamsbccaff32023-04-14 11:24:47 -050014SRC_URI = "git://github.com/openbmc/sdeventplus;branch=master;protocol=https"
Ed Tanous9936f862022-09-19 09:13:20 -070015
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 "