21 lines
498 B
BlitzBasic
21 lines
498 B
BlitzBasic
# Copyright (C) 2020, Rockchip Electronics Co., Ltd
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
DESCRIPTION = "Rockchip ALSA config files"
|
|
SECTION = "multimedia"
|
|
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://NOTICE;md5=9645f39e9db895a4aa6e02cb57294595"
|
|
|
|
inherit local-git
|
|
|
|
SRC_URI = " \
|
|
git://github.com/JeffyCN/mirrors.git;protocol=https;branch=alsa-config; \
|
|
"
|
|
SRCREV = "1e0c4b5382b84ed629b1ca9e40c814103b92ee93"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson
|
|
|
|
FILES:${PN} = "*"
|