xref: /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/v4l2apps/v4l-rkmpp.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "A V4L2 plugin that wraps rockchip-mpp for the chromium's V4L2 VDA/VEA"
5
6SECTION = "libs"
7
8LICENSE = "LGPL-2.1-or-later"
9LIC_FILES_CHKSUM = "file://COPYING;md5=d749e86a105281d7a44c2328acebc4b0"
10
11SRCREV = "b004755ccd5410f80efe31716abccd105308e226"
12SRC_URI = "git://github.com/JeffyCN/libv4l-rkmpp.git;protocol=https;branch=master"
13
14S = "${WORKDIR}/git"
15
16DEPENDS = "rockchip-mpp rockchip-librga libv4l"
17
18inherit meson pkgconfig
19
20FILES:${PN} = "${libdir}/libv4l/plugins/*.so"
21