]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 May 2012 14:48:25 +0000 (15:48 +0100)
commit2086bb86885951d0a74342e30ff205c24cb93f0d
tree1f999604d78ee17117f1efcd66338d83780b799f
parent0be64cda0a20ca3aab75ee0cc360236d2dc40c95
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