summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb')
-rw-r--r--meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb
index cb8aaaf536..507a233709 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.48.bb
@@ -11,7 +11,7 @@ AUTHOR = "Thomas Hood"
11HOMEPAGE = "http://packages.debian.org/resolvconf" 11HOMEPAGE = "http://packages.debian.org/resolvconf"
12DEPENDS = "bash" 12DEPENDS = "bash"
13RDEPENDS_${PN} = "bash" 13RDEPENDS_${PN} = "bash"
14PR = "r0" 14PR = "r1"
15 15
16SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" 16SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"
17 17
@@ -27,6 +27,7 @@ do_install () {
27 install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface 27 install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface
28 install -d ${D}${mandir}/man8 ${D}${docdir}/${P} 28 install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
29 cp -pPR etc/* ${D}${sysconfdir}/ 29 cp -pPR etc/* ${D}${sysconfdir}/
30 chown -R root:root ${D}${sysconfdir}/
30 install -m 0755 bin/resolvconf ${D}${base_sbindir}/ 31 install -m 0755 bin/resolvconf ${D}${base_sbindir}/
31 install -m 0644 README ${D}${docdir}/${P}/ 32 install -m 0644 README ${D}${docdir}/${P}/
32 install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/ 33 install -m 0644 man/resolvconf.8 ${D}${mandir}/man8/