From 6a7c6b0b654d8a9b062526fa86644ac21a13189f Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 30 Oct 2020 16:58:52 +0800 Subject: 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. Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- meta/recipes-connectivity/resolvconf/resolvconf_1.83.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') 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 () { 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} -- cgit 1.2.3-korg