diff options
author | Ross Burton <ross.burton@intel.com> | 2018-09-14 00:05:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-21 18:45:46 -0700 |
commit | 51749fb8dbc80e175ad03b453d9b9e8c81671549 (patch) | |
tree | 3a402f7ba9d3c615a1878c62ec9ca7de5524192e /meta/recipes-support/fribidi | |
parent | 4363bd6e10c464922a156bf51167498b6ff48919 (diff) | |
download | poky-51749fb8dbc80e175ad03b453d9b9e8c81671549.tar.gz |
fribidi: rename directory to match recipe
(From OE-Core rev: 979b247c558eeb151fce925ee6600700ef20f869)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/fribidi')
-rw-r--r-- | meta/recipes-support/fribidi/fribidi_1.0.5.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-support/fribidi/fribidi_1.0.5.bb b/meta/recipes-support/fribidi/fribidi_1.0.5.bb new file mode 100644 index 0000000000..303ccb71d0 --- /dev/null +++ b/meta/recipes-support/fribidi/fribidi_1.0.5.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "LGPLv2.1+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | ||
5 | |||
6 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.bz2" | ||
7 | SRC_URI[md5sum] = "0f97f65038545340316ec0f4bd53df0b" | ||
8 | SRC_URI[sha256sum] = "6a64f2a687f5c4f203a46fa659f43dd43d1f8b845df8d723107e8a7e6158e4ce" | ||
9 | |||
10 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | ||
11 | |||
12 | inherit autotools lib_package pkgconfig | ||
13 | |||
14 | # TODO use Meson instead of autotools when | ||
15 | # https://github.com/fribidi/fribidi/issues/87 is solved | ||
16 | |||
17 | CVE_PRODUCT = "gnu_fribidi" | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||