diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-02-12 09:41:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-13 11:41:21 +0000 |
commit | 5bffece0c13c9dd9e47610f9d5c3819722a8f1df (patch) | |
tree | 7dd21d7ad86afd27a1ae5d046387a545f946dc6d | |
parent | b70a10ca3ee4a0add90d387e2c8288e531aaa47c (diff) | |
download | poky-5bffece0c13c9dd9e47610f9d5c3819722a8f1df.tar.gz |
telepathy-mission-control: typo in connectivity switch
telepathy-mission-control connectivity switch was
mistyped, defeating its purpose.
(From OE-Core rev: e95044462abe7c8346a46db793ca099e88a11c52)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb index b28b9ce3a5..fbd8ba2480 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb | |||
@@ -18,7 +18,7 @@ PACKAGECONFIG ??= "" | |||
18 | PACKAGECONFIG[upower] = "--enable-upower,--disable-upower,upower" | 18 | PACKAGECONFIG[upower] = "--enable-upower,--disable-upower,upower" |
19 | 19 | ||
20 | # to select connman or nm you need to use "connectivity" and "connman" or "nm", default is to disable both | 20 | # to select connman or nm you need to use "connectivity" and "connman" or "nm", default is to disable both |
21 | PACKAGECONFIG[connectvity] = ",--with-connectivity=no" | 21 | PACKAGECONFIG[connectivity] = ",--with-connectivity=no" |
22 | PACKAGECONFIG[connman] = "--with-connectivity=connman,,connman" | 22 | PACKAGECONFIG[connman] = "--with-connectivity=connman,,connman" |
23 | PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager" | 23 | PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager" |
24 | 24 | ||