blob: 3ae74aa2b7f534caadd4714c5fdc799d5e250978 [file] [log] [blame]
William A. Kennington IIIae44a6f2018-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 \
13 systemd \
14 "
15
16EXTRA_OECONF_append += " \
17 --disable-examples \
18 --disable-tests \
19 "
20
21SRC_URI += "git://github.com/openbmc/sdeventplus"
Andrew Geissler6af6d0b2018-10-30 20:40:17 +000022SRCREV = "08ebb3993a2b5a82d0a5ead29a649c95632f7c64"
William A. Kennington IIIae44a6f2018-08-16 13:22:13 -070023
24S = "${WORKDIR}/git"