blob: f388e69ac27dded05c76c386025251b79456aead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
DESCRIPTION = "UIOMux is a conflict manager for system resources, including UIO devices."
AUTHOR = "Conrad Parker <conrad@metadecks.org>"
HOMEPAGE = "https://github.com/renesas-devel/libuiomux"
BUGTRACKER = ""
SECTION = "libs"
PRIORITY = "optional"
PR = "r0"
inherit autotools pkgconfig
LICENSE = "LGPLv2.0+"
LIC_FILES_CHKSUM = "file://COPYING;md5=3214f080875748938ba060314b4f727d"
SRCREV = "25df714bca0532184c0ed0ac041462743240d752"
SRC_URI = "git://github.com/renesas-devel/libuiomux.git;protocol=git"
S = "${WORKDIR}/git/"
EXTRA_OECONF = "--with-max-map-mem=105"
do_configure() {
autoreconf -ivf ${S}
oe_runconf
}
|