diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2018-09-06 16:07:55 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-08 13:32:12 -0700 |
commit | c17fabc2a32bf25f600aeaf1e4e2290c6b2817fa (patch) | |
tree | b853f130a13534b75355a797fbf9d2112c1b0ce9 /meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb | |
parent | 5ccc6fd2dabc6aa0454e45ca168a9eca3c983cba (diff) | |
download | meta-openembedded-c17fabc2a32bf25f600aeaf1e4e2290c6b2817fa.tar.gz |
libfribidi: delete recipe
Deleted recipe as it is already part of poky.
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb')
-rw-r--r-- | meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb b/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb deleted file mode 100644 index 423a9148a..000000000 --- a/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.7.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | SUMMARY = "Fribidi library for bidirectional text" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | ||
5 | BBCLASSEXTEND = "native" | ||
6 | |||
7 | PROVIDES = "libfribidi" | ||
8 | DEPENDS = "glib-2.0 libpcre" | ||
9 | |||
10 | inherit autotools lib_package pkgconfig | ||
11 | |||
12 | CFLAGS_append = " -DPAGE_SIZE=4096 " | ||
13 | SECURITY_CFLAGS_remove_toolchain-clang = "-D_FORTIFY_SOURCE=2" | ||
14 | |||
15 | SRC_URI = "http://fribidi.org/download/fribidi-${PV}.tar.bz2" | ||
16 | |||
17 | SRC_URI[md5sum] = "6c7e7cfdd39c908f7ac619351c1c5c23" | ||
18 | SRC_URI[sha256sum] = "08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e" | ||
19 | |||
20 | CVE_PRODUCT = "gnu_fribidi" | ||