blob: be4cbf0712cabc5cc3c4e196720401fba0f42cc5 (
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
26
27
28
29
|
DESCRIPTION = "library for accessing the SH-Mobile MERAM"
AUTHOR = "Damian Hobson-Garcia <dhobsong@igel.co.jp>"
BUGTRACKER = ""
SECTION = "libs"
PRIORITY = "optional"
PR = "r0"
inherit autotools pkgconfig
LICENSE = "LGPLv2.0+"
LIC_FILES_CHKSUM = "file://COPYING;md5=3214f080875748938ba060314b4f727d"
SRCREV = "2d9b1c32e17ddb260d592826a13fd5c8e0bdb763"
SRC_URI = "git://github.com/renesas-devel/libshmeram.git \
file://configfile-path.patch \
"
S = "${WORKDIR}/git/"
DEPENDS = "libuiomux"
do_configure() {
autoreconf -ivf ${S}
oe_runconf
}
# install to libshmeram
FILES_${PN} += "${sysconfdir}/*"
|