summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-08-26 13:37:52 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:46:55 +0100
commitca4a58a4eb66e6e08f358de7f8869a35389ee605 (patch)
tree915bdde88c353517b1763907ca41c02745635bc2 /meta/packages
parentf6917ad47b0425f9ccb3965aa9220ed3ba0e49ec (diff)
downloadpoky-ca4a58a4eb66e6e08f358de7f8869a35389ee605.tar.gz
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 <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/resolvconf/resolvconf_1.43.bb3
1 files changed, 2 insertions, 1 deletions
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"
9HOMEPAGE = "http://packages.debian.org/resolvconf" 9HOMEPAGE = "http://packages.debian.org/resolvconf"
10DEPENDS = "bash" 10DEPENDS = "bash"
11RDEPENDS = "bash" 11RDEPENDS = "bash"
12PR = "r1"
12 13
13SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" 14SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"
14 15
@@ -17,7 +18,7 @@ do_compile () {
17} 18}
18 19
19do_install () { 20do_install () {
20 install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/run/resolvconf/interface 21 install -d ${D}${sysconfdir} ${D}${sbindir} ${D}${base_sbindir} ${D}${localstatedir}/volatile/run/resolvconf/interface
21 install -d ${D}${mandir}/man8 ${D}${docdir}/${P} 22 install -d ${D}${mandir}/man8 ${D}${docdir}/${P}
22 cp -pPR etc/* ${D}${sysconfdir}/ 23 cp -pPR etc/* ${D}${sysconfdir}/
23 install -m 0755 bin/resolvconf ${D}${base_sbindir}/ 24 install -m 0755 bin/resolvconf ${D}${base_sbindir}/