From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: "Søren Holm" <sgh@sgh.dk>
Subject: Re: [meta-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to "Headers"
Date: Tue, 11 Mar 2014 14:17:04 +0100 [thread overview]
Message-ID: <20140311131704.GM26981@jama> (raw)
In-Reply-To: <1394542497-23181-1-git-send-email-sgh@sgh.dk>
[-- Attachment #1: Type: text/plain, Size: 1390 bytes --]
On Tue, Mar 11, 2014 at 01:54:57PM +0100, Søren Holm wrote:
> Without this we get Headers = "/usr/include" which is not meaningfull
> since is is searched by defaukt. What we realy want is "/usr/local${QT_DIR_NAME}"
> which is my default "qt5" giving "/usr/include/qt5".
Please see discussion about this patch which is already applied:
https://github.com/meta-qt5/meta-qt5/commit/2bd5fba34dd350807ac07828cd883d5b6c7ec631
>
> Signed-off-by: Søren Holm <sgh@sgh.dk>
> ---
> classes/qmake5_base.bbclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass
> index 2db0fa3..24c1483 100644
> --- a/classes/qmake5_base.bbclass
> +++ b/classes/qmake5_base.bbclass
> @@ -56,7 +56,7 @@ do_generate_qt_config_file() {
> cat > ${QT_CONF_PATH} <<EOF
> [Paths]
> Prefix = ${OE_QMAKE_PATH_PREFIX}
> -Headers = ${OE_QMAKE_PATH_HEADERS}
> +Headers = ${OE_QMAKE_PATH_HEADERS}/${QT_DIR_NAME}
> Libraries = ${OE_QMAKE_PATH_LIBS}
> ArchData = ${OE_QMAKE_PATH_ARCHDATA}
> Data = ${OE_QMAKE_PATH_DATA}
> --
> 1.9.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2014-03-11 13:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-11 12:54 [meta-qt5][PATCH] qmake5_base: Add QT_DIR_NAME to "Headers" Søren Holm
2014-03-11 13:08 ` Søren Holm
2014-03-11 13:17 ` Martin Jansa [this message]
2014-03-11 13:39 ` Søren Holm
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=20140311131704.GM26981@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=sgh@sgh.dk \
/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.