From: Scott Murray Date: Thu, 16 Nov 2017 03:09:11 +0000 (-0500) Subject: mxml: disable SECURITY_CFLAGS X-Git-Tag: 4.99.3~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=5d544b04feb3c4da55b6ec9e0f1d0dd485f6b998;p=AGL%2Fmeta-agl.git 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 --- 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.