diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:14:12 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:14:12 +0100 |
commit | 33ddd956439d5ec934a896844480ffb200abd2fe (patch) | |
tree | 418269495faa7452d8ce2538d2fcb7b4085d1ec0 /meta-oe/recipes-devtools | |
parent | d629f79d9fee1401262680a75d55e2d564878bd6 (diff) | |
download | meta-openembedded-33ddd956439d5ec934a896844480ffb200abd2fe.tar.gz |
libfribidi: import from meta-shr
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb b/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb new file mode 100644 index 000000000..dd7fb9896 --- /dev/null +++ b/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "Fribidi library for bidirectional text" | ||
2 | SECTION = "libs" | ||
3 | PRIORITY = "optional" | ||
4 | PR = "r1" | ||
5 | LICENSE = "unknown" | ||
6 | |||
7 | PROVIDES = "libfribidi" | ||
8 | |||
9 | # Slightly incompatible with 0.10.x, so: | ||
10 | DEFAULT_PREFERENCE = "-1" | ||
11 | DEFAULT_PREFERENCE_angstrom = "1" | ||
12 | |||
13 | inherit autotools lib_package pkgconfig | ||
14 | |||
15 | CFLAGS_append = " -DPAGE_SIZE=4096 " | ||
16 | |||
17 | SRC_URI = "http://fribidi.org/download/fribidi-${PV}.tar.gz" | ||
18 | |||
19 | SRC_URI[md5sum] = "626db17d2d99b43615ad9d12500f568a" | ||
20 | SRC_URI[sha256sum] = "49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177" | ||
21 | BBCLASSEXTEND = "native" | ||