[Buildroot] [PATCH 02/13] Set default BR2_PACKAGE_OVERRIDE_FILE based on BR2_PROJECT_DIR

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sat Oct 13 23:13:56 UTC 2012


From: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Config.in b/Config.in
index 438964a..8cefcc6 100644
--- a/Config.in
+++ b/Config.in
@@ -420,6 +420,7 @@ config BR2_HAVE_DEVFILES
 
 config BR2_PACKAGE_OVERRIDE_FILE
 	string "location of a package override file"
+	default "$(PROJECT_DIR)/project.mk" if BR2_PROJECT_DIR != ""
 	default "$(TOPDIR)/local.mk"
 	help
 	  A package override file is a short makefile that contains



More information about the buildroot mailing list