[oe-commits] Carsten Haitzler : resolvconf: fix resolvconf to actually work and fix up resolv.conf file properly by

GIT User account git at amethyst.openembedded.net
Sun Nov 16 16:11:00 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b8bb4647b43017e32788b7575bad70b77e11ab1b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b8bb4647b43017e32788b7575bad70b77e11ab1b

Author: Carsten Haitzler <raster at stinky.(none)>
Date:   Wed Jun 18 15:02:24 2008 +0800

resolvconf: fix resolvconf to actually work and fix up resolv.conf file properly by
adding in directory into package

---

 packages/resolvconf/resolvconf_1.28.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/resolvconf/resolvconf_1.28.bb b/packages/resolvconf/resolvconf_1.28.bb
index 2aa2fcc..48017bc 100644
--- a/packages/resolvconf/resolvconf_1.28.bb
+++ b/packages/resolvconf/resolvconf_1.28.bb
@@ -9,7 +9,7 @@ AUTHOR = "Thomas Hood"
 HOMEPAGE = "http://packages.debian.org/resolvconf"
 DEPENDS = "bash"
 RDEPENDS = "bash"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"
 
@@ -21,6 +21,7 @@ do_install () {
 	install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/run/resolvconf/interface
 	install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
 	cp -pPR etc/* ${D}${sysconfdir}/
+	mkdir -p ${D}${sysconfdir}/resolvconf/run/interface
 	install -m 0755 bin/resolvconf ${D}${base_sbindir}/
 	install -m 0644 README ${D}${docdir}/${P}/
 	install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/





More information about the Openembedded-commits mailing list