diff options
author | tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp> | 2017-06-07 16:00:13 +0900 |
---|---|---|
committer | tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp> | 2017-06-07 16:05:22 +0900 |
commit | a9bbfe1af2ae8ccf79db999e8007b7c6cbc806a1 (patch) | |
tree | f63c3e0b6b0f5971eaaa050aba985a520d1ea898 /meta-oem-extra-libs/recipes-core | |
parent | cadc1155dbd979728dcf6a59110f1087f57ccedf (diff) |
Add oem needs libs, libdatrie and libthai.
Libthai is a set of Thai language support routines aimed to ease developers’ tasks to incorporate Thai language support in their applications.
Libdatrie's full name is double-array trie. Trie is a kind of digital search tree, and libdatrie is used by libthai.
Change-Id: I02a97bb6b1286070c443fecc0dce0e17c7f00016
Signed-off-by: tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
Diffstat (limited to 'meta-oem-extra-libs/recipes-core')
-rw-r--r-- | meta-oem-extra-libs/recipes-core/packagegroups/packagegroup-ivi-common-core-os-commonlibs.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oem-extra-libs/recipes-core/packagegroups/packagegroup-ivi-common-core-os-commonlibs.bbappend b/meta-oem-extra-libs/recipes-core/packagegroups/packagegroup-ivi-common-core-os-commonlibs.bbappend index 2b7fe6a0..fbd7b976 100644 --- a/meta-oem-extra-libs/recipes-core/packagegroups/packagegroup-ivi-common-core-os-commonlibs.bbappend +++ b/meta-oem-extra-libs/recipes-core/packagegroups/packagegroup-ivi-common-core-os-commonlibs.bbappend @@ -47,4 +47,6 @@ RDEPENDS_${PN} += "\ libogg \ thrift \ ppp \ + libdatrie \ + libthai \ " |