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 | |
| 15 | EXTRA_OECONF_append += " \ |
| 16 | --disable-examples \ |
| 17 | --disable-tests \ |
| 18 | " |
| 19 | |
| 20 | SRC_URI += "git://github.com/openbmc/gpioplus" |
Andrew Geissler | e5f8b8c | 2018-10-31 22:10:16 +0000 | [diff] [blame] | 21 | SRCREV = "8ff581220aaf38edda428d37ed1fe3151c0542d9" |
William A. Kennington III | cb1a183 | 2018-08-16 13:39:02 -0700 | [diff] [blame] | 22 | |
| 23 | S = "${WORKDIR}/git" |