]> code.ossystems Code Review - openembedded-core.git/commit
intercepts/update_icon_cache: use STAGING_DIR_NATIVE from environment
authorRoss Burton <ross.burton@intel.com>
Tue, 20 Oct 2015 19:17:58 +0000 (20:17 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:42:41 +0000 (12:42 +0100)
commit9fa5ff645eb683533af482925079dff5c9151831
tree28663504f3afc5c7c8b984cde805c16262786315
parent646599a1f3d39238ba8009993750a46ae220e762
intercepts/update_icon_cache: use STAGING_DIR_NATIVE from environment

Instead of expecting that the calling postinst has exported
STAGING_LIBDIR_NATIVE (which will get set to the sysroot at package build time
and may not be correct if sstate is used), use the new STAGING_DIR_NATIVE that
is exported by rootfs.py.

[ YOCTO #8547 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/postinst-intercepts/update_icon_cache