summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-02-28 12:09:01 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-03-02 15:27:45 +0100
commitd7bf59c8cb5b9179f23968c68061615363f7c2b0 (patch)
treedf41c239709c379959ce7be043e382f7bddb2e08 /meta-oe/recipes-graphics
parent669b6f71a15364992c0c0097ef19e0ce8dc871e6 (diff)
downloadmeta-openembedded-d7bf59c8cb5b9179f23968c68061615363f7c2b0.tar.gz
clutter-box2d: add, from oe-core
This was removed from oe-core but it's still useful, so add it to meta-oe. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/clutter/clutter-box2d.inc15
-rw-r--r--meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb14
2 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/clutter/clutter-box2d.inc b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
new file mode 100644
index 000000000..056b09184
--- /dev/null
+++ b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
@@ -0,0 +1,15 @@
1DESCRIPTION = "Clutter Box2D"
2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPLv2.1+"
4
5# The main clutter lib is machine specific so we need to be too
6PACKAGE_ARCH = "${MACHINE_ARCH}"
7
8inherit autotools pkgconfig gtk-doc
9
10do_install_append () {
11 install -d ${D}${bindir}
12 install ${S}/examples/.libs/blockbox ${D}${bindir}
13}
14
15FILESPATH = "${FILE_DIRNAME}/clutter-box2d"
diff --git a/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb b/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb
new file mode 100644
index 000000000..d256a285c
--- /dev/null
+++ b/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb
@@ -0,0 +1,14 @@
1require clutter-box2d.inc
2
3LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b"
4
5SRCREV = "de5452e56b537a11fd7f9453d048ff4b4793b5a2"
6PV = "0.12.1+git${SRCPV}"
7PR = "r1"
8
9SRC_URI = "git://git.gnome.org/clutter-box2d.git"
10
11S = "${WORKDIR}/git"
12
13DEPENDS += "clutter-1.8"
14PROVIDES = "clutter-box2d-1.6"