Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm" |
| 2 | SECTION = "libs" |
| 3 | LICENSE = "LGPLv2.1+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
| 5 | |
| 6 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.bz2 \ |
Brad Bishop | f3f93bb | 2019-10-16 14:33:32 -0400 | [diff] [blame^] | 7 | " |
| 8 | SRC_URI[md5sum] = "4c020b0f5136dd012ee00f1e1122f6aa" |
| 9 | SRC_URI[sha256sum] = "5ab5f21e9f2fc57b4b40f8ea8f14dba78a5cc46d9cf94bc5e00a58e6886a935d" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 10 | |
| 11 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 12 | |
| 13 | inherit meson lib_package pkgconfig |
| 14 | |
| 15 | CVE_PRODUCT = "gnu_fribidi" |
| 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |