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:14:00 +0000 |
commit | 9eec14d658c12525cb81d0ef3227b55e65d1c69b (patch) | |
tree | 795154e088d9f213d2b0658ab0a24dafe5dbbdf1 /meta/recipes-graphics/clutter/clutter-box2d.inc | |
parent | 175af7282fc423f1f473b686b43a0d413adff5a3 (diff) | |
download | openembedded-core-9eec14d658c12525cb81d0ef3227b55e65d1c69b.tar.gz openembedded-core-9eec14d658c12525cb81d0ef3227b55e65d1c69b.tar.bz2 openembedded-core-9eec14d658c12525cb81d0ef3227b55e65d1c69b.zip |
clutter-box2d: remove
This is a specialised physics engine for Clutter, and isn't suitable for
oe-core.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-box2d.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-box2d.inc | 15 |
1 files changed, 0 insertions, 15 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 @@ -DESCRIPTION = "Clutter Box2D" -HOMEPAGE = "http://www.clutter-project.org/" -LICENSE = "LGPLv2.1+" - -# The main clutter lib is machine specific so we need to be too -PACKAGE_ARCH = "${MACHINE_ARCH}" - -inherit autotools pkgconfig gtk-doc - -do_install_append () { - install -d ${D}${bindir} - install ${S}/examples/.libs/blockbox ${D}${bindir} -} - -FILESPATH = "${FILE_DIRNAME}/clutter-box2d" |