rpm: Add rpm patch to fix git_strerror issues
authorMark Hatle <mark.hatle@windriver.com>
Sun, 30 Sep 2012 00:19:17 +0000 (19:19 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Oct 2012 10:40:49 +0000 (11:40 +0100)
commitf0acada63f42203ef4f2137225d0b1370c8992da
tree42a324aeab110b59e79aa3b582f9db2e0e30fc10
parent4fae7465eec1b3974a6b897e6502c299baa68de4
rpm: Add rpm patch to fix git_strerror issues

Remove the optimzation append from recipe and add the patch that is in the rpm
cvs repo, http://www.mail-archive.com/rpm-cvs@rpm5.org/msg08907.html. The -O2
optimzation append is removed since it can limit debugging options that are
provided when -O0 is used.

This was tested by setting: SELECTED_OPTIMIZATION = "-O0"

(From OE-Core rev: d109c6bd163469d6281d20174e4b79cb63483cd4)

Signed-off-by: Morgan Little <morgan.little@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm/rpm-stub-out-git_strerror.patch [new file with mode: 0644]
meta/recipes-devtools/rpm/rpm_5.4.9.bb