* [PATCH] bind_9.3.6.bb: Don't remove nslookup, it exists in FILES_${PN}-utils.
@ 2010-12-02 0:26 Graham Gower
2010-12-02 13:59 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Graham Gower @ 2010-12-02 0:26 UTC (permalink / raw)
To: openembedded-devel
Also fixes the following with uclibc:
rm: cannot remove `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/bind-9.3.6-r1/image/usr/bin/nslookup': No such file or directory
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
recipes/bind/bind_9.3.6.bb | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/recipes/bind/bind_9.3.6.bb b/recipes/bind/bind_9.3.6.bb
index 1412a68..c63331f 100644
--- a/recipes/bind/bind_9.3.6.bb
+++ b/recipes/bind/bind_9.3.6.bb
@@ -24,7 +24,6 @@ FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/nslookup"
FILES_${PN}-dev += "${bindir}/isc-config.h"
do_install_append() {
- rm "${D}/usr/bin/nslookup"
install -d "${D}/etc/bind"
install -d "${D}/etc/init.d"
install -m 644 ${S}/conf/* "${D}/etc/bind"
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] bind_9.3.6.bb: Don't remove nslookup, it exists in FILES_${PN}-utils.
2010-12-02 0:26 [PATCH] bind_9.3.6.bb: Don't remove nslookup, it exists in FILES_${PN}-utils Graham Gower
@ 2010-12-02 13:59 ` Tom Rini
2010-12-03 0:23 ` Graham Gower
0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2010-12-02 13:59 UTC (permalink / raw)
To: openembedded-devel
On 12/01/2010 05:26 PM, Graham Gower wrote:
> Also fixes the following with uclibc:
> rm: cannot remove `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/bind-9.3.6-r1/image/usr/bin/nslookup': No such file or directory
>
> Signed-off-by: Graham Gower<graham.gower@gmail.com>
Can you please go fixup all of the bind recipes and then add nslookup to
u-a? Thanks.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] bind_9.3.6.bb: Don't remove nslookup, it exists in FILES_${PN}-utils.
2010-12-02 13:59 ` Tom Rini
@ 2010-12-03 0:23 ` Graham Gower
2010-12-03 14:06 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Graham Gower @ 2010-12-03 0:23 UTC (permalink / raw)
To: openembedded-devel
On 3 December 2010 00:29, Tom Rini <tom_rini@mentor.com> wrote:
> On 12/01/2010 05:26 PM, Graham Gower wrote:
>>
>> Also fixes the following with uclibc:
>> rm: cannot remove
>> `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/bind-9.3.6-r1/image/usr/bin/nslookup':
>> No such file or directory
>>
>> Signed-off-by: Graham Gower<graham.gower@gmail.com>
>
> Can you please go fixup all of the bind recipes and then add nslookup to
> u-a? Thanks.
>
> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
I'm happy to fix all the bind recipes, but does it really need to be
added to u-a as well? What other recipe(s) ship this binary?
-Graham
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] bind_9.3.6.bb: Don't remove nslookup, it exists in FILES_${PN}-utils.
2010-12-03 0:23 ` Graham Gower
@ 2010-12-03 14:06 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2010-12-03 14:06 UTC (permalink / raw)
To: openembedded-devel
On 12/02/2010 05:23 PM, Graham Gower wrote:
> On 3 December 2010 00:29, Tom Rini<tom_rini@mentor.com> wrote:
>> On 12/01/2010 05:26 PM, Graham Gower wrote:
>>>
>>> Also fixes the following with uclibc:
>>> rm: cannot remove
>>> `/mnt/oe/tmp/work/mipsel-oe-linux-uclibc/bind-9.3.6-r1/image/usr/bin/nslookup':
>>> No such file or directory
>>>
>>> Signed-off-by: Graham Gower<graham.gower@gmail.com>
>>
>> Can you please go fixup all of the bind recipes and then add nslookup to
>> u-a? Thanks.
>
> I'm happy to fix all the bind recipes, but does it really need to be
> added to u-a as well? What other recipe(s) ship this binary?
You know? I don't recall 100% off-hand but I think nas-server-image will
show the conflict.
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-03 14:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 0:26 [PATCH] bind_9.3.6.bb: Don't remove nslookup, it exists in FILES_${PN}-utils Graham Gower
2010-12-02 13:59 ` Tom Rini
2010-12-03 0:23 ` Graham Gower
2010-12-03 14:06 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.