William A. Kennington III | cb1a183 | 2018-08-16 13:39:02 -0700 | [diff] [blame] | 1 | SUMMARY = "C++ bindings for linux gpio APIs" |
| 2 | DESCRIPTION = "C++ bindings for linux gpio APIs." |
| 3 | HOMEPAGE = "http://github.com/openbmc/gpioplus" |
| 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 | " |
| 14 | |
Patrick Venture | 60c2de3 | 2019-05-15 16:25:22 -0700 | [diff] [blame^] | 15 | EXTRA_OECONF = "--disable-examples --disable-tests" |
William A. Kennington III | cb1a183 | 2018-08-16 13:39:02 -0700 | [diff] [blame] | 16 | |
| 17 | SRC_URI += "git://github.com/openbmc/gpioplus" |
Andrew Geissler | 3f9ff5c | 2019-04-03 23:01:42 +0000 | [diff] [blame] | 18 | SRCREV = "48e6288da8486a25fd52e944fb0f7148fc1c02db" |
William A. Kennington III | cb1a183 | 2018-08-16 13:39:02 -0700 | [diff] [blame] | 19 | |
| 20 | S = "${WORKDIR}/git" |