From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] meta-toolchain-arago: Fix mkspecs and qt.conf for Qt Creator
Date: Wed, 5 Jun 2013 15:15:34 -0400 [thread overview]
Message-ID: <20130605191533.GS12092@edge> (raw)
In-Reply-To: <1370459422-30924-1-git-send-email-fcooper@ti.com>
On Wed, Jun 05, 2013 at 02:10:22PM -0500, Franklin S. Cooper Jr wrote:
> * Needed to adjust the location of the mkspecs and update the Prefix option in
> qt.conf for Qt Creator to properly detect the Qt installation within the SDK.
>
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
> .../meta/meta-toolchain-arago-tisdk.bb | 2 +-
> .../recipes-core/meta/meta-toolchain-arago-qte.bb | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb b/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb
> index 114ae1c..68df1bf 100644
> --- a/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb
> +++ b/meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb
> @@ -4,7 +4,7 @@ TOOLCHAIN_CLEANUP_PACKAGES ?= "libgnutls-dev libgnutls-extra26 libgnutls-openssl
>
> require recipes-core/meta/meta-toolchain-arago-qte.bb
>
> -PR = "r2"
> +PR = "r3"
>
> toolchain_create_sdk_env_script_append() {
> echo -e 'export PS1="\[\\e[32;1m\][linux-devkit]\[\\e[0m\]:\w> "' >> $script
> diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb
> index 11ff5b4..a104ca0 100644
> --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb
> +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago-qte.bb
> @@ -5,7 +5,7 @@ TOOLCHAIN_SUFFIX ?= "-qte-sdk"
>
> require meta-toolchain-arago.bb
>
> -PR = "r14"
> +PR = "r15"
>
> QT_DIR_NAME = "qtopia"
>
> @@ -35,11 +35,11 @@ toolchain_create_sdk_env_script_append() {
> qt_conf="${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}/qt.conf"
> touch $qt_conf
> echo '[Paths]' >> $qt_conf
> - echo 'Prefix = $(SDK_PATH)' >> $qt_conf
> + echo 'Prefix = $(SDK_PATH_TARGET)' >> $qt_conf
> echo 'Libraries = $(OE_QMAKE_LIBDIR_QT)' >> $qt_conf
> echo 'Headers = $(OE_QMAKE_INCDIR_QT)' >> $qt_conf
>
> # make a symbolic link to mkspecs for compatibility with Nokia's SDK
> # and QTCreator
> - (cd ${SDK_OUTPUT}/${SDKPATH}; ln -sf sysroots/${REAL_MULTIMACH_TARGET_SYS}${datadir}/${QT_DIR_NAME}/mkspecs mkspecs;)
> + (cd ${SDK_OUTPUT}/${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}; ln -sf usr/share/${QT_DIR_NAME}/mkspecs mkspecs;)
Can use SDKTARGETSYSROOT here.
> }
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2013-06-05 19:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-05 19:10 [PATCH] meta-toolchain-arago: Fix mkspecs and qt.conf for Qt Creator Franklin S. Cooper Jr
2013-06-05 19:15 ` Denys Dmytriyenko [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=20130605191533.GS12092@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.org \
/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.