From: Arnout Vandecappelle Date: Wed, 16 Dec 2015 23:57:47 +0000 (+0100) Subject: pkg-generic: remove unused NAMEVER X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f464fdfa93560e33a46192e59500d222fb7004a3;p=buildroot.git 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) Signed-off-by: Thomas Petazzoni --- diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 357a5c7b9e..1e024d3484 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: