summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-08-16 13:39:02 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-27 20:23:14 -0400
commit41b334a287d01f4076e79bda549db347e64a8642 (patch)
treeb12ac8d499b59387486964e236ab8fe2d22d2dbd /meta-phosphor
parentd5ae7d902a40f26a8c26f4c6d300226689738716 (diff)
downloadtalos-openbmc-41b334a287d01f4076e79bda549db347e64a8642.tar.gz
talos-openbmc-41b334a287d01f4076e79bda549db347e64a8642.zip
gpioplus: Add library
Tested: Package builds successfully and the output looks correct. (From meta-phosphor rev: cb1a1831baa36b0e6bb5e199a333255f42d3593e) Change-Id: I6aa75e0147793b13992bd05ac9efffbaef19c092 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-extended/gpioplus/gpioplus_git.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-extended/gpioplus/gpioplus_git.bb b/meta-phosphor/common/recipes-extended/gpioplus/gpioplus_git.bb
new file mode 100644
index 000000000..6fbc03cfa
--- /dev/null
+++ b/meta-phosphor/common/recipes-extended/gpioplus/gpioplus_git.bb
@@ -0,0 +1,23 @@
+SUMMARY = "C++ bindings for linux gpio APIs"
+DESCRIPTION = "C++ bindings for linux gpio APIs."
+HOMEPAGE = "http://github.com/openbmc/gpioplus"
+PR = "r1"
+PV = "0.1+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+
+inherit autotools pkgconfig
+
+DEPENDS += " \
+ autoconf-archive-native \
+ "
+
+EXTRA_OECONF_append += " \
+ --disable-examples \
+ --disable-tests \
+ "
+
+SRC_URI += "git://github.com/openbmc/gpioplus"
+SRCREV = "68cce0fad1549f5144160182edd24bcdb83df6e0"
+
+S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud