Add moblin-proto, drop ununused clutter-box2d patch

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5056 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-08-12 11:18:59 +00:00
parent 67e520f96f
commit 5bbdd31d82
3 changed files with 58 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
DEPENDS = "clutter-box2d"
PV = "0.0+git${SRCREV}"
SRC_URI = "git://moblin.org/repos/users/pippin/prototype.git/;protocol=http \
file://fix.patch;patch=1"
S = "${WORKDIR}/git"
do_install () {
install -d ${D}${bindir}
install ${S}/moblin-proto ${D}${bindir}
}