From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooperjr27@gmail.com>
Cc: meta-arago@arago-project.org, "Franklin S. Cooper Jr" <fcooper@ti.com>
Subject: Re: [PATCH] meta-toolchain-arago-qte: Fix Qt library and include files path
Date: Thu, 1 Nov 2012 14:57:54 -0400 [thread overview]
Message-ID: <20121101185754.GE22705@edge> (raw)
In-Reply-To: <1351795310-4966-1-git-send-email-fcooper@ti.com>
On Thu, Nov 01, 2012 at 01:41:50PM -0500, Franklin S. Cooper Jr wrote:
> * Within the toolchain sdk the Qt library files are located at
> SDK_PATH/arm-arago-linux-gnueabi/usr/lib not at SDK_PATH/usr/lib.
> The Qt include files are located in a similar location but instead of /usr/lib
> it is located at /usr/include.
> * This commit points qmake to the proper location of these Qt library and include
> files.
>
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
> .../recipes-core/meta/meta-toolchain-arago-qte.bb | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> 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 54040e0..e349783 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_OUTPUTNAME = "${SDK_NAME}-${ARMPKGARCH}-${TARGET_OS}-qte-sdk-${SDK_ARC
>
> require meta-toolchain-arago.bb
>
> -PR = "r3"
> +PR = "r4"
>
> QT_DIR_NAME = "qtopia"
>
> @@ -17,8 +17,8 @@ toolchain_create_sdk_env_script_append() {
> echo -e 'export OE_QMAKE_CXX=\x24{TARGET_PREFIX}g++' >> $script
> echo -e 'export OE_QMAKE_LINK=\x24{TARGET_PREFIX}g++' >> $script
> echo -e 'export OE_QMAKE_AR=\x24{TARGET_PREFIX}ar' >> $script
> - echo 'export OE_QMAKE_LIBDIR_QT=$SDK_PATH${libdir}' >> $script
> - echo 'export OE_QMAKE_INCDIR_QT=$SDK_PATH${includedir}/${QT_DIR_NAME}' >> $script
> + echo 'export OE_QMAKE_LIBDIR_QT=$SDK_PATH/$TARGET_SYS${libdir}' >> $script
> + echo 'export OE_QMAKE_INCDIR_QT=$SDK_PATH/$TARGET_SYS${includedir}/${QT_DIR_NAME}' >> $script
Ah, right, I didn't notice that I borked these 2 with my last patch...
> echo 'export OE_QMAKE_MOC=$SDK_PATH${bindir_nativesdk}/moc4' >> $script
> echo 'export OE_QMAKE_UIC=$SDK_PATH${bindir_nativesdk}/uic4' >> $script
> echo 'export OE_QMAKE_UIC3=$SDK_PATH${bindir_nativesdk}/uic34' >> $script
> --
> 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:[~2012-11-01 18:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-01 18:41 [PATCH] meta-toolchain-arago-qte: Fix Qt library and include files path Franklin S. Cooper Jr
2012-11-01 18:57 ` 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=20121101185754.GE22705@edge \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=fcooperjr27@gmail.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.