blob: 781e7aab7166368828c9359d017d7bfbe71d90ae [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 \
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007 file://replace_inline_with_static-inline.patch \
8 file://0001-include-fcntl.h-for-O_RDWR-define.patch \
9 "
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010
11inherit autotools
12
13SRCREV = "ed4f07ea147ac403c28105ab44d01bbf524d36f9"
14
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015PV .= "+git${SRCPV}"
16
Patrick Williamsb48b7b42016-08-17 15:04:38 -050017S = "${WORKDIR}/git"
18
19PACKAGES += "${PN}-tools"
20
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:${PN} = "${libdir}"
22FILES:${PN}-tools = "${bindir}"