alsa-topology-conf_1.2.4.bb 565 B

12345678910111213141516171819
  1. SUMMARY = "ALSA topology configuration files"
  2. HOMEPAGE = "https://alsa-project.org"
  3. BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4"
  6. SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
  7. SRC_URI[sha256sum] = "55e0e6e42eca4cc7656c257af2440cdc65b83689dca49fc60ca0194db079ed07"
  8. inherit allarch
  9. do_install() {
  10. install -d "${D}${datadir}/alsa"
  11. cp -r "${S}/topology" "${D}${datadir}/alsa"
  12. }
  13. PACKAGES = "${PN}"
  14. FILES_${PN} = "*"