From patchwork Thu Jan 17 12:56:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2,0/4] fix support postrm/prerm at image creation time Date: Thu, 17 Jan 2013 12:56:36 -0000 From: Hongxu Jia X-Patchwork-Id: 42797 Message-Id: To: There are defects to support prerm/postrm at image creation time. Change with V1: 1) gtk-icon-cache.bbclass: install hook instead of calling gtk-update-icon-cache directly. 2) libnss-mdns: delete test $D, directly use $D/etc/nsswitch.conf. 3) gtk-immodules-cache.bbclass: postrm use the same logic as the postinst. [YOCTO #3633] is about 1) gtk-icon-cache.bbclass The following changes since commit 9f263a60e3521b800121a6f527a7b30dc9b62432: oprofile: add AArch64 support (2013-01-16 16:10:39 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-postrm http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-postrm Hongxu Jia (4): gtk-icon-cache.bbclass:fix support postrm at image creation time update-rc.d:fix support postrm at image creation time libnss-mdns:fix support prerm at image creation time gtk-immodules-cache.bbclass:fix support postrm at image creation time meta/classes/gtk-icon-cache.bbclass | 18 ++++++++++++++++++ meta/classes/gtk-immodules-cache.bbclass | 13 ++++++++++++- meta/classes/update-rc.d.bbclass | 6 +++++- .../libnss-mdns/libnss-mdns_0.10.bb | 4 ++-- 4 files changed, 37 insertions(+), 4 deletions(-)