diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-05-28 11:49:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 16:49:19 +0100 |
commit | 5bd29501adc6154813133418954833929000c788 (patch) | |
tree | 38bc76c5cc00a34b32b15981f3c3becd99d24380 /meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb | |
parent | 4b616f06c1764b6c36d8d9e8fda6897682d91e4b (diff) | |
download | poky-5bd29501adc6154813133418954833929000c788.tar.gz |
qt4: upgrade to version 4.8.6
* Remove patches merged upstream
* Add a qtscript translation package for an additional .qm file added in
this release
(From OE-Core rev: 32a9c7101c7212c69d40893ee597eaf34955b641)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb b/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb deleted file mode 100644 index 5cb5e6817d..0000000000 --- a/meta/recipes-qt/qt4/qt4-x11-free_4.8.5.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require qt4-x11-free.inc | ||
2 | require qt4-${PV}.inc | ||
3 | |||
4 | QT_CONFIG_FLAGS_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " -no-neon" ,d)}" | ||
5 | |||
6 | QT_CONFIG_FLAGS += " \ | ||
7 | -no-embedded \ | ||
8 | -xrandr \ | ||
9 | -x11" | ||