commit | 130cdf1a4a8112fd826116c50350e28d0b296170 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu May 25 14:28:04 2017 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Jun 03 13:10:22 2017 +0000 |
tree | 0a76a247457297b5552c3fc5510999725e413d4d | |
parent | 2e950829cb80cbab14ef00186dd47515a8ee53db [diff] |
phosphor-fan: Fix a whitespace error Change-Id: I499e8fd282cb7db33dbc88ad2c36aa52b9b94f86 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb index f051404..04413e9 100644 --- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb +++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan.bb
@@ -36,7 +36,7 @@ # ${PN}-presence-tach specific configuration PACKAGECONFIG[presence] = " \ --enable-presence \ - FAN_DETECT_YAML_FILE=${STAGING_DIR_NATIVE}${presence_datadir}/config.yaml, \ + FAN_DETECT_YAML_FILE=${STAGING_DIR_NATIVE}${presence_datadir}/config.yaml, \ --disable-presence, \ virtual/phosphor-fan-presence-config \ , \