diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-30 09:56:27 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-30 09:56:27 +0000 |
commit | 67a8d2dc46cd5e5444374df6eab2ab3f846c687c (patch) | |
tree | f5c42d6f53a6ddb0429c9352cb3b97aab80d7cea | |
parent | 20abebf95f2b1e70ce0e85307e9af688b90521d9 (diff) | |
download | poky-67a8d2dc46cd5e5444374df6eab2ab3f846c687c.tar.gz |
ribosome: Build workarounds
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/helix/ribosome.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/helix/ribosome.bb b/meta/packages/helix/ribosome.bb index 6e8ae1f680..3cea6f6755 100644 --- a/meta/packages/helix/ribosome.bb +++ b/meta/packages/helix/ribosome.bb | |||
@@ -7,6 +7,7 @@ _SNAPSHOT = "22102008" | |||
7 | _TARBALL_SERVER = "http://git.moblin.org/repos/users/rusty" | 7 | _TARBALL_SERVER = "http://git.moblin.org/repos/users/rusty" |
8 | 8 | ||
9 | PV="r0" | 9 | PV="r0" |
10 | PR = "r1" | ||
10 | 11 | ||
11 | SRC_URI = "${_TARBALL_SERVER}/ribosome-${_SNAPSHOT}.tar.bz2 \ | 12 | SRC_URI = "${_TARBALL_SERVER}/ribosome-${_SNAPSHOT}.tar.bz2 \ |
12 | ${_TARBALL_SERVER}/client-bif-${_SNAPSHOT}.tar.bz2 \ | 13 | ${_TARBALL_SERVER}/client-bif-${_SNAPSHOT}.tar.bz2 \ |
@@ -36,4 +37,7 @@ do_install() { | |||
36 | 37 | ||
37 | # Install our own custom BIF | 38 | # Install our own custom BIF |
38 | install -m 0644 ribosome/*.bif ${D}${libdir}/ribosome/bif-cvs/helix/client/build/BIF/ | 39 | install -m 0644 ribosome/*.bif ${D}${libdir}/ribosome/bif-cvs/helix/client/build/BIF/ |
40 | |||
41 | # The [ and ] characters break packaging, remove for now | ||
42 | rm -rf ${D}${libdir}/ribosome/test/data/utils/[client-restricted] | ||
39 | } | 43 | } |