rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-qti-ubuntu/recipes-toolchain/ubuntu/alsa-plugins-ubuntu.bb

15 lines
662 B
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
inherit upkg_base
LICENSE = "LGPL-2.1+"
LICENSE:libasound2-plugins = "LGPL-2.1+"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/main/a/alsa-plugins/libasound2-plugins_1.2.2-1ubuntu1_arm64.deb;name=libasound2-plugins"
SRC_URI[libasound2-plugins.md5sum] = "653933a1fa2991da46ae3be958d2d500"
# other configs to feed compilation
PKG:${UPN} = "libasound2-plugins"
DEPENDS += "libtool-cross virtual/aarch64-linux-gnu-gcc virtual/aarch64-linux-gnu-compilerlibs virtual/libc alsa-lib pulseaudio libsamplerate0 speexdsp"
PROVIDES += "alsa-plugins libasound2-plugins"
RPROVIDES:libasound2-plugins += "libasound2-plugins"