[OE-core] [PATCH] resolvconf: remove /var/volatile/run/resolvconf/interface from package

Jonathan Liu net147 at gmail.com
Thu May 23 04:02:58 UTC 2013


resolvconf uses /etc/resolvconf/run/interface instead of
/var/volatile/run/resolvconf/interface.

Signed-off-by: Jonathan Liu <net147 at gmail.com>
---
 meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb
index d342a6e..5bbe0b5 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.71.bb
@@ -23,7 +23,7 @@ do_compile () {
 }
 
 do_install () {
-	install -d ${D}${sysconfdir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface
+	install -d ${D}${sysconfdir} ${D}${base_sbindir}
 	install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
 	cp -pPR etc/* ${D}${sysconfdir}/
 	chown -R root:root ${D}${sysconfdir}/
-- 
1.8.2.3




More information about the Openembedded-core mailing list