mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] paho-mqtt-c.make: add missing libraries
Date: Fri, 17 Feb 2023 18:20:31 +0100	[thread overview]
Message-ID: <20230217172031.1822298-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230106112834.171774-1-r.schwebel@pengutronix.de>

Thanks, applied as 02075b0d7946541262cdcceaf35282d736bd1355.

Michael

[sent from post-receive hook]

On Fri, 17 Feb 2023 18:20:31 +0100, Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> The build system creates a client library (c) and an async library (a),
> both in a non-SSL and SSL variant. Let's install all of them, as we
> don't know which ones are needed.
> 
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> Message-Id: <20230106112834.171774-1-r.schwebel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/paho-mqtt-c.make b/rules/paho-mqtt-c.make
> index 8e229cfe2cc9..fdd81ebb1878 100644
> --- a/rules/paho-mqtt-c.make
> +++ b/rules/paho-mqtt-c.make
> @@ -51,7 +51,14 @@ $(STATEDIR)/paho-mqtt-c.targetinstall:
>  	@$(call install_fixup, paho-mqtt-c,AUTHOR,"Marc Kleine-Budde <mkl@pengutronix.de>")
>  	@$(call install_fixup, paho-mqtt-c,DESCRIPTION,missing)
>  
> +#	# async library without ssh
> +	@$(call install_lib, paho-mqtt-c, 0, 0, 0644, libpaho-mqtt3a)
> +#	# async library with ssh
>  	@$(call install_lib, paho-mqtt-c, 0, 0, 0644, libpaho-mqtt3as)
> +#	# client library without ssl
> +	@$(call install_lib, paho-mqtt-c, 0, 0, 0644, libpaho-mqtt3c)
> +#	# client library with ssl
> +	@$(call install_lib, paho-mqtt-c, 0, 0, 0644, libpaho-mqtt3cs)
>  
>  	@$(call install_finish, paho-mqtt-c)
>  



      parent reply	other threads:[~2023-02-17 17:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-06 11:28 [ptxdist] [PATCH v3 1/2] " Robert Schwebel
2023-01-06 11:28 ` [ptxdist] [PATCH v3 2/2] paho-mqtt-c: version bump 1.3.0 -> 1.3.12 Robert Schwebel
2023-01-06 16:01   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-02-17 17:20 ` Michael Olbrich [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=20230217172031.1822298-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=r.schwebel@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox