mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
libyuv: add recipe
The libyuv is an open source project that includes YUV scaling and conversion functionality. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
SUMMARY = "libyuv is an open source project that includes YUV scaling and conversion functionality"
|
||||||
|
HOMEPAGE = "https://chromium.googlesource.com/libyuv/libyuv"
|
||||||
|
SECTION = "libs"
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=464282cfb405b005b9637f11103a7325"
|
||||||
|
|
||||||
|
SRC_URI = "git://chromium.googlesource.com/libyuv/libyuv;protocol=https;branch=main"
|
||||||
|
SRCREV = "5a17753597d77dee881d9d93097ca2c2079e9409"
|
||||||
|
PV = "0.1+git"
|
||||||
|
|
||||||
|
inherit cmake
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "jpeg"
|
||||||
|
PACKAGECONFIG[jpeg] = ",,libjpeg-turbo"
|
||||||
|
|
||||||
|
EXTRA_OECMAKE += "-DUNIT_TEST=OFF"
|
||||||
|
|
||||||
|
# QA Issue: -dev package libyuv-dev contains non-symlink .so '/usr/lib/libyuv.so' [dev-elf]
|
||||||
|
SOLIBS = ".so"
|
||||||
|
FILES_SOLIBSDEV = ""
|
||||||
Reference in New Issue
Block a user