diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-21 10:16:33 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-25 11:50:58 +0100 |
| commit | fa1eddc91725f9aac7c7bf7d706124c5843234b9 (patch) | |
| tree | 62dc56df8ab2e9f66a874d5015fd7c6464db4f32 /meta/recipes-support/fribidi/fribidi_1.0.15.bb | |
| parent | a323834fb9fe9de4edd74f6378289d43f064afd6 (diff) | |
| download | poky-fa1eddc91725f9aac7c7bf7d706124c5843234b9.tar.gz | |
fribidi: upgrade 1.0.14 -> 1.0.15
Changelog:
Fixed the bad tarball from 1.0.14 with stall include files.
(From OE-Core rev: 5cf2632c3652f503e9d79b21a1ce0a94fb98f713)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/fribidi/fribidi_1.0.15.bb')
| -rw-r--r-- | meta/recipes-support/fribidi/fribidi_1.0.15.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-support/fribidi/fribidi_1.0.15.bb b/meta/recipes-support/fribidi/fribidi_1.0.15.bb new file mode 100644 index 0000000000..14d901a530 --- /dev/null +++ b/meta/recipes-support/fribidi/fribidi_1.0.15.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm" | ||
| 2 | DESCRIPTION = "It provides utility functions to aid in the development \ | ||
| 3 | of interactive editors and widgets that implement BiDi functionality. \ | ||
| 4 | The BiDi algorithm is a prerequisite for supporting right-to-left scripts such \ | ||
| 5 | as Hebrew, Arabic, Syriac, and Thaana. " | ||
| 6 | SECTION = "libs" | ||
| 7 | HOMEPAGE = "http://fribidi.org/" | ||
| 8 | BUGTRACKER = "https://github.com/fribidi/fribidi/issues" | ||
| 9 | LICENSE = "LGPL-2.1-or-later" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | ||
| 11 | |||
| 12 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.xz \ | ||
| 13 | " | ||
| 14 | SRC_URI[sha256sum] = "0bbc7ff633bfa208ae32d7e369cf5a7d20d5d2557a0b067c9aa98bcbf9967587" | ||
| 15 | |||
| 16 | inherit meson lib_package pkgconfig github-releases | ||
| 17 | |||
| 18 | CVE_PRODUCT = "gnu_fribidi fribidi" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
