mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Tamino Bauknecht <dev@tb6.eu>
To: ptxdist@pengutronix.de
Cc: Tamino Bauknecht <dev@tb6.eu>
Subject: [ptxdist] [PATCH] Fix mosquitto installation
Date: Thu, 15 Sep 2022 21:30:24 +0200	[thread overview]
Message-ID: <20220915193024.13117-1-dev@tb6.eu> (raw)

Because the previous MOSQUITTO_CONF_OPT configuration used
CROSS_CMAKE_USR, the installation of /etc/mosquitto/mosquitto.conf
failed since the source was located at
/usr/etc/mosquitto/mosquitto.conf.
Using CROSS_CMAKE_ROOT instead fixes this issue and all files are
installed to the correct location.

Signed-off-by: Tamino Bauknecht <dev@tb6.eu>
---
 rules/mosquitto.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/mosquitto.make b/rules/mosquitto.make
index eedb5ca58..f8887e019 100644
--- a/rules/mosquitto.make
+++ b/rules/mosquitto.make
@@ -34,7 +34,7 @@ MOSQUITTO_LICENSE_FILES	:= \
 
 MOSQUITTO_CONF_TOOL	:= cmake
 MOSQUITTO_CONF_OPT	:= \
-	$(CROSS_CMAKE_USR) \
+	$(CROSS_CMAKE_ROOT) \
 	-DDOCUMENTATION=OFF \
 	-DINC_BRIDGE_SUPPORT=ON \
 	-DINC_DB_UPGRADE=ON \
-- 
2.37.3




             reply	other threads:[~2022-09-19 10:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-15 19:30 Tamino Bauknecht [this message]
2022-11-18  8:45 ` Michael Olbrich

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=20220915193024.13117-1-dev@tb6.eu \
    --to=dev@tb6.eu \
    --cc=ptxdist@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