Files
Khem Raj 6d9b67af95 libuio: Update to latest tip of trunk
Drop upstreamed 0001-include-fcntl.h-for-O_RDWR-define.patch
Drop replace_inline_with_static-inline.patch, it has been fixed
differently

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-09-05 22:49:34 -07:00

20 lines
455 B
BlitzBasic

SUMMARY = "Libuio - helper library for UIO subsystem"
SECTION = "base"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
SRCREV = "17d96e8f9a5bce7cee5e2222855ab46a246dba51"
SRC_URI = "git://git.code.sf.net/p/libuio/code;branch=master;protocol=https"
PV .= "+0.2.2+git${SRCPV}"
inherit autotools
S = "${WORKDIR}/git"
PACKAGES += "${PN}-tools"
FILES:${PN} = "${libdir}"
FILES:${PN}-tools = "${bindir}"