summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/moblin-proto_git.bb
blob: 00b5b5e3f3ed212c98b46addbe19478f54a83f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}
}