From patchwork Fri Aug 3 20:19:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/5] package_rpm: export the native directory to the postinst scriptlets Date: Fri, 03 Aug 2012 20:19:38 -0000 From: Laurentiu Palcu X-Patchwork-Id: 33753 Message-Id: To: openembedded-core@lists.openembedded.org Some postinst scriptlets test for the existence of certain files but have the paths hardcoded to the target's rootfs. This patch will allow us to run postinst scriptlets at do_rootfs time by calling native binaries. Signed-off-by: Laurentiu Palcu --- meta/classes/package_rpm.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 50e9b31..113b19c 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass @@ -443,6 +443,7 @@ export D="${target_rootfs}" export OFFLINE_ROOT="\$D" export IPKG_OFFLINE_ROOT="\$D" export OPKG_OFFLINE_ROOT="\$D" +export NATIVE_DIR="${STAGING_DIR_NATIVE}" \$2 \$1/\$3 \$4 if [ \$? -ne 0 ]; then