All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Picard <davepiq@yahoo.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/qwt : prepared package for other versions of Qt.
Date: Fri, 25 Mar 2016 15:46:59 +0100	[thread overview]
Message-ID: <56F54F63.1040001@yahoo.fr> (raw)
In-Reply-To: <20160325104839.20bcbe13@free-electrons.com>

Hi,

I get an error like :
make[1]: *** no rule to make target "qt5", needed by 
"<BASEDIR>/build/qwt-6.1.2/.stamp_configured". Stopping.

Wouldn't it be because of line 15 in package/qwt/qwt.mk ?
https://git.buildroot.net/buildroot/tree/package/qwt/qwt.mk?id=a976ee0dc834c56e67e1c832ded00ce23b5ccdb0

I changed it from :
QWT_DEPENDENCIES += qt5
to :
QWT_DEPENDENCIES += qt5base
and then I could build on. It seems like "qt5" is not a valid target 
name. By the way, where can you find what are the valid values ?




Le 25/03/2016 10:48, Thomas Petazzoni a ?crit :
> Hello,
>
> On Thu, 24 Mar 2016 21:19:50 +0100, David Picard wrote:
>> Reformatted the package configuration to make it more generic. It will thus be
>> easier to handle more than one version of Qt. Indeed, multiple versions of Qt
>> are compatible with the current Qwt. Dropped comment, considered uninformative.
>>
>> Signed-off-by: David Picard <davepiq@yahoo.fr>
>> ---
>>   package/qwt/Config.in | 10 +++-------
>>   package/qwt/qwt.mk    |  5 ++++-
>>   2 files changed, 7 insertions(+), 8 deletions(-)
>
> I've tweaked the commit log to explain a bit more that we are switching
> to use "select" rather than "depends on" for the Qt sub-options, and
> applied. Thanks!
>
> Thomas
>

  reply	other threads:[~2016-03-25 14:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-24 20:19 [Buildroot] [PATCH 1/2] package/qwt : prepared package for other versions of Qt David Picard
2016-03-24 20:19 ` [Buildroot] [PATCH 2/2] package/qwt : added support for Qt5 David Picard
2016-03-25  9:51   ` Thomas Petazzoni
2016-03-25 11:08     ` David Picard
2016-03-25  9:48 ` [Buildroot] [PATCH 1/2] package/qwt : prepared package for other versions of Qt Thomas Petazzoni
2016-03-25 14:46   ` David Picard [this message]
2016-03-25 15:30     ` Thomas Petazzoni
2016-03-25 16:16       ` David Picard
2016-03-26 12:35         ` Arnout Vandecappelle
  -- strict thread matches above, loose matches on Subject: below --
2016-03-24 13:36 David Picard
2016-03-16 17:37 David Picard
2016-03-20 22:13 ` Thomas Petazzoni
2016-03-20 22:18   ` Thomas Petazzoni

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=56F54F63.1040001@yahoo.fr \
    --to=davepiq@yahoo.fr \
    --cc=buildroot@busybox.net \
    /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.