aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/fribidi/fribidi_1.0.5.bb
blob: 303ccb71d0dabd21b1c8a3747b2d5b3f8e9f9774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm"
SECTION = "libs"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"

SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.bz2"
SRC_URI[md5sum] = "0f97f65038545340316ec0f4bd53df0b"
SRC_URI[sha256sum] = "6a64f2a687f5c4f203a46fa659f43dd43d1f8b845df8d723107e8a7e6158e4ce"

UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"

inherit autotools lib_package pkgconfig

# TODO use Meson instead of autotools when
# https://github.com/fribidi/fribidi/issues/87 is solved

CVE_PRODUCT = "gnu_fribidi"

BBCLASSEXTEND = "native nativesdk"