blob: 67388840160eb38f7ea3314208935f1392c9127c [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm"
2SECTION = "libs"
3LICENSE = "LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5
6SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.bz2 \
Brad Bishopf3f93bb2019-10-16 14:33:32 -04007 "
8SRC_URI[md5sum] = "4c020b0f5136dd012ee00f1e1122f6aa"
9SRC_URI[sha256sum] = "5ab5f21e9f2fc57b4b40f8ea8f14dba78a5cc46d9cf94bc5e00a58e6886a935d"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
11UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
12
13inherit meson lib_package pkgconfig
14
15CVE_PRODUCT = "gnu_fribidi"
16
17BBCLASSEXTEND = "native nativesdk"