From b8473eb82201d8646fb6aadadc18796856b6523f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 23 Jan 2019 17:17:36 +0100 Subject: fontcache: fix postinst for nativesdk case Both installing the binary into the correct place, and passing that place to postinst_intercept were missing. (From OE-Core rev: 9ac7415464b7817aa5cc0c2167ff61f4344660dd) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/classes/fontcache.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes/fontcache.bbclass') diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass index f71a754a4d..13f9df1592 100644 --- a/meta/classes/fontcache.bbclass +++ b/meta/classes/fontcache.bbclass @@ -20,6 +20,7 @@ if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} \ 'bindir="${bindir}"' \ 'libdir="${libdir}"' \ + 'libexecdir="${libexecdir}"' \ 'base_libdir="${base_libdir}"' \ 'fontconfigcachedir="${FONTCONFIG_CACHE_DIR}"' \ 'fontconfigcacheparams="${FONTCONFIG_CACHE_PARAMS}"' \ -- cgit v1.2.3-54-g00ecf