1SUMMARY = "Libuio - helper library for UIO subsystem"
2SECTION = "base"
3LICENSE = "GPL-2.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
5
6SRC_URI = "git://git.code.sf.net/p/libuio/code \
7           file://replace_inline_with_static-inline.patch \
8           file://0001-include-fcntl.h-for-O_RDWR-define.patch \
9           "
10
11inherit autotools
12
13SRCREV = "ed4f07ea147ac403c28105ab44d01bbf524d36f9"
14
15PV .= "+git${SRCPV}"
16
17S = "${WORKDIR}/git"
18
19PACKAGES += "${PN}-tools"
20
21FILES:${PN} = "${libdir}"
22FILES:${PN}-tools = "${bindir}"
23