From 5d544b04feb3c4da55b6ec9e0f1d0dd485f6b998 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 15 Nov 2017 22:09:11 -0500 Subject: 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11999 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-distro/conf/distro/poky-agl.conf | 1 + 1 file changed, 1 insertion(+) 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. -- cgit 1.2.3-korg