mirror of
https://git.yoctoproject.org/poky
synced 2026-07-02 08:13:38 +02:00
* Updated Unicode tables to version 15.1 (From OE-Core rev: 03828e381ef615ab4b1a30a8902b5eccbb5c98f8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 332276679c9a004158929e03d9263e9ef66816e9) Signed-off-by: Steve Sakoman <steve@sakoman.com>
21 lines
837 B
BlitzBasic
21 lines
837 B
BlitzBasic
SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm"
|
|
DESCRIPTION = "It provides utility functions to aid in the development \
|
|
of interactive editors and widgets that implement BiDi functionality. \
|
|
The BiDi algorithm is a prerequisite for supporting right-to-left scripts such \
|
|
as Hebrew, Arabic, Syriac, and Thaana. "
|
|
SECTION = "libs"
|
|
HOMEPAGE = "http://fribidi.org/"
|
|
BUGTRACKER = "https://github.com/fribidi/fribidi/issues"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
|
|
|
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.xz \
|
|
"
|
|
SRC_URI[sha256sum] = "76ae204a7027652ac3981b9fa5817c083ba23114340284c58e756b259cd2259a"
|
|
|
|
inherit meson lib_package pkgconfig github-releases
|
|
|
|
CVE_PRODUCT = "gnu_fribidi fribidi"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|