From: Cristian Iorga Date: Wed, 12 Feb 2014 07:41:32 +0000 (+0200) Subject: telepathy-mission-control: typo in connectivity switch X-Git-Tag: 2015-4~3676 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e95044462abe7c8346a46db793ca099e88a11c52;p=openembedded-core.git telepathy-mission-control: typo in connectivity switch telepathy-mission-control connectivity switch was mistyped, defeating its purpose. Signed-off-by: Cristian Iorga Signed-off-by: Richard Purdie --- 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 ??= "" 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"