diff options
author | Karthik Ramanan <a0393906@ti.com> | 2017-05-12 16:59:56 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-12 21:49:30 +0000 |
commit | 379f0a11a76b7e892a9395a5540afb4886ea8541 (patch) | |
tree | f40a9bb0e6c6560a3d3c44e32c1ba20f500d3399 /meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | |
parent | bccdc574dab0b6c45b000c0d3bb9643ad0f35a3e (diff) |
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 <a0393906@ti.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9369
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_dra7xx-evm.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | 7 |
1 files changed, 7 insertions, 0 deletions
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 ## #------------------------------------------------- |