summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-05-07 15:37:49 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-07 15:37:49 +0200
commitc87998953133d7b9a5a8ba55b00fa1803b937337 (patch)
tree071d7018f9a01456a453e7f2570ba6de387b0682
parented6e2f317fd0839f51d03aee4120b25a1e1d704c (diff)
downloadmeta-qt5-c87998953133d7b9a5a8ba55b00fa1803b937337.tar.gz
qtjsondb, qtwebkit: respect ICU variable
-rw-r--r--recipes-qt/qt5/qtjsondb.inc2
-rw-r--r--recipes-qt/qt5/qtwebkit.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtjsondb.inc b/recipes-qt/qt5/qtjsondb.inc
index 887b2610..0b049dc3 100644
--- a/recipes-qt/qt5/qtjsondb.inc
+++ b/recipes-qt/qt5/qtjsondb.inc
@@ -1,6 +1,6 @@
1require qt5module.inc 1require qt5module.inc
2 2
3DEPENDS += "qtdeclarative icu" 3DEPENDS += "qtdeclarative ${ICU}"
4 4
5LICENSE = "BSD & LGPL-2.1 & GFDL-1.3" 5LICENSE = "BSD & LGPL-2.1 & GFDL-1.3"
6# this is for latest SRCREV: 6# this is for latest SRCREV:
diff --git a/recipes-qt/qt5/qtwebkit.inc b/recipes-qt/qt5/qtwebkit.inc
index 79ea437d..8f6f9a04 100644
--- a/recipes-qt/qt5/qtwebkit.inc
+++ b/recipes-qt/qt5/qtwebkit.inc
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://Source/WebCore/rendering/RenderApplet.h;endline=22;md
5 file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \ 5 file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \
6 file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=b57c8a2952a8d0e655988fa0ecb2bf7f" 6 file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=b57c8a2952a8d0e655988fa0ecb2bf7f"
7 7
8DEPENDS += "qtdeclarative icu ruby-native sqlite3" 8DEPENDS += "qtdeclarative ${ICU} ruby-native sqlite3"
9 9
10INC_PR = "r0" 10INC_PR = "r0"
11 11