diff options
| -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" | ||
