mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 01:51:49 +00:00
This adds a recipe for the rav1e c-library and pkgconfig files - dont create dbg package to avoid buildpath issues Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
16 lines
463 B
BlitzBasic
16 lines
463 B
BlitzBasic
SUMMARY = "The fastest and safest AV1 encoder"
|
|
HOMEPAGE = "https://github.com/xiph/rav1e"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6a960f542b01a3e538903e87236b3668"
|
|
|
|
inherit cargo_c pkgconfig cargo-update-recipe-crates
|
|
|
|
require ${PN}-crates.inc
|
|
|
|
DEPENDS += "nasm-native"
|
|
|
|
SRC_URI += "git://github.com/xiph/rav1e.git;protocol=https;nobranch=1;tag=${PV}"
|
|
SRCREV = "a2f01b3e233f531c28a20b4c29fb5c9e5d29fa6d"
|
|
|
|
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|