pkg/pkg.mk: Do not sign when applying patches

Disable signing every applied patches for user that have gpgsign by default.
This commit is contained in:
Gaëtan Harter 2018-04-24 21:11:33 +02:00
parent 593dac9044
commit 2fe2fff92d
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -19,7 +19,7 @@ else
git-download: $(PKG_BUILDDIR)/.git-downloaded
endif
GITAMFLAGS = --ignore-whitespace
GITAMFLAGS = --no-gpg-sign --ignore-whitespace
ifneq (,$(wildcard $(PKG_DIR)/patches))
$(PKG_BUILDDIR)/.git-patched: $(PKG_BUILDDIR)/.git-downloaded $(PKG_DIR)/Makefile $(PKG_DIR)/patches/*.patch