All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Change the way RPM handles pre/post scripts
@ 2011-11-10 18:30 Mark Hatle
  2011-11-10 18:30 ` [PATCH 1/5] rootfs_rpm.bbclass: Enable pre and post install scripts Mark Hatle
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Mark Hatle @ 2011-11-10 18:30 UTC (permalink / raw)
  To: openembedded-core

We change the way rootfs_rpm handles pre / post scripts in order to
enable preinst scripts and better handling of post scripts.

The following changes since commit 379c77d1516fe8fdbd1cd7063f709b5266872b03:

  populate_*.bbclass: Correct INSTALL variable name after recent multilib changes (2011-11-10 18:05:06 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib mhatle/rpm
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/rpm

Mark Hatle (5):
  rootfs_rpm.bbclass: Enable pre and post install scripts
  rootfs_rpm.bbclass: Turn off script debugging
  wpa-supplicant: Avoid blocking the post install script at cross
    rootfs time.
  shadow: Generate the shadow files at rootfs construction
  sudo: Avoid post install scripts

 meta/classes/package_rpm.bbclass                   |   33 ++++-
 meta/classes/rootfs_rpm.bbclass                    |   27 +---
 .../wpa-supplicant/wpa-supplicant-0.7.inc          |    4 +-
 .../wpa-supplicant/wpa-supplicant_0.7.3.bb         |    2 +-
 .../rpm/rpm/rpm-scriptletexechelper.patch          |  159 ++++++++++++++++++++
 meta/recipes-devtools/rpm/rpm_5.4.0.bb             |    3 +-
 meta/recipes-extended/shadow/shadow_4.1.4.3.bb     |   12 +-
 meta/recipes-extended/sudo/sudo.inc                |    8 -
 meta/recipes-extended/sudo/sudo_1.8.3.bb           |    5 +-
 9 files changed, 214 insertions(+), 39 deletions(-)
 create mode 100644 meta/recipes-devtools/rpm/rpm/rpm-scriptletexechelper.patch

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-11-12  0:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 18:30 [PATCH 0/5] Change the way RPM handles pre/post scripts Mark Hatle
2011-11-10 18:30 ` [PATCH 1/5] rootfs_rpm.bbclass: Enable pre and post install scripts Mark Hatle
2011-11-10 18:30 ` [PATCH 2/5] rootfs_rpm.bbclass: Turn off script debugging Mark Hatle
2011-11-10 18:30 ` [PATCH 3/5] wpa-supplicant: Avoid blocking the post install script at cross rootfs time Mark Hatle
2011-11-10 18:30 ` [PATCH 4/5] shadow: Generate the shadow files at rootfs construction Mark Hatle
2011-11-10 18:30 ` [PATCH 5/5] sudo: Avoid post install scripts Mark Hatle
2011-11-12  0:13 ` [PATCH 0/5] Change the way RPM handles pre/post scripts Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.