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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 May 2012 15:44:58 +0000 (16:44 +0100)
commitbf3d0da5b7128f7bcad12d241c776b5959116ff6
tree1ff92829696eba7f6e225562f3848308cbf309db
parentb5caaae80be09a68dd5e16e6b2f5aa60c8554346
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]

(From OE-Core rev: 2086bb86885951d0a74342e30ff205c24cb93f0d)

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