[Buildroot] [PATCH 05 of 20] pkg-generic: add check on deprecated variable FOO_INSTALL_OPT

Thomas De Schampheleire patrickdepinguin at gmail.com
Tue Jul 29 21:12:32 UTC 2014


This patch introduces a check for the usage of deprecated variable
FOO_INSTALL_OPT, and suggests to use FOO_INSTALL_OPTS instead.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

---
 package/pkg-generic.mk |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff -r 350c3078ccd9 -r 565580d243a8 package/pkg-generic.mk
--- a/package/pkg-generic.mk	Mon Jul 28 21:34:36 2014 +0200
+++ b/package/pkg-generic.mk	Mon Jul 28 21:35:28 2014 +0200
@@ -719,6 +719,7 @@
 
 # Ensure unified variable name conventions between all packages
 $(eval $(call check-deprecated-variable,$(2)_MAKE_OPT,$(2)_MAKE_OPTS))
+$(eval $(call check-deprecated-variable,$(2)_INSTALL_OPT,$(2)_INSTALL_OPTS))
 
 TARGETS += $(1)
 


More information about the buildroot mailing list