aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-x11-free_4.5.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-06-13 02:09:13 +0000
committerTom Rini <trini@ti.com>2012-06-19 07:52:14 -0700
commit72761f971de599d7b750a28873e86dd736ba20e5 (patch)
tree96b7582f3a50e2e54ba9bfa2cbd73c0e9eb8e8af /recipes/qt4/qt4-x11-free_4.5.2.bb
parenteaa3de818e2adc805b790110aa32601fcf963eaa (diff)
downloadopenembedded-72761f971de599d7b750a28873e86dd736ba20e5.tar.gz
qt4-x11-free_4.5.2.bb: Fix build break
It does not compile with gcc 4.3+ without this patch. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'recipes/qt4/qt4-x11-free_4.5.2.bb')
-rw-r--r--recipes/qt4/qt4-x11-free_4.5.2.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/qt4/qt4-x11-free_4.5.2.bb b/recipes/qt4/qt4-x11-free_4.5.2.bb
index b545dea629..2cf651ff00 100644
--- a/recipes/qt4/qt4-x11-free_4.5.2.bb
+++ b/recipes/qt4/qt4-x11-free_4.5.2.bb
@@ -1,8 +1,10 @@
require qt4-x11-free.inc
LICENSE = "LGPLv2.1 GPLv3"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
-SRC_URI += "file://hack-out-pg_config.patch"
+SRC_URI += "file://hack-out-pg_config.patch \
+ file://openssl-1.0.patch \
+ "
SRC_URI[md5sum] = "d8bcc070a58db25c228b7729ffad4550"
SRC_URI[sha256sum] = "4e4c8619335cac14ba0c52d1555fab549a562fb774c1c08dcbd2be9de38120a2"