All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Roy Kollen Svendsen <roykollensvendsen@gmail.com>
Cc: Christian Hitz <christian@klarinett.li>,
	Christian Hitz <christian.hitz@bbv.ch>,
	Jesse Van Gavere <jesseevg@gmail.com>,
	Samuel Martin <s.martin49@gmail.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH v3] package/qt6/qt6scxml: new package
Date: Sat, 14 Sep 2024 17:14:26 +0200	[thread overview]
Message-ID: <20240914171426.10f526db@windsurf> (raw)
In-Reply-To: <CA+R_depEZMghW6+r2v90xw-pqvgwx_yNOEhgkqQGrQy76NjSPg@mail.gmail.com>

Hello Roy,

Thanks for the review! I've taken it into account when merging. See below.

On Fri, 13 Sep 2024 09:17:35 +0200
Roy Kollen Svendsen <roykollensvendsen@gmail.com> wrote:

> > diff --git a/package/qt6/qt6scxml/Config.in
> > b/package/qt6/qt6scxml/Config.in
> > new file mode 100644
> > index 0000000000..ff738bdc17
> > --- /dev/null
> > +++ b/package/qt6/qt6scxml/Config.in
> > @@ -0,0 +1,14 @@
> > +config BR2_PACKAGE_QT6SCXML
> > +       bool "qt6scxml"
> > +       help
> > +         This repository contains two relates state machine modules:
> >  
> 
> I think this is more correct:
> 
>          This package contains the following Qt modules:
> 
> 
> > +
> > +         * Qt6::StateMachine: The State Machine framework provides
> >  
> 
> Maybe indent with two spaces the bullet points and associated text. I've
> seen this in other packages.
> 
> Example from bind:
> 
> help
>  BIND (Berkeley Internet Name Domain) is an
>  implementation of the Domain Name System (DNS) protocols
>  and provides an openly redistributable reference
>  implementation of the major components of the Domain
>  Name System, including:
> 
>    * a Domain Name System server (named)
>    * a Domain Name System resolver library
>    * tools for verifying the proper operation of the DNS
>      server
> 
> Maybe drop the '::' so the name correspond to what is found in the
> documentation:
> 
>  * Qt StateMachine: The State Machine framework provides

I indeed rephrased a bit the help text. Not exactly as you suggested,
because I also made it consistent with other Qt6 packages, but
definitely took into account your suggestions.


> +           create state machines from SCXML files.
> > +
> > +         https://doc.qt.io/qt-6/qtscxml-index.html  
> 
> 
> Maybe we should also say something about the statemachine compiler tool?

I wasn't sure what to add, and it can be added as a follow-up patch if
needed.

> Some test qml files are under GPL-3.0-only. So I think it would be best to
> summarize as (buildsystem, examples, snippets)

ACK, taken into account.

> > +ifeq ($(BR2_PACKAGE_QT6DECLARATIVE),y)
> > +QT6SCXML_DEPENDENCIES += qt6declarative
> > +HOST_QT6SCXML_DEPENDENCIES += host-qt6declarative
> 
> What if we only build host-qt6scxml?

It is not possible to build just host-qt6scxml. For now, it's a
"hidden" host package, in the sense that it can only be built as a
dependency of target qt6scxml. So I think that solution was good
enough: when target qt6scxml is built with declarative support, it
needs host-qt6scxml to have been built with declarative support.

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2024-09-14 15:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-11 13:15 [Buildroot] [PATCH] package/qt6/qt6scxml: new package Christian Hitz via buildroot
2024-09-11 13:48 ` Roy Kollen Svendsen
2024-09-11 14:05   ` Roy Kollen Svendsen
2024-09-11 14:02 ` [Buildroot] [PATCH v2] " Christian Hitz via buildroot
2024-09-12  9:02   ` [Buildroot] [PATCH v3] " Christian Hitz via buildroot
2024-09-13  7:17     ` Roy Kollen Svendsen
2024-09-13  7:41       ` Roy Kollen Svendsen
2024-09-14 15:14       ` Thomas Petazzoni via buildroot [this message]
2024-09-14 14:44     ` Thomas Petazzoni via buildroot
2024-09-11 21:07 ` [Buildroot] [PATCH] " Roy Kollen Svendsen

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=20240914171426.10f526db@windsurf \
    --to=buildroot@buildroot.org \
    --cc=christian.hitz@bbv.ch \
    --cc=christian@klarinett.li \
    --cc=jesseevg@gmail.com \
    --cc=roykollensvendsen@gmail.com \
    --cc=s.martin49@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /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.