diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-04-26 11:04:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:53 +0100 |
commit | 44eae13c164ca6e15a6013eafeab3eb44f24c8e0 (patch) | |
tree | c2c2087c102f66b4a360f65f4eb8661485b28231 /meta/classes/pixbufcache.bbclass | |
parent | 2c5c6e3ffcd561c25a34603922b622449f677a34 (diff) | |
download | openembedded-core-44eae13c164ca6e15a6013eafeab3eb44f24c8e0.tar.gz openembedded-core-44eae13c164ca6e15a6013eafeab3eb44f24c8e0.tar.bz2 openembedded-core-44eae13c164ca6e15a6013eafeab3eb44f24c8e0.zip |
Pass the mlprefix to postinst_intercept script
This is needed in order to have separate multilib intercept hooks.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/pixbufcache.bbclass')
-rw-r--r-- | meta/classes/pixbufcache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 4e0f57729c..37bf812b07 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/classes/pixbufcache.bbclass @@ -10,7 +10,7 @@ PIXBUF_PACKAGES ??= "${PN}" pixbufcache_common() { if [ "x$D" != "x" ]; then - $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} libdir=${libdir} \ + $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \ bindir=${bindir} base_libdir=${base_libdir} else |