diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2018-05-14 12:36:14 +0900 |
---|---|---|
committer | DoHyun Pyun <dh79.pyun@samsung.com> | 2018-05-14 12:37:12 +0900 |
commit | 8eace28e82d904375010a572e83fd302a6cd5034 (patch) | |
tree | 5208bc7397b54ee9ea0882e91986b4f43e9badbe | |
parent | a51f5f7edc7ac983610eb0b8c9e4d8c3739b4177 (diff) | |
download | building-blocks-8eace28e82d904375010a572e83fd302a6cd5034.tar.gz building-blocks-8eace28e82d904375010a572e83fd302a6cd5034.tar.bz2 building-blocks-8eace28e82d904375010a572e83fd302a6cd5034.zip |
Modify bluez-extension-le package from Requires to Suggestssubmit/tizen/20180514.042847accepted/tizen/unified/20180514.094217
Change-Id: I5aa96142db4004f7a9b5c9679b5e187e30dafc0d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r-- | packaging/domain-apis-network.inc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index 8f1f50a..641e0d1 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -164,7 +164,9 @@ Requires: bluetooth-frwk-core Requires: libbluetooth Requires: bluez Requires: bluetooth-tools -Requires: bluez-extension-le + +#LE only +Suggests: bluez-extension-le #Firmware Suggests: bluetooth-firmware-bcm @@ -206,13 +208,15 @@ Enabling Bluetooth LE Only functionality<br> - TW2 : bluetooth-firmware-bcm-exynos7270<br> - Artik : bluetooth-firmware-bcm-artik<br> - RPI3 : bluetooth-firmware-bcm-rpi3<br> -2. Profiles<br> +2. LE only<br> +- bluez-extension-le<br> +3. Profiles<br> - mobile : bluetooth-frwk-profile_mobile, bluetooth-tools-profile_mobile, bluez-profile_common<br> - wearable : bluetooth-frwk-profile_wearable, bluetooth-tools-profile_wearable, bluez-profile_wearable<br> - common : bluetooth-frwk-profile_common, bluetooth-tools-profile_common, bluez-profile_common<br> - tv : bluetooth-frwk-profile_tv, bluetooth-tools-profile_common, bluez-profile_tv<br> - ivi : bluetooth-frwk-profile_ivi, bluetooth-tools-profile_ivi, bluez-profile_common<br> -3. Headed device<br> +4. Headed device<br> - wearable : bluetooth-frwk-plugin-headed, org.tizen.bt-syspopup, org.tizen.bt-syspopup-profile_wearable<br> - not wearable : bluetooth-frwk-plugin-headed, org.tizen.bt-syspopup, org.tizen.bt-syspopup-profile_common %files sub2-domain_API-Network-Bluetooth_LE |