blob: 6e6c8cc2267fd89907c39159c4200ede65b4ba7f [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Libuio - helper library for UIO subsystem"
2SECTION = "base"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
5
Andrew Geissler87f5cff2022-09-30 13:13:31 -05006SRCREV = "17d96e8f9a5bce7cee5e2222855ab46a246dba51"
7
8SRC_URI = "git://git.code.sf.net/p/libuio/code;branch=master;protocol=https"
9
Patrick Williams73bd93f2024-02-20 08:07:48 -060010PV .= "+0.2.2+git"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12inherit autotools
13
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014S = "${WORKDIR}/git"
15
16PACKAGES += "${PN}-tools"
17
Patrick Williams213cb262021-08-07 19:21:33 -050018FILES:${PN} = "${libdir}"
19FILES:${PN}-tools = "${bindir}"