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 \ |
William A. Kennington III | eceabb7 | 2019-03-21 21:21:54 -0700 | [diff] [blame] | 13 | stdplus \ |
William A. Kennington III | ae44a6f | 2018-08-16 13:22:13 -0700 | [diff] [blame] | 14 | systemd \ |
| 15 | " |
| 16 | |
| 17 | EXTRA_OECONF_append += " \ |
| 18 | --disable-examples \ |
| 19 | --disable-tests \ |
| 20 | " |
| 21 | |
| 22 | SRC_URI += "git://github.com/openbmc/sdeventplus" |
Andrew Geissler | 246989e | 2019-04-02 02:01:53 +0000 | [diff] [blame] | 23 | SRCREV = "1e125d974ba0c5c69cbf3eeb52b1a94a34e3e243" |
William A. Kennington III | ae44a6f | 2018-08-16 13:22:13 -0700 | [diff] [blame] | 24 | |
| 25 | S = "${WORKDIR}/git" |