[oe-commits] Martin Jansa : telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity

git at git.openembedded.org git at git.openembedded.org
Mon Oct 14 15:46:30 UTC 2013


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Oct  5 14:23:04 2013 +0200

telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../telepathy/telepathy-mission-control_5.15.0.bb  |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
index aa776a1..f1a1320 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
@@ -14,6 +14,14 @@ SRC_URI[sha256sum] = "88800d1b5f385e94b34721319ff4fe65c493632954d7229b36e57af5b4
 
 inherit autotools pkgconfig pythonnative
 
+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[connman] = "--with-connectivity=connman,,connman"
+PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager"
+
 PACKAGES =+ " \
 	libmissioncontrol \
 	libmissioncontrol-config \



More information about the Openembedded-commits mailing list