Gurus,

What was the main reason why nslookup has been removed from 
Poky/meta/recipes-connectivity/bind/<xxx>>.bb?

do_install_append() {





       rm "${D}${bindir}/nslookup"


       rm "${D}${mandir}/man1/nslookup.1"


       rmdir "${D}${localstatedir}/run"


       rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"


       install -d -o bind "${D}${localstatedir}/cache/bind"


       install -d "${D}${sysconfdir}/bind"


       install -d "${D}${sysconfdir}/init.d"


       install -m 644 ${S}/conf/* "${D}${sysconfdir}/bind/"


       install -m 755 "${S}/init.d" "${D}${sysconfdir}/init.d/bind"


        if ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'true', 'false', 
d)}; then


              sed -i -e '1s,#!.*python3,#! /usr/bin/python3,' \


              ${D}${sbindir}/dnssec-coverage \


              ${D}${sbindir}/dnssec-checkds \


              ${D}${sbindir}/dnssec-keymgr


       fi


Which yocto now has dig or host for DNS lookup?

Thanks,
  --Dinh
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to