From: Cristian Iorga Date: Wed, 12 Feb 2014 07:41:32 +0000 (+0200) Subject: telepathy-mission-control: typo in connectivity switch X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34513 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e95044462abe7c8346a46db793ca099e88a11c52;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 b28b9ce3a58..fbd8ba24807 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"