blob: b7a967b43d0914fdf395c9591f9158887e0549c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DEPENDS = "clutter-box2d"
SRCREV = "8f2cb524fe06555182c25b4ba3202d7b368ac0ce"
PV = "0.0+gitr${SRCREV}"
PR = "r1"
PE = "1"
SRC_URI = "git://git.moblin.org/repos/users/pippin/prototype.git/;protocol=http \
file://paths.patch;apply=yes"
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/
}
|