blob: 54187c9ba1541ae092e7ff027b14c264c8026573 [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
9inherit autotools pkgconfig
10
11DEPENDS += " \
12 autoconf-archive-native \
William A. Kennington IIIbaafc6d2019-03-21 21:21:54 -070013 stdplus \
William A. Kennington III9c3cf822018-08-16 13:22:13 -070014 systemd \
15 "
16
17EXTRA_OECONF_append += " \
18 --disable-examples \
19 --disable-tests \
20 "
21
22SRC_URI += "git://github.com/openbmc/sdeventplus"
Andrew Geissler23f31572019-04-03 23:02:00 +000023SRCREV = "8ec59e6242c3c4752033ea69270e4edb2cd4caec"
William A. Kennington III9c3cf822018-08-16 13:22:13 -070024
25S = "${WORKDIR}/git"