announce: remove superfluous + sign from PKG_BUILD_DEPENDS
authorMatthias Schiffer <redacted>
Sun, 7 Jan 2018 19:37:02 +0000 (20:37 +0100)
committerMatthias Schiffer <redacted>
Sun, 7 Jan 2018 19:37:53 +0000 (20:37 +0100)
A + sign does not have meaning in build depends. This Makefile was
overlooked in the previous treewide commit.

Signed-off-by: Matthias Schiffer <redacted>
net/announce/Makefile

index fdf4c4660f995898501fa240c0589fc8d2098e15..785a4d69c5265a2b6844e069b4a26932b3ec50e6 100644 (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
git clone https://git.99rst.org/PROJECT