在 2016年01月14日 18:21, Mike Looijmans 写道:
Instead of patching things up with chown, you could also instruct the "cp" command to not attempt to preserve ownership (the -a and -p options will do that).

Instead of "cp -r -p ..." use "cp -r --preserve=mode,links ..."

Instead of "cp -a ..." use "cp -R --no-dereference --preserve=mode,links ..."

This fixes these QA warnings in a more structured way.


Thanks, Mike

I will send V2 patch.

Yi



On 14-01-16 09:19, Yi Zhao wrote:

The following changes since commit 73af5c278f6617149a46b2d2a1549bc154fa79e5:

mime-construct: Perform more mangling for perl path (2016-01-06 13:27:21 +0100)

are available in the git repository at:

   git://git.openembedded.org/meta-openembedded-contrib yzhao/4-fixes
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/4-fixes

Yi Zhao (4):
   debootstrap: fix host-user-contaminated
   espeak: fix host-user-contaminated
   orrery: fix host-user-contaminated
   logwatch: fix host-user-contaminated

  .../debootstrap/debootstrap_1.0.67.bb              |    1 +
  .../recipes-extended/logwatch/logwatch_7.4.1.bb    |    1 +
  meta-oe/recipes-navigation/orrery/orrery_2.7.bb    |    1 +
  meta-oe/recipes-support/espeak/espeak_1.37.bb      |    1 +
  4 files changed, 4 insertions(+)




Kind regards,

Mike Looijmans
System Expert

TOPIC Embedded Products
Eindhovenseweg 32-C, NL-5683 KH Best
Postbus 440, NL-5680 AK Best
Telefoon: +31 (0) 499 33 69 79
E-mail: mike.looijm...@topicproducts.com
Website: www.topicproducts.com

Please consider the environment before printing this e-mail






--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to