[oe] [PATCH] bind_9.3.6.bb: Don't remove nslookup, it exists in FILES_${PN}-utils.

Graham Gower graham.gower at gmail.com
Thu Dec 2 00:26:54 UTC 2010


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 at 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





More information about the Openembedded-devel mailing list