From 8f3b844339abea798fd3eece6e0e77f992a384dc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 May 2020 17:52:24 +0200 Subject: alsa-topology/ucm-conf: update to 1.2.2 Tarballs have a proper subdirectory now, so subdir option isn't needed anymore. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../alsa/alsa-topology-conf_1.2.1.bb | 22 --------------------- .../alsa/alsa-topology-conf_1.2.2.bb | 19 ++++++++++++++++++ .../alsa/alsa-ucm-conf_1.2.1.2.bb | 23 ---------------------- .../recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb | 20 +++++++++++++++++++ 4 files changed, 39 insertions(+), 45 deletions(-) delete mode 100644 meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb create mode 100644 meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.2.bb delete mode 100644 meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.1.2.bb create mode 100644 meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb (limited to 'meta') 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 deleted file mode 100644 index add1f309ec..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -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} = "*" diff --git a/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.2.bb b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.2.bb new file mode 100644 index 0000000000..2901794cb9 --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.2.bb @@ -0,0 +1,19 @@ +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" + +SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" +SRC_URI[sha256sum] = "b472d6b567c78173bd69543d9cffc9e379c80eb763c3afc8d5b24d5610d19425" + +inherit allarch + +do_install() { + install -d ${D}/usr/share/alsa + cp -r ${S}/topology ${D}/usr/share/alsa +} + +PACKAGES = "${PN}" + +FILES_${PN} = "*" diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.1.2.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.1.2.bb deleted file mode 100644 index 469d1f7a95..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.1.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "ALSA Use Case Manager configuration" -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] = "b7fa43cfd79df978184a6333766d2a50" -SRC_URI[sha256sum] = "ea8a86875f4cf430d49a662a04a6d6c606c5c9d67e54cb944c4d77b24554062f" - -inherit allarch - -do_install() { - install -d ${D}/usr/share/alsa - cp -r ${S}/ucm ${D}/usr/share/alsa - cp -r ${S}/ucm2 ${D}/usr/share/alsa -} - -PACKAGES = "${PN}" - -FILES_${PN} = "*" diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb new file mode 100644 index 0000000000..1a524d49b2 --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.2.bb @@ -0,0 +1,20 @@ +SUMMARY = "ALSA Use Case Manager configuration" +HOMEPAGE = "https://alsa-project.org" +BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4" + +SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2" +SRC_URI[sha256sum] = "7ebfd929bc85a51f16fa3c8c4db13faa2ea6ff2b2266fc36d6198bdafe73c40c" + +inherit allarch + +do_install() { + install -d ${D}/usr/share/alsa + cp -r ${S}/ucm ${D}/usr/share/alsa + cp -r ${S}/ucm2 ${D}/usr/share/alsa +} + +PACKAGES = "${PN}" + +FILES_${PN} = "*" -- cgit 1.2.3-korg