initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
config BR2_PACKAGE_BLUEZ_TOOLS
|
||||
bool "bluez-tools"
|
||||
depends on BR2_PACKAGE_BLUEZ5_UTILS
|
||||
depends on BR2_USE_MMU # dbus, libglib2
|
||||
depends on BR2_USE_WCHAR # libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
||||
select BR2_PACKAGE_DBUS
|
||||
select BR2_PACKAGE_DBUS_GLIB
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_READLINE if BR2_PACKAGE_BLUEZ5_UTILS
|
||||
help
|
||||
A set of tools to manage bluetooth devices for linux
|
||||
|
||||
https://github.com/khvzak/bluez-tools
|
||||
|
||||
comment "bluez-tools needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_PACKAGE_BLUEZ5_UTILS
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 dd5acf9e501514f4ad1136af966d2723f3270e0e2fffd6d29da93fa76c9fafa3 bluez-tools-f65321736475429316f07ee94ec0deac8e46ec4a.tar.gz
|
||||
sha256 b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259 COPYING
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# bluez-tools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BLUEZ_TOOLS_VERSION = f65321736475429316f07ee94ec0deac8e46ec4a
|
||||
BLUEZ_TOOLS_SITE = $(call github,khvzak,bluez-tools,$(BLUEZ_TOOLS_VERSION))
|
||||
|
||||
# sources fetched from github, no configure script)
|
||||
BLUEZ_TOOLS_AUTORECONF = YES
|
||||
BLUEZ_TOOLS_DEPENDENCIES = host-pkgconf dbus dbus-glib bluez5_utils readline
|
||||
BLUEZ_TOOLS_LICENSE = GPL-2.0+
|
||||
BLUEZ_TOOLS_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user