diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-08-26 13:37:52 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:46:55 +0100 |
commit | ca4a58a4eb66e6e08f358de7f8869a35389ee605 (patch) | |
tree | 915bdde88c353517b1763907ca41c02745635bc2 /meta/packages | |
parent | f6917ad47b0425f9ccb3965aa9220ed3ba0e49ec (diff) | |
download | poky-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.bb | 3 |
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" | |||
9 | HOMEPAGE = "http://packages.debian.org/resolvconf" | 9 | HOMEPAGE = "http://packages.debian.org/resolvconf" |
10 | DEPENDS = "bash" | 10 | DEPENDS = "bash" |
11 | RDEPENDS = "bash" | 11 | RDEPENDS = "bash" |
12 | PR = "r1" | ||
12 | 13 | ||
13 | SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" | 14 | SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" |
14 | 15 | ||
@@ -17,7 +18,7 @@ do_compile () { | |||
17 | } | 18 | } |
18 | 19 | ||
19 | do_install () { | 20 | do_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}/ |