summaryrefslogtreecommitdiffstats
path: root/meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb
diff options
context:
space:
mode:
authorTakashi Matsuzawa <tmatsuzawa@xevo.com>2017-07-23 22:19:55 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-24 21:48:21 +0000
commitaff7892a9784bcb33aaee5da07091de2b8672c88 (patch)
tree3a4f8f709b8cfdf6d884f453349bf8ad25706a1a /meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb
parentf84701bf72a41632abc8724210074bac510d0f5c (diff)
Fix libthai (oem-extra-libs) build breakdab_4.0.1dab_4.0.0dab/4.0.1dab/4.0.04.0.14.0.0
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>
Diffstat (limited to 'meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb')
-rwxr-xr-xmeta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb b/meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb
index f317eb21..44fd0b47 100755
--- a/meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb
+++ b/meta-oem-extra-libs/recipes-support/libdatrie/libdatrie_0.2.9.bb
@@ -13,7 +13,7 @@ inherit autotools pkgconfig
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
-SRC_URI = "http://linux.thai.net/pub/thailinux/software/libthai/${PN}-${PV}.tar.xz"
+SRC_URI = "http://linux.thai.net/pub/thailinux/software/libthai/${BPN}-${PV}.tar.xz"
SRC_URI[md5sum] = "687624f374e748de81b01399736bb735"
SRC_URI[sha256sum] = "d980713e7ad8e19cf3b54ee0173782b94332af8e7e4e936dde01d2cd72e1da1d"
@@ -24,5 +24,5 @@ PACKAGES =+ "${PN}1-bin"
FILES_${PN}1-bin += "${bindir}/*"
-#BBCLASSEXTEND += "native"
+BBCLASSEXTEND += "native"