]> code.ossystems Code Review - openembedded-core.git/commit
rpm: Fix lua 'print' statement capture
authorMark Hatle <mark.hatle@windriver.com>
Wed, 17 Jun 2015 17:04:40 +0000 (12:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Jun 2015 08:42:03 +0000 (09:42 +0100)
commit7d4230b7eb7aa09087a6267dd6e686f713ac6f72
tree10559679e30bf0b09df0bc40126e6b48816a3467
parent0e26cd974a97f5a8543cb4153a83d1fa977a3468
rpm: Fix lua 'print' statement capture

The print statement should capture the output and send it to the script
processing engine, and not display it directly to the screen.

Note, this is only a bug if 'lua' support has been enabled in the RPM
recipe's PACKAGECONFIG.

This patch is from: http://rpm5.org/cvs/patchset?cn=17671

(From OE-Core rev: 6bc0e8207d0e7b1d6f2eac8ed1b75a3fd9fab87b)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm/rpm-lua-fix-print.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4.14.bb