All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Ilya Yanok <yanok@emcraft.com>
Cc: poky@pokylinux.org
Subject: Re: [PATCH] qt4-tools-nativesdk: -arch is required for nativesdk build
Date: Fri, 13 May 2011 15:35:29 -0700	[thread overview]
Message-ID: <4DCDB231.7080000@linux.intel.com> (raw)
In-Reply-To: <1305223897-12934-1-git-send-email-yanok@emcraft.com>

On 05/12/2011 11:11 AM, Ilya Yanok wrote:
> We need to pass correct -arch option to configure to fix building in
> case of SDK_ARCH != BUILD_ARCH.
>
> Signed-off-by: Ilya Yanok<yanok@emcraft.com>
> ---
>   meta/recipes-qt/qt4/qt4-tools-nativesdk.inc |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc b/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc
> index f273c9f..5faf40c 100644
> --- a/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc
> +++ b/meta/recipes-qt/qt4/qt4-tools-nativesdk.inc
> @@ -25,6 +25,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=fbc093901857fcd118f065f900982c24 \
>                       file://LICENSE.GPL3;md5=babc5b6b77441da277f5c06b2e547720 \
>                       file://LGPL_EXCEPTION.txt;md5=411080a56ff917a5a1aa08c98acae354"
>
> +require qt4_arch.inc
> +
>   # FIXME: make it work with "${STAGING_BINDIR_NATIVE}/pkg-config --cflags dbus-1"
>   EXTRA_OECONF = "-prefix ${prefix} \
>                   -qt-libjpeg -qt-gif -system-zlib \
> @@ -37,6 +39,7 @@ EXTRA_OECONF = "-prefix ${prefix} \
>                   -verbose -release -fast -static \
>                   -platform ${TARGET_OS}-oe-g++ \
>                   -xplatform ${TARGET_OS}-oe-g++ \
> +                -arch ${@qt_arch(d)} \
>                   -embedded -no-freetype -no-glib -no-iconv \
>                   -qt3support \
>                   -I${STAGING_DIR_HOST}${SDKPATHNATIVE}/usr/include \

Merged to oe-core and poky/master.

In the future please send changes that are meta (oe-core) to the oe-core 
alias only, no need to cross-post.

Thanks
	Sau!


      reply	other threads:[~2011-05-13 22:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-12 18:11 [PATCH] qt4-tools-nativesdk: -arch is required for nativesdk build Ilya Yanok
2011-05-13 22:35 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DCDB231.7080000@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=poky@pokylinux.org \
    --cc=yanok@emcraft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.