blob: 0bc53d98b48cde49fe11bd48f460acd0eea49a1a [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
15EXTRA_OECONF_append += " \
16 --disable-examples \
17 --disable-tests \
18 "
19
20SRC_URI += "git://github.com/openbmc/gpioplus"
Andrew Geisslere5f8b8c2018-10-31 22:10:16 +000021SRCREV = "8ff581220aaf38edda428d37ed1fe3151c0542d9"
William A. Kennington IIIcb1a1832018-08-16 13:39:02 -070022
23S = "${WORKDIR}/git"