diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-07 15:37:49 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-07 15:37:49 +0200 |
commit | c87998953133d7b9a5a8ba55b00fa1803b937337 (patch) | |
tree | 071d7018f9a01456a453e7f2570ba6de387b0682 | |
parent | ed6e2f317fd0839f51d03aee4120b25a1e1d704c (diff) | |
download | meta-qt5-c87998953133d7b9a5a8ba55b00fa1803b937337.tar.gz |
qtjsondb, qtwebkit: respect ICU variable
-rw-r--r-- | recipes-qt/qt5/qtjsondb.inc | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwebkit.inc | 2 |
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 @@ | |||
1 | require qt5module.inc | 1 | require qt5module.inc |
2 | 2 | ||
3 | DEPENDS += "qtdeclarative icu" | 3 | DEPENDS += "qtdeclarative ${ICU}" |
4 | 4 | ||
5 | LICENSE = "BSD & LGPL-2.1 & GFDL-1.3" | 5 | LICENSE = "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 | ||
8 | DEPENDS += "qtdeclarative icu ruby-native sqlite3" | 8 | DEPENDS += "qtdeclarative ${ICU} ruby-native sqlite3" |
9 | 9 | ||
10 | INC_PR = "r0" | 10 | INC_PR = "r0" |
11 | 11 | ||