This email list is read-only. Emails sent to this list will be discarded
----------------------------------
meta/packages/helix/helix-libs.bb | 2 ++
meta/packages/helix/ribosome.bb | 2 ++
scripts/poky-env-internal | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
New commits:
commit 23f08fdde338f95966842fc53c16e98a8418bbb7
Author: Richard Purdie <[EMAIL PROTECTED]>
Date: Tue Oct 28 10:01:03 2008 +0000
scripts/poky-env-internal: Unset BDIR after use
commit 4041c25dea14d097f32aebc4b3c3dfb43e58738d
Author: Richard Purdie <[EMAIL PROTECTED]>
Date: Tue Oct 28 10:00:28 2008 +0000
helix-libs, ribosome: Set COMPATIBLE_HOST since x86 only
Diff in this email is a maximum of 400 lines.
diff --git a/meta/packages/helix/helix-libs.bb
b/meta/packages/helix/helix-libs.bb
index 83c9d81..604ec62 100644
--- a/meta/packages/helix/helix-libs.bb
+++ b/meta/packages/helix/helix-libs.bb
@@ -19,6 +19,8 @@ export BUILDRC=${BUILD_ROOT}/buildrc
export SYSTEM_ID=linux-2.2-libc6-gcc32-i586
export BUILD=$BUILD_ROOT/bin/build.py
+COMPATIBLE_HOST = '(i.86.*-linux)'
+
do_compile() {
${BUILD} -k -trelease -mclutter -Phelix-client-all-defines clutter
}
diff --git a/meta/packages/helix/ribosome.bb b/meta/packages/helix/ribosome.bb
index 4339a6c..840fc85 100644
--- a/meta/packages/helix/ribosome.bb
+++ b/meta/packages/helix/ribosome.bb
@@ -16,6 +16,8 @@ SRC_URI = "${_TARBALL_SERVER}/ribosome-${_SNAPSHOT}.tar.bz2 \
S = "${WORKDIR}"
+COMPATIBLE_HOST = '(i.86.*-linux)'
+
do_stage() {
# Install build system of doom
install -d ${STAGING_DIR_HOST}${libdir}
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index ee7a0a9..c08bfd5 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -37,6 +37,8 @@ PKGDIR_MOBLIN="$OEROOT/meta-moblin/"
BUILDDIR="$OEROOT/$BDIR/"
MSG=''
+unset BDIR
+
BUILD_ARCH=`uname -m`
BUILD_OS=`uname | tr [A-Z] [a-z]`
BUILD_SYS="$BUILD_ARCH-$BUILD_OS"
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits