summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-18 20:21:36 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-21 12:56:16 +0100
commitec528bd5edf5f85abdaef25ff73a282f5c6ce2c4 (patch)
treeb6eb36e4b12061ddb29d44795ece1b98c98a395a /meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
parent56f09cb4873f9de8efb44c640b6c9f1db8b721b7 (diff)
downloadopenembedded-core-ec528bd5edf5f85abdaef25ff73a282f5c6ce2c4.tar.gz
nss-myhostname: Stop trying to build for musl
There's no point in building an NSS module for a C library that doesn't support NSS. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb')
-rw-r--r--meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
index de5b7cf598..244d9e204e 100644
--- a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
+++ b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
@@ -7,7 +7,6 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "http://0pointer.de/lennart/projects/nss-myhostname/nss-myhostname-${PV}.tar.gz \
- file://0001-nss-myhostname-Check-for-nss.h-presense-before-use.patch \
"
SRC_URI[md5sum] = "d4ab9ac36c053ab8fb836db1cbd4a48f"
@@ -15,6 +14,8 @@ SRC_URI[sha256sum] = "2ba744ea8d578d1c57c85884e94a3042ee17843a5294434d3a7f6c4d67
inherit autotools distro_features_check
+COMPATIBLE_HOST_libc-musl = 'null'
+
# The systemd has its own copy of nss-myhostname
CONFLICT_DISTRO_FEATURES = "systemd"