summaryrefslogtreecommitdiffstats
path: root/meta/classes/fontcache.bbclass
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-04-26 11:04:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 14:45:10 +0100
commit4a3d4b8d7a6f5bb177ddd9844313e153cd860cbe (patch)
tree707c036ece5b4f847093167ee837073cb05d0194 /meta/classes/fontcache.bbclass
parent1a438afd69250bb9ce1555a9b84f1dd3cfb41719 (diff)
downloadpoky-4a3d4b8d7a6f5bb177ddd9844313e153cd860cbe.tar.gz
Pass the mlprefix to postinst_intercept script
This is needed in order to have separate multilib intercept hooks. (From OE-Core rev: 44eae13c164ca6e15a6013eafeab3eb44f24c8e0) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/fontcache.bbclass')
-rw-r--r--meta/classes/fontcache.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass
index 9136c5a886..325bcae58f 100644
--- a/meta/classes/fontcache.bbclass
+++ b/meta/classes/fontcache.bbclass
@@ -10,7 +10,7 @@ FONT_PACKAGES ??= "${PN}"
10 10
11fontcache_common() { 11fontcache_common() {
12if [ "x$D" != "x" ] ; then 12if [ "x$D" != "x" ] ; then
13 $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} bindir=${bindir} \ 13 $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} bindir=${bindir} \
14 libdir=${libdir} base_libdir=${base_libdir} 14 libdir=${libdir} base_libdir=${base_libdir}
15else 15else
16 fc-cache 16 fc-cache