diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-02-28 12:09:01 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-02 15:27:45 +0100 |
| commit | d7bf59c8cb5b9179f23968c68061615363f7c2b0 (patch) | |
| tree | df41c239709c379959ce7be043e382f7bddb2e08 | |
| parent | 669b6f71a15364992c0c0097ef19e0ce8dc871e6 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-graphics/clutter/clutter-box2d.inc | 15 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb | 14 |
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 0000000000..056b091847 --- /dev/null +++ b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 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-oe/recipes-graphics/clutter/clutter-box2d_git.bb b/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb new file mode 100644 index 0000000000..d256a285cc --- /dev/null +++ b/meta-oe/recipes-graphics/clutter/clutter-box2d_git.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 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" | ||
