[oe-commits] Cristian Iorga : telepathy-mission-control: typo in connectivity switch

git at git.openembedded.org git at git.openembedded.org
Thu Feb 13 11:35:51 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: e95044462abe7c8346a46db793ca099e88a11c52
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e95044462abe7c8346a46db793ca099e88a11c52

Author: Cristian Iorga <cristian.iorga at intel.com>
Date:   Wed Feb 12 09:41:32 2014 +0200

telepathy-mission-control: typo in connectivity switch

telepathy-mission-control connectivity switch was
mistyped, defeating its purpose.

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b28b9ce..fbd8ba2 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 ??= ""
 PACKAGECONFIG[upower] = "--enable-upower,--disable-upower,upower"
 
 # to select connman or nm you need to use "connectivity" and "connman" or "nm", default is to disable both
-PACKAGECONFIG[connectvity] = ",--with-connectivity=no"
+PACKAGECONFIG[connectivity] = ",--with-connectivity=no"
 PACKAGECONFIG[connman] = "--with-connectivity=connman,,connman"
 PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager"
 



More information about the Openembedded-commits mailing list