mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
resolvconf: do not install dhclient hooks
Do not install the dhclient hooks /etc/dhcp/dhclient-enter-hooks.d/resolvconf because the dhclient has been removed from oe-core. (From OE-Core rev: 6a7c6b0b654d8a9b062526fa86644ac21a13189f) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -43,7 +43,7 @@ do_install () {
|
||||
ln -snf ${localstatedir}/run/${BPN} ${D}${sysconfdir}/${BPN}/run
|
||||
install -d ${D}${sysconfdir} ${D}${base_sbindir}
|
||||
install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
|
||||
cp -pPR etc/* ${D}${sysconfdir}/
|
||||
cp -pPR etc/resolvconf ${D}${sysconfdir}/
|
||||
chown -R root:root ${D}${sysconfdir}/
|
||||
install -m 0755 bin/resolvconf ${D}${base_sbindir}/
|
||||
install -m 0755 bin/list-records ${D}${base_libdir}/${BPN}
|
||||
|
||||
Reference in New Issue
Block a user