mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9192fc10e4
commit
5d179f6d28
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user