generic-poky/meta/recipes-kernel/perf
Richard Purdie 4b7a37e072 perf: Fix parsing error
Due to the use of ${@...} the code will try and expand this when
performing the initial parsing. If the sysroot doesn't exist with
an existing kernel, this will fail at parsing time.

Sinec we're already in python, just remove the ${@....} wrapping
and then we execute at do_package time which is what we want.

(From OE-Core rev: 053ca014e7eb8c9dd05cef42fe23f463f3eb15dd)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-19 13:25:34 +00:00
..
perf-features.inc perf: rename perf.inc to perf-features.inc 2013-03-10 04:36:51 +00:00
perf.bb perf: Fix parsing error 2013-03-19 13:25:34 +00:00