rk3568_ubuntu_r60_v1.3.2/yocto/poky/meta-qti-ubuntu/recipes-toolchain/ubuntu/gstreamer1.0-libav-ubuntu.bb

14 lines
599 B
BlitzBasic
Raw Normal View History

2023-11-03 14:12:44 +08:00
inherit upkg_base
LICENSE = "LGPL-2.0+ & LGPL-2.1+"
LICENSE:gstreamer1.0-libav = "LGPL-2.0+ & LGPL-2.1+"
# the information of ubuntu package(s)
SRC_URI += "http://ports.ubuntu.com/ubuntu-ports/pool/universe/g/gst-libav1.0/gstreamer1.0-libav_1.16.2-2_arm64.deb;name=gstreamer1.0-libav"
SRC_URI[gstreamer1.0-libav.md5sum] = "95af9be488b9d6da12b1ddd312f77400"
# other configs to feed compilation
PKG:${UPN} = "gstreamer1.0-libav"
DEPENDS += "virtual/aarch64-linux-gnu-gcc virtual/aarch64-linux-gnu-compilerlibs virtual/libc gstreamer1.0 gstreamer1.0-plugins-base "
PROVIDES += "gstreamer1.0-libav "