mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
This reverts commit 17890ebd637da0b3bf78804002d8b4f0ace078d2. qt4 is upgraded to 4.8.6 and this is fixed by: c889b40 qt webkit: add support for MIPS64 platforms so revert the commit. (From OE-Core rev: 28abbcc5cc4fcea23528027ef2c0faebcd9474c8) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
QT4DEPENDS ?= "qt4-x11 "
|
|
DEPENDS_prepend = "${QT4DEPENDS}"
|
|
|
|
inherit qmake2
|
|
|
|
QT_BASE_NAME = "qt4"
|
|
QT_DIR_NAME = "qt4"
|
|
QT_LIBINFIX = ""
|
|
|
|
# Qt4 uses atomic instructions not supported in thumb mode
|
|
ARM_INSTRUCTION_SET = "arm"
|