diff options
author | Mihai Prica <mihai.prica@intel.com> | 2013-09-06 17:49:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 23:04:52 +0100 |
commit | 9d336609723abfe7aca7dbce5ac3964d5cc1b530 (patch) | |
tree | d6af792ef5357d87e081f3929ff7db3016383de7 /meta/recipes-connectivity/bluez5 | |
parent | 76e8678c2fc7870719f3be516b5c323a631374a9 (diff) | |
download | poky-9d336609723abfe7aca7dbce5ac3964d5cc1b530.tar.gz |
bluez5: Install the bluetooth library
Bluez5 doesn't install libbluetooth by default. This is required
by connman, ofono or other packages.
(From OE-Core rev: bf7415366646db7661795620fa1ab2e78b12d947)
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 2fae7fbccc..e2b71699a0 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -36,6 +36,7 @@ EXTRA_OECONF = "\ | |||
36 | --enable-test \ | 36 | --enable-test \ |
37 | --enable-datafiles \ | 37 | --enable-datafiles \ |
38 | ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--disable-systemd', d)} \ | 38 | ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--disable-systemd', d)} \ |
39 | --enable-library \ | ||
39 | " | 40 | " |
40 | 41 | ||
41 | do_install_append() { | 42 | do_install_append() { |