diff options
author | Ross Burton <ross.burton@intel.com> | 2020-01-02 23:16:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-27 16:48:08 +0000 |
commit | 6f5e5f50ccb352c75f3d0ad292baf32111e4cf8f (patch) | |
tree | 4381482aa6899d286b93d50e1d1a8fea7b89d7ef /meta/classes/fontcache.bbclass | |
parent | a315a01826726d4e403d987e99cb879b2a97329d (diff) | |
download | poky-6f5e5f50ccb352c75f3d0ad292baf32111e4cf8f.tar.gz |
fontcache: fix indentation
(From OE-Core rev: be65d542a30e68479602d6e2fe5c993e77a70dd3)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/fontcache.bbclass')
-rw-r--r-- | meta/classes/fontcache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass index 13f9df1592..97e7f17f00 100644 --- a/meta/classes/fontcache.bbclass +++ b/meta/classes/fontcache.bbclass | |||
@@ -20,7 +20,7 @@ if [ -n "$D" ] ; then | |||
20 | $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} \ | 20 | $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} \ |
21 | 'bindir="${bindir}"' \ | 21 | 'bindir="${bindir}"' \ |
22 | 'libdir="${libdir}"' \ | 22 | 'libdir="${libdir}"' \ |
23 | 'libexecdir="${libexecdir}"' \ | 23 | 'libexecdir="${libexecdir}"' \ |
24 | 'base_libdir="${base_libdir}"' \ | 24 | 'base_libdir="${base_libdir}"' \ |
25 | 'fontconfigcachedir="${FONTCONFIG_CACHE_DIR}"' \ | 25 | 'fontconfigcachedir="${FONTCONFIG_CACHE_DIR}"' \ |
26 | 'fontconfigcacheparams="${FONTCONFIG_CACHE_PARAMS}"' \ | 26 | 'fontconfigcacheparams="${FONTCONFIG_CACHE_PARAMS}"' \ |