Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "C++ library to parse EBML files" |
| 2 | HOMEPAGE = "https://github.com/Matroska-Org/libebml" |
| 3 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
| 6 | SRC_URI = "git://github.com/Matroska-Org/libebml.git;branch=v1.x;protocol=https" |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 7 | SRCREV = "1878e784321673561039a6a37076b2736f4dc98f" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 8 | |
| 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | inherit pkgconfig cmake dos2unix |
| 12 | |
| 13 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" |
| 14 | |