mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
bluez: install kmod-bluetooth only w/ USB_SUPPORT
kmod-bluetooth depends on USB_SUPPORT. If the dependency is not checked here, it will cause recursive dependency in python packages. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=bluez
|
PKG_NAME:=bluez
|
||||||
PKG_VERSION:=5.50
|
PKG_VERSION:=5.50
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@KERNEL/linux/bluetooth/
|
PKG_SOURCE_URL:=@KERNEL/linux/bluetooth/
|
||||||
@@ -47,7 +47,7 @@ $(call Package/bluez/Default)
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= library
|
TITLE+= library
|
||||||
DEPENDS:=+libpthread +kmod-bluetooth
|
DEPENDS:=+libpthread +USB_SUPPORT:kmod-bluetooth
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bluez-utils
|
define Package/bluez-utils
|
||||||
|
|||||||
Reference in New Issue
Block a user