On 13-11-07 06:16 PM, Saul Wold wrote:
On 11/07/2013 10:36 AM, Konrad Scherer wrote:
From: Konrad Scherer
Turns out the sed command has not been working as intended since
kernel 3.1 due to the trailing space. Adding the WERROR=0 environment
variable is the correct way to disable warnings as er
On 11/07/2013 10:36 AM, Konrad Scherer wrote:
From: Konrad Scherer
Turns out the sed command has not been working as intended since
kernel 3.1 due to the trailing space. Adding the WERROR=0 environment
variable is the correct way to disable warnings as errors.
So, I recently saw this failure:
From: Konrad Scherer
Turns out the sed command has not been working as intended since
kernel 3.1 due to the trailing space. Adding the WERROR=0 environment
variable is the correct way to disable warnings as errors.
Signed-off-by: Konrad Scherer
---
meta/recipes-kernel/perf/perf.bb | 4
1