diff options
author | Bill Randle <william.c.randle@intel.com> | 2016-04-12 08:22:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-13 10:12:43 +0100 |
commit | d71f4f54b4c22c9382bddce66c1580d875dcfef2 (patch) | |
tree | 7b66f10fda77ba0bb7feddda06f9b0dfa8e6a0b5 /meta/recipes-bsp/pciutils | |
parent | 036b26093e3c88dbb903a4a11d29c32c7516bc02 (diff) | |
download | openembedded-core-d71f4f54b4c22c9382bddce66c1580d875dcfef2.tar.gz openembedded-core-d71f4f54b4c22c9382bddce66c1580d875dcfef2.tar.bz2 openembedded-core-d71f4f54b4c22c9382bddce66c1580d875dcfef2.zip |
package.bbclass: handle links in sorted order
When processing links, the directories are processed in unsorted order
which can result in cases like /var/lock -> /run/lock handled before
/var/run -> /run throwing an error for /var/run because /run already exists.
Change the link processing to ensure links are processed in sorted order of
the destination.
[YOCTO #9430]
Signed-off-by: Bill Randle <william.c.randle@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pciutils')
0 files changed, 0 insertions, 0 deletions