From ca4a58a4eb66e6e08f358de7f8869a35389ee605 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Thu, 26 Aug 2010 13:37:52 +0800 Subject: connman: Use connman as default network management tool Upgrade connman to version 0.56 Modify connman-gnome to match the recent version of connman Deprecate networkmanager Signed-off-by: Dongxiao Xu --- meta/packages/resolvconf/resolvconf_1.43.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/packages/resolvconf/resolvconf_1.43.bb') diff --git a/meta/packages/resolvconf/resolvconf_1.43.bb b/meta/packages/resolvconf/resolvconf_1.43.bb index 2c210ef1ec..f751f17e0e 100644 --- a/meta/packages/resolvconf/resolvconf_1.43.bb +++ b/meta/packages/resolvconf/resolvconf_1.43.bb @@ -9,6 +9,7 @@ AUTHOR = "Thomas Hood" HOMEPAGE = "http://packages.debian.org/resolvconf" DEPENDS = "bash" RDEPENDS = "bash" +PR = "r1" SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" @@ -17,7 +18,7 @@ do_compile () { } do_install () { - install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/run/resolvconf/interface + install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface install -d ${D}${mandir}/man8 ${D}${docdir}/${P} cp -pPR etc/* ${D}${sysconfdir}/ install -m 0755 bin/resolvconf ${D}${base_sbindir}/ -- cgit v1.2.3-54-g00ecf