announce: remove superfluous + sign from PKG_BUILD_DEPENDS

A + sign does not have meaning in build depends. This Makefile was
overlooked in the previous treewide commit.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
Matthias Schiffer 2018-01-07 20:37:02 +01:00
parent 6e3a609d07
commit 114b05a090
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
PKG_BUILD_DEPENDS:= +libpthread
PKG_BUILD_DEPENDS:=libpthread
define Package/announce
SECTION:=net