]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory: fix multiple commit of images and packages at the same time
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 4 May 2012 13:36:01 +0000 (14:36 +0100)
committerScott Garman <sgarman@zenlinux.com>
Mon, 7 May 2012 23:14:47 +0000 (16:14 -0700)
commit540cd9d42a4db562e5eca431cec89ac5a6a05cab
treed201b95b18ed90c2b9903f13e1c3ed4c92e8eb74
parente9239e4250ef140920847f78625cc7206763c32c
buildhistory: fix multiple commit of images and packages at the same time

The echo line here was merging multiple lines into one, and the result
was that if both image and package changes had to be comitted then only
the image changes were being committed and the package changes could
potentially be merged into the next package change. Quoting the variable
reference fixes this.

Fixes [YOCTO #2411]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildhistory.bbclass