Age | Commit message (Collapse) | Author | Files | Lines |
|
As announced in
https://lists.automotivelinux.org/g/agl-dev-community/topic/73194818#8265
the layer is outdated and will be removed.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I65fee2a4fdca1ff97a7308c6d955a062c3830f62
|
|
Bug-AGL: SPEC-771
Fix in libdatrie recipe so that libdatrie-native can be properly used to build libthai.
Alternatively EXTRA_OECONF += "--disable-dict" can be added to libthai, but I guess (since I did not add libthai) it is not expected.
Update:
I also needed libdatrie-native dependency in libthai.bb
Update2:
Fix build breaks for imagemagick and protobuf as well
Change-Id: I175a34f321841d6aa1cdabac69c67d590d313043
Signed-off-by: Takashi Matsuzawa <tmatsuzawa@xevo.com>
|
|
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>
|