mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
557 B
BlitzBasic
16 lines
557 B
BlitzBasic
SUMMARY = "C++ library to parse and create Matroska files(.mkv and .mka)"
|
|
HOMEPAGE = "https://github.com/Matroska-Org/libmatroska"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
DEPENDS = "libebml"
|
|
|
|
SRC_URI = "git://github.com/Matroska-Org/libmatroska.git;branch=v1.x;protocol=https"
|
|
SRCREV = "f5315fddda2d434e47035c038549a808d8b8eac7"
|
|
|
|
|
|
inherit pkgconfig cmake
|
|
|
|
#Static library enabled by default. It has been added in case you want to use it dynamically.
|
|
#EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
|