blob: d7e88f4fd006245f6d450635d6d8e3745c49a9ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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"
inherit autotools
PACKAGES += "${PN}-tools"
FILES:${PN} = "${libdir}"
FILES:${PN}-tools = "${bindir}"
|