mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
helix-libs, ribosome: Set COMPATIBLE_HOST since x86 only
This commit is contained in:
@@ -19,6 +19,8 @@ export BUILDRC=${BUILD_ROOT}/buildrc
|
|||||||
export SYSTEM_ID=linux-2.2-libc6-gcc32-i586
|
export SYSTEM_ID=linux-2.2-libc6-gcc32-i586
|
||||||
export BUILD=$BUILD_ROOT/bin/build.py
|
export BUILD=$BUILD_ROOT/bin/build.py
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = '(i.86.*-linux)'
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
${BUILD} -k -trelease -mclutter -Phelix-client-all-defines clutter
|
${BUILD} -k -trelease -mclutter -Phelix-client-all-defines clutter
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ SRC_URI = "${_TARBALL_SERVER}/ribosome-${_SNAPSHOT}.tar.bz2 \
|
|||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = '(i.86.*-linux)'
|
||||||
|
|
||||||
do_stage() {
|
do_stage() {
|
||||||
# Install build system of doom
|
# Install build system of doom
|
||||||
install -d ${STAGING_DIR_HOST}${libdir}
|
install -d ${STAGING_DIR_HOST}${libdir}
|
||||||
|
|||||||
Reference in New Issue
Block a user