diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-07 15:22:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-08 11:20:13 +0100 |
commit | 5d179f6d28fdeb382188997d4c69eb482cc013d7 (patch) | |
tree | a23ac8308215859de582a8e2c527a50bc589cb3a | |
parent | 9192fc10e48d9169b0aad706b5b3f44d2869471c (diff) | |
download | poky-5d179f6d28fdeb382188997d4c69eb482cc013d7.tar.gz |
binconfig-disabled: add a default value and comment for BINCONFIG
To avoid syntax errors when inheriting this class without setting BINCONFIG, add
a default value and a comment.
(From OE-Core rev: a7e808e9a0ff45f14235b2de3c53d89d98fde714)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/binconfig-disabled.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/binconfig-disabled.bbclass b/meta/classes/binconfig-disabled.bbclass index 1308358fec..27f904eb42 100644 --- a/meta/classes/binconfig-disabled.bbclass +++ b/meta/classes/binconfig-disabled.bbclass | |||
@@ -2,6 +2,9 @@ | |||
2 | # Class to disable binconfig files instead of installing them | 2 | # Class to disable binconfig files instead of installing them |
3 | # | 3 | # |
4 | 4 | ||
5 | # The list of scripts which should be disabled. | ||
6 | BINCONFIG ?= "" | ||
7 | |||
5 | FILES_${PN}-dev += "${bindir}/*-config" | 8 | FILES_${PN}-dev += "${bindir}/*-config" |
6 | 9 | ||
7 | do_install_append () { | 10 | do_install_append () { |