mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
Changelog: * Adding missing man pages to the tar release file. (From OE-Core rev: 7e4915c4be7dca35a63a912a55bcfa525a532e22) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 0f6da8601fd4d992550e8afe7b09ba7c491250fd) Signed-off-by: Steve Sakoman <steve@sakoman.com>
23 lines
910 B
BlitzBasic
23 lines
910 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 = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.xz \
|
|
"
|
|
SRC_URI[sha256sum] = "7fa16c80c81bd622f7b198d31356da139cc318a63fc7761217af4130903f54a2"
|
|
|
|
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
|
|
|
|
inherit meson lib_package pkgconfig
|
|
|
|
CVE_PRODUCT = "gnu_fribidi fribidi"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|