diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-29 13:09:23 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:50:54 +0000 |
commit | da1c3e3f95852a929bed3e5ad608dddfc87a67ec (patch) | |
tree | efc7cbfbb14856aa95dbcdbd04b0ae1330e81b3c /meta/recipes-core | |
parent | b231f147925d1b0ffd928fd455722c30f4bd4982 (diff) | |
download | poky-da1c3e3f95852a929bed3e5ad608dddfc87a67ec.tar.gz |
clutter-box2d: drop unbuildable clutter-box2d-1.6_0.10.0
It's very old at this point and doesn't build with recent clutter
(From OE-Core rev: 04d2bb8e83aaac856f03f3fc9772285bd82182e4)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/tasks/task-core-tools.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 3159e0668c..12d4ff94e4 100644 --- a/meta/recipes-core/tasks/task-core-tools.bb +++ b/meta/recipes-core/tasks/task-core-tools.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "Tools tasks for OE-Core" | |||
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 7 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | PR = "r12" | 9 | PR = "r13" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-core-tools-debug \ | 12 | task-core-tools-debug \ |
@@ -97,5 +97,5 @@ RDEPENDS_task-core-tools-testapps = "\ | |||
97 | xwininfo \ | 97 | xwininfo \ |
98 | xprop \ | 98 | xprop \ |
99 | xvideo-tests \ | 99 | xvideo-tests \ |
100 | clutter-box2d-1.6 \ | 100 | clutter-box2d \ |
101 | " | 101 | " |