mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/mdnsd: install libmdnsd to staging/
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> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
ee9ab33d6f
commit
e39e3e1147
@@ -8,6 +8,7 @@ MDNSD_VERSION = 1.1
|
|||||||
MDNSD_SITE = https://github.com/troglobit/mdnsd/releases/download/v$(MDNSD_VERSION)
|
MDNSD_SITE = https://github.com/troglobit/mdnsd/releases/download/v$(MDNSD_VERSION)
|
||||||
MDNSD_LICENSE = BSD-3-Clause
|
MDNSD_LICENSE = BSD-3-Clause
|
||||||
MDNSD_LICENSE_FILES = LICENSE
|
MDNSD_LICENSE_FILES = LICENSE
|
||||||
|
MDNSD_INSTALL_STAGING = YES
|
||||||
MDNSD_DEPENDENCIES = host-pkgconf
|
MDNSD_DEPENDENCIES = host-pkgconf
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MDNSD_MQUERY),y)
|
ifeq ($(BR2_PACKAGE_MDNSD_MQUERY),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user