From: Joachim Wiberg <troglobit@gmail.com>
To: buildroot@buildroot.org
Cc: Joachim Wiberg <troglobit@gmail.com>
Subject: [Buildroot] [PATCH 2/3] package/mdnsd: install libmdnsd to staging/
Date: Fri, 17 Jul 2026 16:25:27 +0200 [thread overview]
Message-ID: <20260717142528.2709557-2-troglobit@gmail.com> (raw)
In-Reply-To: <20260717142528.2709557-1-troglobit@gmail.com>
The mdnsd project has always been both a daemon and a library you can
link to your own application. With v1.0 a major bug (requiremnt on an
internal header, config.h) has been removed, enabling installation of
.a and .h files to staging.
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
package/mdnsd/mdnsd.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/mdnsd/mdnsd.mk b/package/mdnsd/mdnsd.mk
index c938890508..ca443f6211 100644
--- a/package/mdnsd/mdnsd.mk
+++ b/package/mdnsd/mdnsd.mk
@@ -8,6 +8,7 @@ MDNSD_VERSION = 1.1
MDNSD_SITE = https://github.com/troglobit/mdnsd/releases/download/v$(MDNSD_VERSION)
MDNSD_LICENSE = BSD-3-Clause
MDNSD_LICENSE_FILES = LICENSE
+MDNSD_INSTALL_STAGING = YES
MDNSD_DEPENDENCIES = host-pkgconf
ifeq ($(BR2_PACKAGE_MDNSD_MQUERY),y)
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-07-17 14:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-17 14:25 [Buildroot] [PATCH 1/3] package/mdnsd: bump to v1.1 Joachim Wiberg
2026-07-17 14:25 ` Joachim Wiberg [this message]
2026-07-17 14:25 ` [Buildroot] [PATCH 3/3] support/testing: mdnsd: new runtime test Joachim Wiberg
2026-07-19 11:07 ` [Buildroot] [PATCH 1/3] package/mdnsd: bump to v1.1 Julien Olivain via buildroot
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=20260717142528.2709557-2-troglobit@gmail.com \
--to=troglobit@gmail.com \
--cc=buildroot@buildroot.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox