diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-10-05 14:23:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:23 +0100 |
commit | f4d3a3dc329a854aae7ac8830e1bdfb94747b1d9 (patch) | |
tree | 190b89d22f0acf69a89fdbfcccfc7d46df4d4526 /meta | |
parent | 73cf58d1a59c17e7d42cfcd1f152562af2429b55 (diff) | |
download | poky-f4d3a3dc329a854aae7ac8830e1bdfb94747b1d9.tar.gz |
telepathy-mission-control: Add PACKAGECONFIG for upower and connectivity
(From OE-Core rev: 8268ce9997e77a4ef6aa990ca7566cf3ed14c746)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/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 aa776a1cbf..f1a1320836 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 | |||
14 | 14 | ||
15 | inherit autotools pkgconfig pythonnative | 15 | inherit autotools pkgconfig pythonnative |
16 | 16 | ||
17 | PACKAGECONFIG ??= "" | ||
18 | PACKAGECONFIG[upower] = "--enable-upower,--disable-upower,upower" | ||
19 | |||
20 | # to select connman or nm you need to use "connectivity" and "connman" or "nm", default is to disable both | ||
21 | PACKAGECONFIG[connectvity] = ",--with-connectivity=no" | ||
22 | PACKAGECONFIG[connman] = "--with-connectivity=connman,,connman" | ||
23 | PACKAGECONFIG[nm] = "--with-connectivity=nm,,networkmanager" | ||
24 | |||
17 | PACKAGES =+ " \ | 25 | PACKAGES =+ " \ |
18 | libmissioncontrol \ | 26 | libmissioncontrol \ |
19 | libmissioncontrol-config \ | 27 | libmissioncontrol-config \ |