From aff7892a9784bcb33aaee5da07091de2b8672c88 Mon Sep 17 00:00:00 2001 From: Takashi Matsuzawa Date: Sun, 23 Jul 2017 22:19:55 +0900 Subject: Fix libthai (oem-extra-libs) build break 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 --- meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oem-extra-libs/recipes-support/libthai') diff --git a/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb b/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb index ce8dc17c..0271da08 100755 --- a/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb +++ b/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Thai language support routines" LICENSE = "LGPL" -DEPENDS = "libdatrie" +DEPENDS = "libdatrie libdatrie-native" SRC_URI = "http://linux.thai.net/pub/thailinux/software/libthai/${PN}-${PV}.tar.xz" -- cgit 1.2.3-korg