diff options
author | Takashi Matsuzawa <tmatsuzawa@xevo.com> | 2017-07-23 22:19:55 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-24 21:48:21 +0000 |
commit | aff7892a9784bcb33aaee5da07091de2b8672c88 (patch) | |
tree | 3a4f8f709b8cfdf6d884f453349bf8ad25706a1a /meta-oem-extra-libs/conf/layer.conf | |
parent | f84701bf72a41632abc8724210074bac510d0f5c (diff) |
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/conf/layer.conf')
-rw-r--r-- | meta-oem-extra-libs/conf/layer.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oem-extra-libs/conf/layer.conf b/meta-oem-extra-libs/conf/layer.conf index 8eb09a28..a6c8e2aa 100644 --- a/meta-oem-extra-libs/conf/layer.conf +++ b/meta-oem-extra-libs/conf/layer.conf @@ -9,3 +9,7 @@ BBFILE_COLLECTIONS += "oem-extra-libs" BBFILE_PATTERN_oem-extra-libs = "^${LAYERDIR}/" BBFILE_PRIORITY_oem-extra-libs = "7" +# Fixing build errors +SECURITY_CFLAGS_pn-imagemagick = "${SECURITY_NO_PIE_CFLAGS}" +SECURITY_CFLAGS_pn-protobuf = "${SECURITY_NO_PIE_CFLAGS}" + |