diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-12-10 16:30:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-13 14:28:40 +0000 |
commit | 06151c34f4f4cb669b2f93ebb2f78cfecf698355 (patch) | |
tree | e81c2636dda9645cdce19b6211ca2590bb7d5773 /meta/classes/populate_sdk_deb.bbclass | |
parent | 1024f59c78ebdec132fde6a2d7eccde4b03ba468 (diff) | |
download | openembedded-core-contrib-06151c34f4f4cb669b2f93ebb2f78cfecf698355.tar.gz |
populate_sdk_(deb|ipk|rpm): export NATIVE_ROOT and INTERCEPT_DIR variables
In order for the postinstall scripts to have access to the recent
improvements when generating the target SDK sysroot, export these
variables in populate_sdk.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/classes/populate_sdk_deb.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_deb.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_deb.bbclass b/meta/classes/populate_sdk_deb.bbclass index 48a638e0f27..e1705e7bfb9 100644 --- a/meta/classes/populate_sdk_deb.bbclass +++ b/meta/classes/populate_sdk_deb.bbclass @@ -34,6 +34,8 @@ populate_sdk_deb () { export INSTALL_PACKAGES_ATTEMPTONLY_DEB="${TOOLCHAIN_TARGET_TASK_ATTEMPTONLY}" export PACKAGES_LINGUAS_DEB="" export INSTALL_TASK_DEB="populate_sdk-target" + export INTERCEPT_DIR=${WORKDIR}/intercept_scripts + export NATIVE_ROOT=${STAGING_DIR_NATIVE} package_install_internal_deb |