summaryrefslogtreecommitdiff
path: root/recipes-qt/qt5/qtbase_5.2.1.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-06-23 14:45:23 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-12 15:15:41 +0200
commit2a7115e2ca2ff621dd9dbcd5965958e3b5555f5e (patch)
tree0011c6e2431254b850e79aa3e6f26eb7cd06a05b /recipes-qt/qt5/qtbase_5.2.1.bbappend
parent4473eaf0b440a0154463af5809a89e95bd54a613 (diff)
qt5: align with meta-qt5 dizzy
- use % in bbappend - tegra: build with icu, so qtwebkit can be built - tegra: build with gstreamer 0.10 - remove workaround for gcc 4.8
Diffstat (limited to 'recipes-qt/qt5/qtbase_5.2.1.bbappend')
-rw-r--r--recipes-qt/qt5/qtbase_5.2.1.bbappend18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-qt/qt5/qtbase_5.2.1.bbappend b/recipes-qt/qt5/qtbase_5.2.1.bbappend
deleted file mode 100644
index d06ff2d..0000000
--- a/recipes-qt/qt5/qtbase_5.2.1.bbappend
+++ /dev/null
@@ -1,18 +0,0 @@
-PACKAGECONFIG_GL_tegra = "gles2"
-PACKAGECONFIG_EXAMPLES ?= "examples"
-
-PACKAGECONFIG_append_tegra += " \
- ${PACKAGECONFIG_EXAMPLES} \
-"
-
-PACKAGECONFIG_append_vf += " \
- ${PACKAGECONFIG_EXAMPLES} \
-"
-# Workaround from the Fedora ARM port preventing the following compiler error
-# happening with the Linaro 4.8. 2014.04 toolchain
-# qtbase-opensource-src-5.2.1/src/tools/qdoc/quoter.cpp:139:1: internal compiler error: in add_stores, at var-tracking.c:5918
-#
-# https://bugs.linaro.org/show_bug.cgi?id=534
-# http://pkgs.fedoraproject.org/cgit/mingw-qt5-qtbase.git/tree/qt5-workaround-gcc48-arm-build-failure.patch?h=f20
-FILESEXTRAPATHS_prepend := "${THISDIR}/files/:"
-SRC_URI += "file://0017-qt5-workaround-gcc48-arm-build-failure.patch"