mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
895cf82895
commit
7881b304bc
@@ -37,7 +37,7 @@ PARALLEL_MAKE = ""
|
||||
RDEPENDS_${PN} = "python-core"
|
||||
|
||||
PACKAGES_prepend = " ${PN}-utils "
|
||||
FILES_${PN}-utils = "${bindir}/host ${bindir}/dig ${bindir}/nslookup"
|
||||
FILES_${PN}-utils = "${bindir}/host ${bindir}/dig"
|
||||
FILES_${PN}-dev += "${bindir}/isc-config.h"
|
||||
|
||||
do_install_append() {
|
||||
|
||||
Reference in New Issue
Block a user