From patchwork Wed Feb 20 06:16:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/3] Redirect output of post-install scripts when "debug-tweak" enabled Date: Wed, 20 Feb 2013 06:16:33 -0000 From: Kang Kai X-Patchwork-Id: 44911 Message-Id: To: Cc: Zhenfeng.Zhao@windriver.com The following changes since commit c7b23ab68aafc04d9830ef318015912e5d4f0672: maintainers.inc: update ownership of recipes (2013-02-17 22:33:30 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/redirect-postinst http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/redirect-postinst Kang Kai (3): rpm: redirect output of post install script dpkg: redirect output of postinstall script opkg: save output of postinst scripts .../dpkg/dpkg/redirect-output.patch | 37 +++++++++++++++++++ meta/recipes-devtools/dpkg/dpkg_1.16.9.bb | 8 +++- .../opkg/opkg/redirect-output.patch | 29 +++++++++++++++ meta/recipes-devtools/opkg/opkg_svn.bb | 6 +++- .../recipes-devtools/rpm/rpm/redirect-output.patch | 38 ++++++++++++++++++++ meta/recipes-devtools/rpm/rpm_5.4.9.bb | 6 +++- 6 files changed, 120 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-devtools/dpkg/dpkg/redirect-output.patch create mode 100644 meta/recipes-devtools/opkg/opkg/redirect-output.patch create mode 100644 meta/recipes-devtools/rpm/rpm/redirect-output.patch