diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-01 12:24:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-04 13:18:26 +0000 |
commit | da8c8276b9a90e9854eab45578b947c774d60c0f (patch) | |
tree | bc76eb6c94018226755fa8e2173760e296eb4d79 /meta/recipes-graphics/clutter | |
parent | a233b048ebdde6a533a6952244df24afb72797d5 (diff) | |
download | poky-da8c8276b9a90e9854eab45578b947c774d60c0f.tar.gz |
clutter-box2d: remove
This is a specialised physics engine for Clutter, and isn't suitable for
oe-core.
(From OE-Core rev: 9eec14d658c12525cb81d0ef3227b55e65d1c69b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-box2d.inc | 15 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-box2d_git.bb | 14 |
2 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d.inc b/meta/recipes-graphics/clutter/clutter-box2d.inc deleted file mode 100644 index 056b091847..0000000000 --- a/meta/recipes-graphics/clutter/clutter-box2d.inc +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | DESCRIPTION = "Clutter Box2D" | ||
2 | HOMEPAGE = "http://www.clutter-project.org/" | ||
3 | LICENSE = "LGPLv2.1+" | ||
4 | |||
5 | # The main clutter lib is machine specific so we need to be too | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
8 | inherit autotools pkgconfig gtk-doc | ||
9 | |||
10 | do_install_append () { | ||
11 | install -d ${D}${bindir} | ||
12 | install ${S}/examples/.libs/blockbox ${D}${bindir} | ||
13 | } | ||
14 | |||
15 | FILESPATH = "${FILE_DIRNAME}/clutter-box2d" | ||
diff --git a/meta/recipes-graphics/clutter/clutter-box2d_git.bb b/meta/recipes-graphics/clutter/clutter-box2d_git.bb deleted file mode 100644 index d256a285cc..0000000000 --- a/meta/recipes-graphics/clutter/clutter-box2d_git.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | require clutter-box2d.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b" | ||
4 | |||
5 | SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2" | ||
6 | PV = "0.12.1+git${SRCPV}" | ||
7 | PR = "r1" | ||
8 | |||
9 | SRC_URI = "git://git.gnome.org/clutter-box2d.git" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | DEPENDS += "clutter-1.8" | ||
14 | PROVIDES = "clutter-box2d-1.6" | ||