[Buildroot] [RFC v3 22/30] Makefile: add the STAGINGNOPKG_DIR variable

Fabio Porcedda fabio.porcedda at gmail.com
Tue Mar 3 09:17:27 UTC 2015


This is to be able to access the common staging directory even when in a
successive commit the STAGING_DIR will point to the per-package staging
directory.

Signed-off-by: Fabio Porcedda <fabio.porcedda at gmail.com>
---
 package/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/Makefile.in b/package/Makefile.in
index 803b162..88ace05 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -108,6 +108,7 @@ endif
 
 STAGING_SUBDIR = usr/$(GNU_TARGET_NAME)/sysroot
 STAGING_DIR    = $(HOST_DIR)/$(STAGING_SUBDIR)
+STAGINGNOPKG_DIR := $(STAGING_DIR)
 
 TARGET_OPTIMIZATION := $(call qstrip,$(BR2_TARGET_OPTIMIZATION))
 
-- 
2.3.1




More information about the buildroot mailing list