From 7efa7dc06bcc89cfa7328da1f91c84f3d8d0674c Mon Sep 17 00:00:00 2001 From: Ronny Nilsson Date: Tue, 21 Jan 2020 15:57:20 +0100 Subject: [PATCH] sdk: dependency was again incorrect. This time there were issues when building for Mediatek. --- peripheral_manager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral_manager/Makefile b/peripheral_manager/Makefile index 2fb2058b2..2846d5d23 100644 --- a/peripheral_manager/Makefile +++ b/peripheral_manager/Makefile @@ -39,7 +39,7 @@ define Package/peripheral_manager CATEGORY:=Utilities TITLE:=Application deamon for handling of peripheral URL:= - DEPENDS:=+libuci +libubus +libblobmsg-json bcmkernel + DEPENDS:=+libuci +libubus +libblobmsg-json @+PACKAGE_bcmkernel:bcmkernel endef define Package/peripheral_manager/description