aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-20 12:36:03 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-03-20 12:36:03 +0100
commitbaeb146484ada54936f77f309242d809a1516c21 (patch)
tree6f07461224e03bacba221080fbfbb6d15037ccb5 /meta-linaro/recipes-extra
parent8cc120e8fe404db27b76e7e4cf70dc55377170d7 (diff)
nss-myhostname: merged into OE
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra')
-rw-r--r--meta-linaro/recipes-extra/nss-myhostname/nss-myhostname_0.3.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-linaro/recipes-extra/nss-myhostname/nss-myhostname_0.3.bb b/meta-linaro/recipes-extra/nss-myhostname/nss-myhostname_0.3.bb
deleted file mode 100644
index d5ed084e..00000000
--- a/meta-linaro/recipes-extra/nss-myhostname/nss-myhostname_0.3.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "plugin for the GNU Name Service Switch (NSS) functionality of \
-the GNU C Library (glibc) providing host name resolution for the locally \
-configured system hostname as returned by gethostname(2)."
-HOMEPAGE = "http://0pointer.de/lennart/projects/nss-myhostname/"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
-
-SRC_URI = "http://0pointer.de/lennart/projects/nss-myhostname/nss-myhostname-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "d4ab9ac36c053ab8fb836db1cbd4a48f"
-SRC_URI[sha256sum] = "2ba744ea8d578d1c57c85884e94a3042ee17843a5294434d3a7f6c4d67e7caf2"
-
-inherit autotools
-
-pkg_postinst_${PN} () {
- sed -e '/^hosts:/s/\s*\<myhostname\>//' \
- -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 myhostname \3\4\5/' \
- -i $D/etc/nsswitch.conf
-}
-
-pkg_prerm_${PN} () {
- sed -e '/^hosts:/s/\s*\<myhostname\>//' \
- -e '/^hosts:/s/\s*myhostname//' \
- -i $D/etc/nsswitch.conf
-}