When describing something as broken in the short log, it's typically a good idea to also include the symptoms, and the fix. That way the log will tell someone experience a particular problem that this change indeed addresses their problem.
Bruce On Mon, Jun 9, 2014 at 5:21 PM, Henning Heinold <[email protected]> wrote: > The patch was sponsored by sysmocom > > Signed-off-by: Henning Heinold <[email protected]> > --- > meta/recipes-kernel/perf/perf.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-kernel/perf/perf.bb > b/meta/recipes-kernel/perf/perf.bb > index adbecfd..74686ca 100644 > --- a/meta/recipes-kernel/perf/perf.bb > +++ b/meta/recipes-kernel/perf/perf.bb > @@ -112,7 +112,7 @@ do_install() { > unset CFLAGS > oe_runmake DESTDIR=${D} install > # we are checking for this make target to be compatible with older > perf versions > - if [ "${@perf_feature_enabled('perf-scripting', 1, 0, d)}" = "1" -a > $(grep install-python_ext ${S}/tools/perf/Makefile) = "0"]; then > + if [ "${@perf_feature_enabled('perf-scripting', 1, 0, d)}" = "1" -a > $(grep install-python_ext ${S}/tools/perf/Makefile) = "0" ]; then > oe_runmake DESTDIR=${D} install-python_ext > fi > } > -- > 1.9.1 > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
