git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d615a1
)
task-qt4-x11: Move libqtxmlpatterns4 to RRECOMMENDS
author
Tom Rini
<tom_rini@mentor.com>
Tue, 15 Feb 2011 20:28:17 +0000
(13:28 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Wed, 16 Feb 2011 05:09:14 +0000
(22:09 -0700)
Fixes qt4 4.6.x images.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/tasks/task-qt4-x11.bb
patch
|
blob
|
history
diff --git
a/recipes/tasks/task-qt4-x11.bb
b/recipes/tasks/task-qt4-x11.bb
index
e2e1fe2
..
0048b95
100644
(file)
--- 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 = "r
0
"
+PR = "r
1
"
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
+"