summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
diff options
context:
space:
mode:
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.bb8
1 files changed, 4 insertions, 4 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 074f713205..742e77eb18 100644
--- a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
+++ b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "plugin for the GNU Name Service Switch (NSS) functionality of \
3the GNU C Library (glibc) providing host name resolution for the locally \ 3the GNU C Library (glibc) providing host name resolution for the locally \
4configured system hostname as returned by gethostname(2)." 4configured system hostname as returned by gethostname(2)."
5HOMEPAGE = "http://0pointer.de/lennart/projects/nss-myhostname/" 5HOMEPAGE = "http://0pointer.de/lennart/projects/nss-myhostname/"
6LICENSE = "LGPLv2.1" 6LICENSE = "LGPL-2.1-only"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
8 8
9SRC_URI = "http://0pointer.de/lennart/projects/nss-myhostname/nss-myhostname-${PV}.tar.gz \ 9SRC_URI = "http://0pointer.de/lennart/projects/nss-myhostname/nss-myhostname-${PV}.tar.gz \
@@ -14,18 +14,18 @@ SRC_URI[sha256sum] = "2ba744ea8d578d1c57c85884e94a3042ee17843a5294434d3a7f6c4d67
14 14
15inherit autotools features_check 15inherit autotools features_check
16 16
17COMPATIBLE_HOST_libc-musl = 'null' 17COMPATIBLE_HOST:libc-musl = 'null'
18 18
19# The systemd has its own copy of nss-myhostname 19# The systemd has its own copy of nss-myhostname
20CONFLICT_DISTRO_FEATURES = "systemd" 20CONFLICT_DISTRO_FEATURES = "systemd"
21 21
22pkg_postinst_${PN} () { 22pkg_postinst:${PN} () {
23 sed -e '/^hosts:/s/\s*\<myhostname\>//' \ 23 sed -e '/^hosts:/s/\s*\<myhostname\>//' \
24 -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 myhostname \3\4\5/' \ 24 -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 myhostname \3\4\5/' \
25 -i $D${sysconfdir}/nsswitch.conf 25 -i $D${sysconfdir}/nsswitch.conf
26} 26}
27 27
28pkg_prerm_${PN} () { 28pkg_prerm:${PN} () {
29 sed -e '/^hosts:/s/\s*\<myhostname\>//' \ 29 sed -e '/^hosts:/s/\s*\<myhostname\>//' \
30 -e '/^hosts:/s/\s*myhostname//' \ 30 -e '/^hosts:/s/\s*myhostname//' \
31 -i $D${sysconfdir}/nsswitch.conf 31 -i $D${sysconfdir}/nsswitch.conf