treewide: remove superfluous + signs from PKG_BUILD_DEPENDS

A + sign does not have meaning in build depends.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
Matthias Schiffer
2018-01-07 20:06:50 +01:00
parent 778af6722a
commit 6e3a609d07
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ PKG_LICENSE:=MIT
PKG_FLAGS := nonshared
PKG_BUILD_DEPENDS:=+luarocks/host +dbus +libdbus
PKG_BUILD_DEPENDS:=luarocks/host dbus libdbus
include $(INCLUDE_DIR)/package.mk