blob: e45558cb47b13ad07ce38d0c4c2c4c96a3d50bdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "V4L2 media controller support library"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=d749e86a105281d7a44c2328acebc4b0 \
"
PR = "r0"
inherit autotools pkgconfig
SRCREV = "998aaa0fa4a594bfc8d98ce0f5971ffc083be231"
SRC_URI = " \
git://github.com/renesas-rcar/libmediactl-v4l2.git;protocol=git;branch=rcar-gen3 \
"
S = "${WORKDIR}/git"
|