From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'external/poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb') diff --git a/external/poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb b/external/poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb index de5b7cf5..074f7132 100644 --- a/external/poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb +++ b/external/poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb @@ -7,13 +7,14 @@ 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" SRC_URI[sha256sum] = "2ba744ea8d578d1c57c85884e94a3042ee17843a5294434d3a7f6c4d67e7caf2" -inherit autotools distro_features_check +inherit autotools features_check + +COMPATIBLE_HOST_libc-musl = 'null' # The systemd has its own copy of nss-myhostname CONFLICT_DISTRO_FEATURES = "systemd" -- cgit 1.2.3-korg