]> code.ossystems Code Review - openembedded-core.git/commit
recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode, links"
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 30 May 2017 08:08:36 +0000 (10:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Jun 2017 16:59:40 +0000 (17:59 +0100)
commit2fcb9bee2487ba8c5e7b2c1fda2fdffcf7fb7f78
tree3bc15544349df11e23212f117aafa6b648dbfe51
parentfac6c0fcb30d7cb49036cb32247569d65d1c5e7f
recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode, links"

* Using "cp -a" leaks UID of user running the builds, causing
  many QA warnings.
* See this thread for details:
  http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/coreutils/coreutils_8.27.bb
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.4.bb
meta/recipes-extended/mdadm/mdadm_4.0.bb