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:
parent
593dac9044
commit
2fe2fff92d
@ -19,7 +19,7 @@ else
|
|||||||
git-download: $(PKG_BUILDDIR)/.git-downloaded
|
git-download: $(PKG_BUILDDIR)/.git-downloaded
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GITAMFLAGS = --ignore-whitespace
|
GITAMFLAGS = --no-gpg-sign --ignore-whitespace
|
||||||
|
|
||||||
ifneq (,$(wildcard $(PKG_DIR)/patches))
|
ifneq (,$(wildcard $(PKG_DIR)/patches))
|
||||||
$(PKG_BUILDDIR)/.git-patched: $(PKG_BUILDDIR)/.git-downloaded $(PKG_DIR)/Makefile $(PKG_DIR)/patches/*.patch
|
$(PKG_BUILDDIR)/.git-patched: $(PKG_BUILDDIR)/.git-downloaded $(PKG_DIR)/Makefile $(PKG_DIR)/patches/*.patch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user