blob: c9ad0af3f93f43fbde375d8e71fd5f914b25a130 (
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 = "A library for controlling the SH-Mobile VIO/VEU"
AUTHOR = "Phil Edworthy <phil.edworthy@renesas.com>"
BUGTRACKER = ""
SECTION = "libs"
PRIORITY = "optional"
PR = "r0"
inherit autotools pkgconfig
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2"
SRCREV = "3cebf3b073c2f22c60109e345670641a77c5981f"
SRC_URI = "git://github.com/renesas-devel/libshvio.git;branch=vio6"
S = "${WORKDIR}/git/"
DEPENDS = "libuiomux libshmeram"
EXTRA_OECONF = "--enable-meram"
do_configure() {
autoreconf -ivf ${S}
oe_runconf
}
|