diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-25 19:00:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 21:26:49 +0000 |
commit | 7881b304bcd7448e381c5727ddfd5f5fb954d326 (patch) | |
tree | e79c0afbde5fccc7da4468cb4908e989fe3f6bd1 /meta/recipes-connectivity | |
parent | 895cf8289568fa16ff9fbac41c18d3dd79aedf39 (diff) | |
download | poky-7881b304bcd7448e381c5727ddfd5f5fb954d326.tar.gz |
bind: remove nslookup from FILES
The nslookup had been disabled from 2010 (or earlier), but it still in
FILES_${PN}-utils, we need remove it.
(From OE-Core rev: 3bf1f39d918a428246df774c8d306bcfe40ddbdd)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.9.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.9.5.bb b/meta/recipes-connectivity/bind/bind_9.9.5.bb index 8c3cbed339..604deb6236 100644 --- a/meta/recipes-connectivity/bind/bind_9.9.5.bb +++ b/meta/recipes-connectivity/bind/bind_9.9.5.bb | |||
@@ -37,7 +37,7 @@ PARALLEL_MAKE = "" | |||
37 | RDEPENDS_${PN} = "python-core" | 37 | RDEPENDS_${PN} = "python-core" |
38 | 38 | ||
39 | PACKAGES_prepend = " ${PN}-utils " | 39 | PACKAGES_prepend = " ${PN}-utils " |
40 | FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/nslookup" | 40 | FILES_${PN}-utils = "${bindir}/host ${bindir}/dig" |
41 | FILES_${PN}-dev += "${bindir}/isc-config.h" | 41 | FILES_${PN}-dev += "${bindir}/isc-config.h" |
42 | 42 | ||
43 | do_install_append() { | 43 | do_install_append() { |