mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
ribosome: Build workarounds
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -7,6 +7,7 @@ _SNAPSHOT = "22102008"
|
|||||||
_TARBALL_SERVER = "http://git.moblin.org/repos/users/rusty"
|
_TARBALL_SERVER = "http://git.moblin.org/repos/users/rusty"
|
||||||
|
|
||||||
PV="r0"
|
PV="r0"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "${_TARBALL_SERVER}/ribosome-${_SNAPSHOT}.tar.bz2 \
|
SRC_URI = "${_TARBALL_SERVER}/ribosome-${_SNAPSHOT}.tar.bz2 \
|
||||||
${_TARBALL_SERVER}/client-bif-${_SNAPSHOT}.tar.bz2 \
|
${_TARBALL_SERVER}/client-bif-${_SNAPSHOT}.tar.bz2 \
|
||||||
@@ -36,4 +37,7 @@ do_install() {
|
|||||||
|
|
||||||
# Install our own custom BIF
|
# Install our own custom BIF
|
||||||
install -m 0644 ribosome/*.bif ${D}${libdir}/ribosome/bif-cvs/helix/client/build/BIF/
|
install -m 0644 ribosome/*.bif ${D}${libdir}/ribosome/bif-cvs/helix/client/build/BIF/
|
||||||
|
|
||||||
|
# The [ and ] characters break packaging, remove for now
|
||||||
|
rm -rf ${D}${libdir}/ribosome/test/data/utils/[client-restricted]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user