[OE-core] [PATCH 3/6] clutter-box2d: remove

Ross Burton ross.burton at intel.com
Fri Feb 1 13:01:19 UTC 2013


This is a specialised physics engine for Clutter, and isn't suitable for
oe-core.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/clutter/clutter-box2d.inc    |   15 ---------------
 meta/recipes-graphics/clutter/clutter-box2d_git.bb |   14 --------------
 2 files changed, 29 deletions(-)
 delete mode 100644 meta/recipes-graphics/clutter/clutter-box2d.inc
 delete mode 100644 meta/recipes-graphics/clutter/clutter-box2d_git.bb

diff --git a/meta/recipes-graphics/clutter/clutter-box2d.inc b/meta/recipes-graphics/clutter/clutter-box2d.inc
deleted file mode 100644
index 056b091..0000000
--- 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"
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 d256a28..0000000
--- a/meta/recipes-graphics/clutter/clutter-box2d_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require clutter-box2d.inc
-
-LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b"
-
-SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2"
-PV = "0.12.1+git${SRCPV}"
-PR = "r1"
-
-SRC_URI = "git://git.gnome.org/clutter-box2d.git"
-
-S = "${WORKDIR}/git"
-
-DEPENDS += "clutter-1.8"
-PROVIDES = "clutter-box2d-1.6"
-- 
1.7.10.4





More information about the Openembedded-core mailing list