blob: d60310e167e4e7c0d49d0c5690f2bf6a243632f7 [file] [log] [blame]
William A. Kennington IIIcb1a1832018-08-16 13:39:02 -07001SUMMARY = "C++ bindings for linux gpio APIs"
2DESCRIPTION = "C++ bindings for linux gpio APIs."
3HOMEPAGE = "http://github.com/openbmc/gpioplus"
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 "
14
Patrick Venture60c2de32019-05-15 16:25:22 -070015EXTRA_OECONF = "--disable-examples --disable-tests"
William A. Kennington IIIcb1a1832018-08-16 13:39:02 -070016
17SRC_URI += "git://github.com/openbmc/gpioplus"
Andrew Geissler3f9ff5c2019-04-03 23:01:42 +000018SRCREV = "48e6288da8486a25fd52e944fb0f7148fc1c02db"
William A. Kennington IIIcb1a1832018-08-16 13:39:02 -070019
20S = "${WORKDIR}/git"