xref: /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/alsa/rockchip-alsa-config.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Copyright (C) 2020, Rockchip Electronics Co., Ltd
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "Rockchip ALSA config files"
5SECTION = "multimedia"
6
7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://NOTICE;md5=9645f39e9db895a4aa6e02cb57294595"
9
10inherit local-git
11
12SRC_URI = " \
13	git://github.com/JeffyCN/mirrors.git;protocol=https;branch=alsa-config; \
14"
15SRCREV = "1e0c4b5382b84ed629b1ca9e40c814103b92ee93"
16S = "${WORKDIR}/git"
17
18inherit meson
19
20FILES:${PN} = "*"
21