poky-agl: exempt qtwebengine from security flags
[AGL/meta-agl.git] / meta-agl-distro / conf / distro / poky-agl.conf
index ad779bb..ccaae9b 100644 (file)
@@ -80,7 +80,13 @@ SECURITY_STRINGFORMAT_pn-gpm = ""
 SECURITY_CFLAGS_pn-libdbus-c++ = ""
 SECURITY_LDFLAGS_pn-libdbus-c++ = ""
 
+# Not yet upstreamed; should be submitted.
+SECURITY_CFLAGS_pn-qtwebengine = "${SECURITY_NO_PIE_CFLAGS}"
+
 #Redefined USER_CLASSES
 #Disable prelink. It is unmaintained and likely will go away.
 #default: USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 USER_CLASSES = "buildstats image-mklibs"
+
+# weak 'default value' assignment for a DEFAULTTUNE
+DEFAULTTUNE_arm ??= "armv7athf-neon"