moblin-proto: update srcrev and fix build

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5070 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-08-18 14:18:37 +00:00
parent 9add0a8cc5
commit 23d43ca24a
4 changed files with 22 additions and 25 deletions

View File

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