From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QevSr-0003L3-2W for openembedded-core@lists.openembedded.org; Thu, 07 Jul 2011 22:46:25 +0200 Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=[192.168.114.3]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1QevP9-00061q-Gf for openembedded-core@lists.openembedded.org; Thu, 07 Jul 2011 22:42:35 +0200 From: Phil Blundell To: Patches and discussions about the oe-core layer In-Reply-To: <24e836176430410a91d0c18fcef0854536798766.1310070283.git.nitin.a.kamble@intel.com> References: <629561972efd884a87edc521d0430af83511ae58.1310070283.git.nitin.a.kamble@intel.com> <24e836176430410a91d0c18fcef0854536798766.1310070283.git.nitin.a.kamble@intel.com> Date: Thu, 07 Jul 2011 21:42:29 +0100 Message-ID: <1310071349.18564.2.camel@lenovo.internal.reciva.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 Subject: Re: [PATCH 5/7] eglibc: fix installed but not packaged files X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 20:46:25 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-07-07 at 13:25 -0700, nitin.a.kamble@intel.com wrote: > -FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)}" > +FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${sysconfdir}/rpc ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)}" I don't think we want /etc/rpc in libc6, it's just a waste of space if you aren't using sunrpc. Nobody has missed it thus far so I would be inclined to delete it, but it could go in a package of its own if there is a feeling that it's valuable. p.