From 379f0a11a76b7e892a9395a5540afb4886ea8541 Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Fri, 12 May 2017 16:59:56 +0530 Subject: dra7xx: Fix build error with mozjs and libatasmart This fix is propagated from: https://gerrit.automotivelinux.org/gerrit/#/c/9337/ Change-Id: I3cc570848e5586ba3c5733fe16224ca402166094 Signed-off-by: Karthik Ramanan Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9369 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-agl-bsp') diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc index f3abe4cc5..195a11ea9 100644 --- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc +++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc @@ -20,6 +20,13 @@ PREFERRED_PROVIDER_libgbm = "libgbm" #Preferred versions PREFERRED_VERSION_libgbm = "10.0.0" +SECURITY_CFLAGS_pn-mozjs = "" +SECURITY_LDFLAGS_pn-mozjs = "" +SECURITY_CFLAGS_pn-gpm = "" +SECURITY_LDFLAGS_pn-gpm = "" +SECURITY_CFLAGS_pn-libatasmart = "" +SECURITY_LDFLAGS_pn-libatasmart = "" + #------------------------------------------------- ## Multimedia section ## #------------------------------------------------- -- cgit 1.2.3-korg