From 06151c34f4f4cb669b2f93ebb2f78cfecf698355 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 10 Dec 2012 16:30:03 +0200 Subject: 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 Signed-off-by: Saul Wold --- meta/classes/populate_sdk_deb.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/populate_sdk_deb.bbclass') diff --git a/meta/classes/populate_sdk_deb.bbclass b/meta/classes/populate_sdk_deb.bbclass index 48a638e0f2..e1705e7bfb 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 -- cgit v1.2.3