diff options
-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 | } |