]> code.ossystems Code Review - openembedded-core.git/commitdiff
binconfig-disabled: add a default value and comment for BINCONFIG
authorRoss Burton <ross.burton@intel.com>
Mon, 7 Jul 2014 14:22:20 +0000 (15:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Jul 2014 10:19:49 +0000 (11:19 +0100)
To avoid syntax errors when inheriting this class without setting BINCONFIG, add
a default value and a comment.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/binconfig-disabled.bbclass

index 1308358fecba429bf45eed34720834a631be48d4..27f904eb42dc8d6739ced78c479ad62e41c84b5f 100644 (file)
@@ -2,6 +2,9 @@
 # Class to disable binconfig files instead of installing them
 #
 
+# The list of scripts which should be disabled.
+BINCONFIG ?= ""
+
 FILES_${PN}-dev += "${bindir}/*-config"
 
 do_install_append () {