diff options
Diffstat (limited to 'meta-extras/packages/clutter/moblin-proto_git.bb')
| -rw-r--r-- | meta-extras/packages/clutter/moblin-proto_git.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-extras/packages/clutter/moblin-proto_git.bb b/meta-extras/packages/clutter/moblin-proto_git.bb deleted file mode 100644 index b86d622385..0000000000 --- a/meta-extras/packages/clutter/moblin-proto_git.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DEPENDS = "clutter-box2d" | ||
| 2 | |||
| 3 | PV = "0.0+git${SRCPV}" | ||
| 4 | PR = "r2" | ||
| 5 | |||
| 6 | SRC_URI = "git://moblin.org/repos/users/pippin/prototype.git/;protocol=http \ | ||
| 7 | file://paths.patch;patch=1 \ | ||
| 8 | file://fix-shader-and-callbacks.patch;patch=1" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | do_install () { | ||
| 13 | install -d ${D}${bindir} | ||
| 14 | install ${S}/moblin-proto ${D}${bindir} | ||
| 15 | |||
| 16 | install -d ${D}${datadir}/moblin-proto/ | ||
| 17 | cp -a ${S}/assets ${D}${datadir}/moblin-proto/ | ||
| 18 | cp -a ${S}/layouts ${D}${datadir}/moblin-proto/ | ||
| 19 | } | ||
