blob: f4051977f2036c0c25ee00a5fd32f1992ac522c5 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "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
9inherit autotools
10
11SRCREV = "ed4f07ea147ac403c28105ab44d01bbf524d36f9"
12
13S = "${WORKDIR}/git"
14
15PACKAGES += "${PN}-tools"
16
17FILES_${PN} = "${libdir}"
18FILES_${PN}-tools = "${bindir}"