diff options
| author | Ross Burton <ross@openedhand.com> | 2008-08-18 14:18:37 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2008-08-18 14:18:37 +0000 |
| commit | 23d43ca24af604b79b639f01f733d2759f485ac2 (patch) | |
| tree | cc0c462e2d6663a30f2105a47d6e506685526cd4 /meta/packages/clutter/moblin-proto_git.bb | |
| parent | 9add0a8cc54b4faec3441083eadc259a293e6052 (diff) | |
| download | poky-23d43ca24af604b79b639f01f733d2759f485ac2.tar.gz | |
moblin-proto: update srcrev and fix build
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5070 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/clutter/moblin-proto_git.bb')
| -rw-r--r-- | meta/packages/clutter/moblin-proto_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/clutter/moblin-proto_git.bb b/meta/packages/clutter/moblin-proto_git.bb index 00b5b5e3f3..8ce97bbeab 100644 --- a/meta/packages/clutter/moblin-proto_git.bb +++ b/meta/packages/clutter/moblin-proto_git.bb | |||
| @@ -1,14 +1,18 @@ | |||
| 1 | |||
| 2 | DEPENDS = "clutter-box2d" | 1 | DEPENDS = "clutter-box2d" |
| 3 | 2 | ||
| 4 | PV = "0.0+git${SRCREV}" | 3 | PV = "0.0+git${SRCREV}" |
| 4 | PR = "r1" | ||
| 5 | 5 | ||
| 6 | SRC_URI = "git://moblin.org/repos/users/pippin/prototype.git/;protocol=http \ | 6 | SRC_URI = "git://moblin.org/repos/users/pippin/prototype.git/;protocol=http \ |
| 7 | file://fix.patch;patch=1" | 7 | file://paths.patch;patch=1" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
| 11 | do_install () { | 11 | do_install () { |
| 12 | install -d ${D}${bindir} | 12 | install -d ${D}${bindir} |
| 13 | install ${S}/moblin-proto ${D}${bindir} | 13 | install ${S}/moblin-proto ${D}${bindir} |
| 14 | |||
| 15 | install -d ${D}${datadir}/moblin-proto/ | ||
| 16 | cp -a ${S}/assets ${D}${datadir}/moblin-proto/ | ||
| 17 | cp -a ${S}/layouts ${D}${datadir}/moblin-proto/ | ||
| 14 | } | 18 | } |
