William A. Kennington III | ae44a6f | 2018-08-16 13:22:13 -0700 | [diff] [blame] | 1 | SUMMARY = "C++ bindings for systemd event APIs" |
| 2 | DESCRIPTION = "C++ bindings for systemd event APIs." |
| 3 | HOMEPAGE = "http://github.com/openbmc/sdeventplus" |
| 4 | PR = "r1" |
| 5 | PV = "0.1+git${SRCPV}" |
| 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 8 | |
| 9 | inherit autotools pkgconfig |
| 10 | |
| 11 | DEPENDS += " \ |
| 12 | autoconf-archive-native \ |
| 13 | systemd \ |
| 14 | " |
| 15 | |
| 16 | EXTRA_OECONF_append += " \ |
| 17 | --disable-examples \ |
| 18 | --disable-tests \ |
| 19 | " |
| 20 | |
| 21 | SRC_URI += "git://github.com/openbmc/sdeventplus" |
Andrew Geissler | bfaf5e8 | 2018-09-27 12:50:15 +0000 | [diff] [blame] | 22 | SRCREV = "ba04ffb5a94fd47d8acc57c7a6be4d31624d2c23" |
William A. Kennington III | ae44a6f | 2018-08-16 13:22:13 -0700 | [diff] [blame] | 23 | |
| 24 | S = "${WORKDIR}/git" |