diff options
author | Fahad Usman <fahad_usman@mentor.com> | 2016-09-21 15:12:43 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-22 11:13:24 +0100 |
commit | aa7f7b63485b8c4d33491b9cd467fc4487a281c7 (patch) | |
tree | 0cac14687c754aab5dff23a4215c320fcc72261f /meta/recipes-support/libcap | |
parent | f5b1cd0e820cda688c217321822c3259f1d0a7d5 (diff) | |
download | poky-aa7f7b63485b8c4d33491b9cd467fc4487a281c7.tar.gz |
x264: add textrel to INSANE_SKIP
Tried by adding CFLAGS_append = " -fpic " to
the recipe. But that couldn't help resolve the
warning message:
x264/r2491+gitAUTOINC+c8a773ebfc-r0/packages-split/x264/usr/lib/libx264.so.144' has relocations in .text [textrel]
It was found that this warning is emitted because of the
assembly files in the source code. And it is not easy to
get rid of TEXTREL's which are coming from the assembly
source files.
Adding textrel to INSANE_SKIP resolves this issue.
This issue was observed in cyclone5 and imx6qsabresd BSP's.
So generalizing the patch.
(From OE-Core rev: 9470e0911838a6f5a23f01c6944906b69aa1317a)
Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcap')
0 files changed, 0 insertions, 0 deletions