All of lore.kernel.org
 help / color / mirror / Atom feed
From: <Mikko.Rapeli@bmw.de>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-qt5][PATCH v2] cmake_qt5.bbclass: add DEPENDS to qtbase
Date: Wed, 9 Dec 2015 09:38:44 +0000	[thread overview]
Message-ID: <20151209093842.GC21728@loska> (raw)
In-Reply-To: <1449653187-16148-1-git-send-email-mikko.rapeli@bmw.de>

On Wed, Dec 09, 2015 at 11:26:27AM +0200, Mikko Rapeli wrote:
> All packages using this class need it and it is too easy for developers
> to miss and leave race conditions into builds.
> 
> Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
> ---
>  classes/cmake_qt5.bbclass | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/classes/cmake_qt5.bbclass b/classes/cmake_qt5.bbclass
> index 94a60dc..f63be3c 100644
> --- a/classes/cmake_qt5.bbclass
> +++ b/classes/cmake_qt5.bbclass
> @@ -1,6 +1,8 @@
>  inherit cmake
>  inherit qmake5_paths
>  
> +DEPENDS_prepend = "qtbase"

Scrap this, leading space only was not needed. Sorry.

-Mikko

> +
>  EXTRA_OECMAKE += " \
>      -DOE_QMAKE_PATH_PREFIX=${OE_QMAKE_PATH_PREFIX} \
>      -DOE_QMAKE_PATH_HEADERS=${OE_QMAKE_PATH_HEADERS} \
> -- 
> 2.6.2
> 

      reply	other threads:[~2015-12-09  9:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-09  9:26 [meta-qt5][PATCH v2] cmake_qt5.bbclass: add DEPENDS to qtbase Mikko Rapeli
2015-12-09  9:38 ` Mikko.Rapeli [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=20151209093842.GC21728@loska \
    --to=mikko.rapeli@bmw.de \
    --cc=openembedded-devel@lists.openembedded.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.