[OE-core] [PATCH 04/20] package_rpm.bbclass:Make the regexp less greedy

2013-08-27 Thread Khem Raj
This causes issues when postinstalls have ERROR keywords its interpreted as error and image build is cancelled Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/classes/package_rpm.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/package_rpm.bbclass

Re: [OE-core] [PATCH 04/20] package_rpm.bbclass:Make the regexp less greedy

2013-08-27 Thread Phil Blundell
On Tue, 2013-08-27 at 10:15 -0700, Khem Raj wrote: This causes issues when postinstalls have ERROR keywords its interpreted as error and image build is cancelled Signed-off-by: Khem Raj raj.k...@gmail.com As I mentioned before, the regexp isn't a very satisfactory description of the locus