Hi all, Because RPM saves the postinstalls in /etc/rpm-postinsts only if the postinstall fails, the intercept hooks machanism was implemented so that the postinstalls always return 1, in order for the rpm to save the scriptlet. Unfortunately, this is not such a good idea when a recipe needs to install more than one hook.
This patchset changes the logic in order to allow installing multiple hooks in the same postinstall. The postinstall is extracted after the package is installed and some sed magic is needed in order to extract the postinstall scriptlets from rpm. Thanks, Laurentiu The following changes since commit 3b2d8e52ee4391802cff7baf3f343700499859ce: build-appliance: Update to latest dylan revision for release (2013-04-18 22:02:43 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/postinsts_issue_fix http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/postinsts_issue_fix Laurentiu Palcu (4): fontcache.bbclass: do not exit with 1 after installing intercept hook gtk-icon-cache.bbclass: do not exit 1 after installing intercept hook pixbufcache.bbclass: do not exit 1 after installing intercept hook image.bbclass: change the logic when intercepts fail meta/classes/fontcache.bbclass | 10 ++------ meta/classes/gtk-icon-cache.bbclass | 47 +++++++++++++++-------------------- meta/classes/image.bbclass | 32 ++++++++++++++++-------- meta/classes/pixbufcache.bbclass | 29 +++++++++------------ 4 files changed, 56 insertions(+), 62 deletions(-) -- 1.7.9.5 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core