From patchwork Mon Dec 10 16:09:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/2] Postinstall fixes Date: Mon, 10 Dec 2012 16:09:05 -0000 From: Laurentiu Palcu X-Patchwork-Id: 40697 Message-Id: To: openembedded-core@lists.openembedded.org Hi, This patchset contains two fixes: * when generating the SDK target sysroot, postinstall scriptlets could not benefit of the latest postinstall improvements because NATIVE_ROOT and INTERCEPT_DIR were not exported in populate_sdk_(deb|ipk|rpm).bbclass. * gdk-pixbuf-query-loaders always returns 0 and the exit condition was not effective. Without this change the SDK builds failed because sed -i created some temporary files that could not be tarred and tar_sdk function failed; Thanks, Laurentiu The following changes since commit c607095894cab60493ddfc4b967b0325e1c313b4: bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for new parsing" (2012-12-07 18:09:01 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/postinst http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/postinst Laurentiu Palcu (2): populate_sdk_(deb|ipk|rpm): export NATIVE_ROOT and INTERCEPT_DIR variables gdk-pixbuf: handle postinstall errors differently meta/classes/populate_sdk_deb.bbclass | 2 ++ meta/classes/populate_sdk_ipk.bbclass | 2 ++ meta/classes/populate_sdk_rpm.bbclass | 2 ++ meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb | 20 +++++++++++++++++--- 4 files changed, 23 insertions(+), 3 deletions(-)