From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TvjoG-0006Xm-B7 for openembedded-core@lists.openembedded.org; Thu, 17 Jan 2013 08:22:51 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r0H77O88018692 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 16 Jan 2013 23:07:24 -0800 (PST) Received: from pek-hjia-d1.corp.ad.wrs.com (128.224.162.131) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.318.4; Wed, 16 Jan 2013 23:07:24 -0800 From: Hongxu Jia To: Date: Thu, 17 Jan 2013 15:07:18 +0800 Message-ID: X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Subject: [PATCH 0/4]fix support postrm/prerm at image creation time X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 07:22:51 -0000 Content-Type: text/plain There are defects to support prerm/postrm at image creation time: 1) gtk-icon-cache.bbclass:support postrm at image creation time 2) update-rc.d:support postrm at image creation time 3) libnss-mdns:support prerm at image creation time 4) gtk-immodules-cache.bbclass:fix support postrm at image creation time [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 | 9 +++++++++ meta/classes/gtk-immodules-cache.bbclass | 2 +- meta/classes/update-rc.d.bbclass | 6 +++++- meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb | 11 +++++++++-- 4 files changed, 24 insertions(+), 4 deletions(-) -- 1.7.10.4