Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Libuio - helper library for UIO subsystem" |
| 2 | SECTION = "base" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "GPL-2.0-only" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 5 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 6 | SRCREV = "17d96e8f9a5bce7cee5e2222855ab46a246dba51" |
| 7 | |
| 8 | SRC_URI = "git://git.code.sf.net/p/libuio/code;branch=master;protocol=https" |
| 9 | |
| 10 | PV .= "+0.2.2+git${SRCPV}" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 11 | |
| 12 | inherit autotools |
| 13 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | PACKAGES += "${PN}-tools" |
| 17 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 18 | FILES:${PN} = "${libdir}" |
| 19 | FILES:${PN}-tools = "${bindir}" |