diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-11-15 22:09:11 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-16 06:18:45 +0000 |
commit | 5d544b04feb3c4da55b6ec9e0f1d0dd485f6b998 (patch) | |
tree | eed2d658fd66947029491136fa0b14973987d2e2 /meta-agl-distro/conf/distro | |
parent | e979b4dd980773d9531c15628f46cab29baa22f1 (diff) |
mxml: disable SECURITY_CFLAGS
The mxml shared library was failing to link on x86-64, disable the
SECURITY_CFLAGS on it for now until we can contact upstream and get
the underlying issue addressed.
Change-Id: I53578544222294119f4141ccc4dfa28d2737983b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11999
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-distro/conf/distro')
-rw-r--r-- | meta-agl-distro/conf/distro/poky-agl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-distro/conf/distro/poky-agl.conf b/meta-agl-distro/conf/distro/poky-agl.conf index 4d3e45dd7..9c0334aaf 100644 --- a/meta-agl-distro/conf/distro/poky-agl.conf +++ b/meta-agl-distro/conf/distro/poky-agl.conf @@ -105,6 +105,7 @@ SECURITY_LDFLAGS_pn-libatasmart = "" # Not yet upstreamed; should be submitted. SECURITY_CFLAGS_pn-qtwebengine = "${SECURITY_NO_PIE_CFLAGS}" +SECURITY_CFLAGS_pn-mxml = "" #Redefined USER_CLASSES #Disable prelink. It is unmaintained and likely will go away. |