From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id ECEC46D257 for ; Thu, 31 Oct 2013 05:59:12 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r9V5xFQl008768 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 30 Oct 2013 22:59:15 -0700 (PDT) Received: from pek-qchen1-d1.corp.ad.wrs.com (128.224.162.213) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.2.347.0; Wed, 30 Oct 2013 22:59:13 -0700 From: To: Date: Thu, 31 Oct 2013 14:00:10 +0800 Message-ID: X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Subject: [PATCH 0/3] Fixes about pkg_postinst X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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, 31 Oct 2013 05:59:13 -0000 Content-Type: text/plain From: Chen Qi The following changes since commit 523f2a9ea970713fb775bc48f84b67420b1106a0: cross-canadian: Improve comment (2013-10-30 18:01:34 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/postinsts http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/postinsts Chen Qi (3): groff: fix pkg_postinst and remove unneeded do_install_prepend sgml-common: make postinst run successfully at rootfs time jpeg: enable postinst to run at rootfs time successfully meta/recipes-core/jpeg/jpeg_8d.bb | 10 +++------- .../sgml-common/sgml-common_0.6.3.bb | 16 ++++++++++++++++ meta/recipes-extended/groff/groff_1.18.1.4.bb | 12 +++--------- 3 files changed, 22 insertions(+), 16 deletions(-) -- 1.7.9.5