Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: openembedded-commits@lists.openembedded.org
Subject: Re: [oe-commits] Marcin Juszkiewicz : nss-myhostname: add 0.3 version
Date: Sun, 14 Apr 2013 19:57:40 +0200	[thread overview]
Message-ID: <20130414175740.GI2475@jama> (raw)
In-Reply-To: <20130318131702.8ADB35040D@opal>

[-- Attachment #1: Type: text/plain, Size: 2976 bytes --]

On Mon, Mar 18, 2013 at 01:17:02PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 9f46e4c195e4d8bc638191428492e09f1e57cc76
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9f46e4c195e4d8bc638191428492e09f1e57cc76
> 
> Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> Date:   Thu Mar 14 22:16:34 2013 +0100
> 
> nss-myhostname: add 0.3 version
> 
> Meta-linaro layer had own netbase.bbappend which took care of adding
> MACHINE name to /etc/hosts to get it resolvable.
> 
> Koen Kooi pointed to nss-myhostname as better solution. Tested, works
> fine so I add it for other users.
> 
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>

Does this conflict with systemd?

WARNING: The recipe systemd is trying to install files into a shared
area when those files already exist. Those files and their manifest
location are:
   /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/libnss_myhostname.so.2
   Matched in manifest-qemuarm-nss-myhostname
Please verify which package should provide the above files.

> 
> ---
> 
>  .../nss-myhostname/nss-myhostname_0.3.bb           |   25 ++++++++++++++++++++
>  1 files changed, 25 insertions(+), 0 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
> new file mode 100644
> index 0000000..d5ed084
> --- /dev/null
> +++ b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
> @@ -0,0 +1,25 @@
> +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
> +}
> 
> 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

       reply	other threads:[~2013-04-14 18:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20130318131702.8ADB35040D@opal>
2013-04-14 17:57 ` Martin Jansa [this message]
2013-04-14 18:20   ` [oe-commits] Marcin Juszkiewicz : nss-myhostname: add 0.3 version Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130414175740.GI2475@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-commits@lists.openembedded.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox