Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Libuio - helper library for UIO subsystem" |
| 2 | SECTION = "base" |
| 3 | LICENSE = "GPL-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 5 | |
| 6 | SRC_URI = "git://git.code.sf.net/p/libuio/code \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 7 | file://replace_inline_with_static-inline.patch \ |
| 8 | file://0001-include-fcntl.h-for-O_RDWR-define.patch \ |
| 9 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 10 | |
| 11 | inherit autotools |
| 12 | |
| 13 | SRCREV = "ed4f07ea147ac403c28105ab44d01bbf524d36f9" |
| 14 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 15 | PV .= "+git${SRCPV}" |
| 16 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | PACKAGES += "${PN}-tools" |
| 20 | |
| 21 | FILES_${PN} = "${libdir}" |
| 22 | FILES_${PN}-tools = "${bindir}" |