diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 14:58:06 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 21:16:50 +0200 |
| commit | 48ee17af942ac9860e834c8dec049370e7802a56 (patch) | |
| tree | 004e47c94682eaa418c9e718c3264ca121732102 /recipes-qt/qt5/qtscript.inc | |
| parent | 3208763b8b3f65b17825ded4b2c9b9166d78f2b2 (diff) | |
| download | meta-qt5-48ee17af942ac9860e834c8dec049370e7802a56.tar.gz | |
qt5: merge .inc and _git.bb files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtscript.inc')
| -rw-r--r-- | recipes-qt/qt5/qtscript.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-qt/qt5/qtscript.inc b/recipes-qt/qt5/qtscript.inc deleted file mode 100644 index 5a534f0d..00000000 --- a/recipes-qt/qt5/qtscript.inc +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | require qt5.inc | ||
| 2 | |||
| 3 | # qemuarm build fails with: | ||
| 4 | # /OE/build/oe-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtscript/5.4.1+gitAUTOINC+822df36f25-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/AssemblerBuffer.h: In member function 'void QTJSC::AssemblerBuffer::putInt64Unchecked(int64_t)': | ||
| 5 | #/OE/build/oe-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/qtscript/5.4.1+gitAUTOINC+822df36f25-r0/git/src/3rdparty/javascriptcore/JavaScriptCore/assembler/AssemblerBuffer.h:106:58: warning: cast from 'char*' to 'int64_t* {aka long long int*}' increases required alignment of target type [-Wcast-align] | ||
| 6 | # *reinterpret_cast<int64_t*>(&m_buffer[m_size]) = value; | ||
| 7 | # ^ | ||
| 8 | #{standard input}: Assembler messages: | ||
| 9 | #{standard input}:22: Error: selected processor does not support Thumb mode `stmdb sp!,{r1-r3}' | ||
| 10 | #{standard input}:23: Error: selected processor does not support Thumb mode `stmdb sp!,{r4-r8,lr}' | ||
| 11 | #{standard input}:30: Error: lo register required -- `ldmia sp!,{r4-r8,lr}' | ||
| 12 | #{standard input}:43: Error: lo register required -- `ldmia sp!,{r4-r8,lr}' | ||
| 13 | ARM_INSTRUCTION_SET = "arm" | ||
| 14 | |||
| 15 | # There are no LGPLv3-only licensed files in this component. | ||
| 16 | # Note that some files are LGPL-2.1 only without Digia-Qt-LGPL-Exception-1.1. | ||
| 17 | DEPENDS += "qtbase" | ||
