mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
alsa-topology-conf: new recipe, version 1.2.1
The topology configuration files were moved from the alsa-lib repository to a new alsa-topology-conf repository. The move was accompanied by a license change from LGPL2.1 to BSD-3-Clause. (From OE-Core rev: 4dd61230a6d2cc8183a12edc9834cb506b488e3a) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0c928e9ade
commit
6cb10d7de5
@@ -35,6 +35,7 @@ RECIPE_MAINTAINER_pn-alsa-lib = "Tanu Kaskinen <tanuk@iki.fi>"
|
||||
RECIPE_MAINTAINER_pn-alsa-plugins = "Tanu Kaskinen <tanuk@iki.fi>"
|
||||
RECIPE_MAINTAINER_pn-alsa-state = "Tanu Kaskinen <tanuk@iki.fi>"
|
||||
RECIPE_MAINTAINER_pn-alsa-tools = "Tanu Kaskinen <tanuk@iki.fi>"
|
||||
RECIPE_MAINTAINER_pn-alsa-topology-conf = "Tanu Kaskinen <tanuk@iki.fi>"
|
||||
RECIPE_MAINTAINER_pn-alsa-ucm-conf = "Tanu Kaskinen <tanuk@iki.fi>"
|
||||
RECIPE_MAINTAINER_pn-alsa-utils = "Tanu Kaskinen <tanuk@iki.fi>"
|
||||
RECIPE_MAINTAINER_pn-alsa-utils-scripts = "Tanu Kaskinen <tanuk@iki.fi>"
|
||||
|
||||
@@ -34,6 +34,7 @@ FILES_alsa-conf = "${datadir}/alsa/"
|
||||
FILES_libatopology = "${libdir}/libatopology.so.*"
|
||||
|
||||
RDEPENDS_${PN}_class-target = "alsa-conf alsa-ucm-conf"
|
||||
RDEPENDS_libatopology_class-target = "alsa-topology-conf"
|
||||
|
||||
# upgrade path
|
||||
RPROVIDES_${PN} = "libasound"
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "ALSA topology configuration files"
|
||||
HOMEPAGE = "https://alsa-project.org"
|
||||
BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4"
|
||||
|
||||
# The tarball doesn't have any toplevel directory. The subdir option tells
|
||||
# Bitbake to unpack the archive to the correct place.
|
||||
SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2;subdir=${BP}"
|
||||
SRC_URI[md5sum] = "7fdf5fff3f1e0603456e719f6033e922"
|
||||
SRC_URI[sha256sum] = "354a43f4031c98bef1349ac722d83b2603ef439f81a1ab1eba8814c28243a9b2"
|
||||
|
||||
inherit allarch
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/usr/share/alsa
|
||||
cp -r ${S}/topology ${D}/usr/share/alsa
|
||||
}
|
||||
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
FILES_${PN} = "*"
|
||||
Reference in New Issue
Block a user