summaryrefslogtreecommitdiff
path: root/meta/classes/fontcache.bbclass
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-04-26 11:04:02 +0300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-05-20 16:06:13 +0100
commit0db4db02486926ef5d0b1cee92f963cf0f1e64fc (patch)
treec87ad9d02b01879a23edef7ee88e956024c5b1dd /meta/classes/fontcache.bbclass
parent324bb71d769955690d575b85f5a6670314fdd1f1 (diff)
downloadopenembedded-core-0db4db02486926ef5d0b1cee92f963cf0f1e64fc.tar.gz
openembedded-core-0db4db02486926ef5d0b1cee92f963cf0f1e64fc.tar.bz2
openembedded-core-0db4db02486926ef5d0b1cee92f963cf0f1e64fc.zip
Pass the mlprefix to postinst_intercept script
This is needed in order to have separate multilib intercept hooks. (From OE-Core master 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}"
fontcache_common() {
if [ "x$D" != "x" ] ; then
- $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} bindir=${bindir} \
+ $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} bindir=${bindir} \
libdir=${libdir} base_libdir=${base_libdir}
else
fc-cache