summaryrefslogtreecommitdiff
path: root/package/pkg-generic.mk
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-12-17 00:57:47 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-17 11:53:16 +0100
commitf464fdfa93560e33a46192e59500d222fb7004a3 (patch)
tree9eab933001447c8a5f551e22eaa27bca26b78a8d /package/pkg-generic.mk
parent9599b0de55e1673768db297333c079d30419476b (diff)
pkg-generic: remove unused NAMEVER
Commit 5538e476 (from 2013!) removed the use of the NAMEVER variable in .stamp_patched, but it was still defined. So remove the definition now. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pkg-generic.mk')
-rw-r--r--package/pkg-generic.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index 357a5c7b9..1e024d348 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -153,7 +153,6 @@ $(BUILD_DIR)/%/.stamp_rsynced:
# prefix of the patches
#
# For BR2_GLOBAL_PATCH_DIR, only generate if it is defined
-$(BUILD_DIR)/%/.stamp_patched: NAMEVER = $(RAWNAME)-$($(PKG)_VERSION)
$(BUILD_DIR)/%/.stamp_patched: PATCH_BASE_DIRS = $(PKGDIR)
$(BUILD_DIR)/%/.stamp_patched: PATCH_BASE_DIRS += $(addsuffix /$(RAWNAME),$(call qstrip,$(BR2_GLOBAL_PATCH_DIR)))
$(BUILD_DIR)/%/.stamp_patched: