]> code.ossystems Code Review - openembedded-core.git/commitdiff
telepathy-mission-control: typo in connectivity switch
authorCristian Iorga <cristian.iorga@intel.com>
Wed, 12 Feb 2014 07:41:32 +0000 (09:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Feb 2014 14:18:00 +0000 (14:18 +0000)
telepathy-mission-control connectivity switch was
mistyped, defeating its purpose.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb

index b28b9ce3a58250ef235ccaa4bf74be467d425e1d..fbd8ba24807acf84ec83942a7a6950c3ffdadfee 100644 (file)
@@ -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"