aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-15 13:28:17 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-15 22:09:14 -0700
commit3123b4d1cf15d2e835e2e9287fa51aeee4722d55 (patch)
treef2e46ea7d71503e0ce4b1434d210257acd93a324 /recipes/tasks
parent2d615a19a66650e034ecedb3b1cd4c82712652a8 (diff)
downloadopenembedded-3123b4d1cf15d2e835e2e9287fa51aeee4722d55.tar.gz
task-qt4-x11: Move libqtxmlpatterns4 to RRECOMMENDS
Fixes qt4 4.6.x images. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-qt4-x11.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/tasks/task-qt4-x11.bb b/recipes/tasks/task-qt4-x11.bb
index e2e1fe2166..0048b95044 100644
--- a/recipes/tasks/task-qt4-x11.bb
+++ b/recipes/tasks/task-qt4-x11.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "QT4-X11 base Image Feed"
-PR = "r0"
+PR = "r1"
LICENSE = "MIT"
inherit task
@@ -26,7 +26,6 @@ RDEPENDS_${PN}-base = " \
libqttest4 \
libqtwebkit4 \
libqtxml4 \
- libqtxmlpatterns4 \
qt4-fonts \
qt4-plugin-iconengine-svgicon \
qt4-plugin-imageformat-gif \
@@ -41,6 +40,10 @@ RDEPENDS_${PN}-base = " \
qt4-plugin-sqldriver-sqlite \
"
+RRECOMMENDS_${PN}-base = " \
+ libqtxmlpatterns4 \
+"
+
RDEPENDS_${PN}-qwt = "\
qwt \
-" \ No newline at end of file
+"