From: W. Michael Petullo Date: Mon, 14 Oct 2019 17:41:38 +0000 (-0400) Subject: dmapd: update PKG_LICENSE and enable parallel build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e29a9ffe2ec810a42b22ee32b7139dedefea3e25;p=openwrt-packages.git dmapd: update PKG_LICENSE and enable parallel build Signed-off-by: W. Michael Petullo --- diff --git a/net/dmapd/Makefile b/net/dmapd/Makefile index 925a115ac..2ac58efc2 100644 --- a/net/dmapd/Makefile +++ b/net/dmapd/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo -PKG_LICENSE:=GPLv2 +PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -22,6 +22,7 @@ PKG_HASH:=ab372ff217d2a74a33d62098fe501da663e5dded0df67e2c2c83d968fa9ac7b9 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk