diff options
| author | Grzegorz Blach <grzegorz@blach.pl> | 2018-09-13 13:56:55 +0200 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2018-10-21 16:35:31 +0100 |
| commit | 9edd1760edcfb8bd5cc49043e79893c60e19c0e0 (patch) | |
| tree | 62b753ca7312dfe3aac24e171619087243418cfc /package/bluez5_utils | |
| parent | bee10e57023f09c7e062f403fe3ffda5c30c53b4 (diff) | |
| download | buildroot-9edd1760edcfb8bd5cc49043e79893c60e19c0e0.tar.gz buildroot-9edd1760edcfb8bd5cc49043e79893c60e19c0e0.zip | |
bluez5_utils-headers: new package
Header files from bluez utils version 5.x.
Separated headers are required to break circular dependencies
when python3 is built with bluetooth support.
This is a blind option, it will be automatically selected by python3
when bluez5_utils is enabled.
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
[Arnout: add comment to keep versions in sync; make it a blind option]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/bluez5_utils')
| -rw-r--r-- | package/bluez5_utils/bluez5_utils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bluez5_utils/bluez5_utils.mk b/package/bluez5_utils/bluez5_utils.mk index 0133e1507f..a613def2e2 100644 --- a/package/bluez5_utils/bluez5_utils.mk +++ b/package/bluez5_utils/bluez5_utils.mk @@ -4,6 +4,7 @@ # ################################################################################ +# Keep the version and patches in sync with bluez5_utils-headers BLUEZ5_UTILS_VERSION = 5.50 BLUEZ5_UTILS_SOURCE = bluez-$(BLUEZ5_UTILS_VERSION).tar.xz BLUEZ5_UTILS_SITE = $(BR2_KERNEL_MIRROR)/linux/bluetooth |

