From patchwork Tue Mar 6 17:24:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,0/5] Postinst trigger improvements for images Date: Tue, 06 Mar 2012 17:24:10 -0000 From: Otavio Salvador X-Patchwork-Id: 22815 Message-Id: To: openembedded-core@lists.openembedded.org This patchset make consistent and more meanful the name used as postinst trigger in rootfs. The following changes since commit d7b8c247227f3cc82f92292407f548927e9fde78: base.bbclass: Fix PACKAGECONFIG handling when no flags are set (2012-03-05 13:03:41 -0800) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Salvador (5): run-postinsts: fix opkg data path image.bbclass: fix rootfs generation without package management tools rootfs_rpm.bbclass: rename postinst trigger script opkg: rename postinst trigger script dpkg: rename postinst trigger script meta/classes/core-image.bbclass | 2 -- meta/classes/image.bbclass | 7 +++++-- meta/classes/rootfs_rpm.bbclass | 6 +++--- meta/recipes-devtools/dpkg/dpkg.inc | 8 ++++---- .../dpkg/run-postinsts/run-postinsts | 4 ++-- .../dpkg/run-postinsts/run-postinsts.awk | 2 +- meta/recipes-devtools/dpkg/run-postinsts_1.0.bb | 2 +- meta/recipes-devtools/opkg/opkg.inc | 8 ++++---- 8 files changed, 20 insertions(+), 19 deletions(-)