summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2020-10-30 16:58:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-31 08:54:12 +0000
commitb4ef5f1107a308d4f181e09871e9fded86f544f6 (patch)
tree76f6a5f7c01d2306c6a975b23cbf78f0345da302 /meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb
parent4bbb748e08778d9b11d21ade233ce9cdfb56ee44 (diff)
downloadpoky-b4ef5f1107a308d4f181e09871e9fded86f544f6.tar.gz
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>
Diffstat (limited to 'meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb')
-rw-r--r--meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb
index f0ffc82241..33ee553d19 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb
@@ -43,7 +43,7 @@ do_install () {
43 ln -snf ${localstatedir}/run/${BPN} ${D}${sysconfdir}/${BPN}/run 43 ln -snf ${localstatedir}/run/${BPN} ${D}${sysconfdir}/${BPN}/run
44 install -d ${D}${sysconfdir} ${D}${base_sbindir} 44 install -d ${D}${sysconfdir} ${D}${base_sbindir}
45 install -d ${D}${mandir}/man8 ${D}${docdir}/${P} 45 install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
46 cp -pPR etc/* ${D}${sysconfdir}/ 46 cp -pPR etc/resolvconf ${D}${sysconfdir}/
47 chown -R root:root ${D}${sysconfdir}/ 47 chown -R root:root ${D}${sysconfdir}/
48 install -m 0755 bin/resolvconf ${D}${base_sbindir}/ 48 install -m 0755 bin/resolvconf ${D}${base_sbindir}/
49 install -m 0755 bin/list-records ${D}${base_libdir}/${BPN} 49 install -m 0755 bin/list-records ${D}${base_libdir}/${BPN}