From 6cb10d7de54418747ed59518ab946bd6fd65ccea Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Mon, 6 Jan 2020 11:18:04 +0200 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-multimedia/alsa/alsa-lib_1.2.1.2.bb | 1 + .../alsa/alsa-topology-conf_1.2.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.2.1.2.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.2.1.2.bb index 7bc78b8523..e2bc61fbe9 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.2.1.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.2.1.2.bb @@ -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" diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb new file mode 100644 index 0000000000..add1f309ec --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb @@ -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} = "*" -- cgit v1.2.3-54-g00ecf