[OE-core] [PATCH 0/2] Fix oe.path.copyhardlinktree()

Joshua Lock joshuagloe at gmail.com
Mon Sep 5 13:35:08 UTC 2016


My recent change to preserve extended attributes in oe.path resulted in a
copyhardlinktree() being broken when the source contains hidden files.

This series includes a fix for copyhardlinktree() and a simple selftest for 
copyhardlinktree() which ensures the source and destination have the same number
of files after a copy.

The following changes since commit 9b08503eabf78bc1b114416523b41dcce3449f58:

  toaster: fire TaskArtifacts event (2016-09-04 00:05:13 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib joshuagl/copyhard
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=joshuagl/copyhard

Joshua Lock (2):
  oe.path: fix copyhardlinktree()
  selftest/liboe: add a test for copyhardlinktree()

 meta/lib/oe/path.py             |  9 ++++++---
 meta/lib/oeqa/selftest/liboe.py | 29 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 3 deletions(-)

-- 
2.7.4



More information about the Openembedded-core mailing list