diff options
author | Tomas Frydrych <tomas@sleepfive.com> | 2013-05-20 16:05:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-21 09:30:17 +0100 |
commit | 176a46b088135f2891983bb8540bc45389341d90 (patch) | |
tree | d67d607dab7ebd24e6a687594fc5b219e20a0197 /meta/recipes-graphics/packagegroups | |
parent | 37619d9ddac845bf4d0503aa81d5e26cb05343db (diff) | |
download | poky-176a46b088135f2891983bb8540bc45389341d90.tar.gz |
packagegroup-core-clutter: use clutter-1.0 packages
(From OE-Core rev: f45aa6e07318f22ede4614b28ea15cd48f5e4095)
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/packagegroups')
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb index 7b1cedc7f5..cb2aba0a5f 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb | |||
@@ -5,7 +5,7 @@ | |||
5 | SUMMARY = "Clutter package groups" | 5 | SUMMARY = "Clutter package groups" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | 7 | ||
8 | PR = "r5" | 8 | PR = "r6" |
9 | 9 | ||
10 | inherit packagegroup | 10 | inherit packagegroup |
11 | 11 | ||
@@ -20,7 +20,7 @@ RCONFLICTS_${PN}-core = "task-core-clutter-core" | |||
20 | 20 | ||
21 | SUMMARY_${PN}-core = "Clutter graphics library" | 21 | SUMMARY_${PN}-core = "Clutter graphics library" |
22 | RDEPENDS_${PN}-core = "\ | 22 | RDEPENDS_${PN}-core = "\ |
23 | clutter-1.8 \ | 23 | clutter-1.0 \ |
24 | clutter-gst-1.8 \ | 24 | clutter-gst-1.0 \ |
25 | clutter-gtk-1.8 \ | 25 | clutter-gtk-1.0 \ |
26 | " | 26 | " |