diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-13 11:00:34 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-16 04:45:40 +0000 |
commit | 7c227f30c8437d2f5a7b95622d97a86149a716c8 (patch) | |
tree | adbe86c8b3aa32be8b4044cba343a2be9e68d534 /meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | |
parent | a56935217fd0f718a8d40c9c2e701e809e8b1c3e (diff) |
Fix build of mozjs, gpm and libatasmart due to SECURITY_%FLAGS
The three packages fail to build on at least 3 boards.
Move to the distro config for now and track investigation in
SPEC-593.
Bug-AGL: SPEC-593
Change-Id: I97d55b6b34ea18fae943ab6bd89c88088896f2ac
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9379
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: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: José Bollo <jobol@nonadev.net>
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, 0 insertions, 7 deletions
diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc index 195a11ea9..f3abe4cc5 100644 --- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc +++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc @@ -20,13 +20,6 @@ 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 ## #------------------------------------------------- |