summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/lsb.py
diff options
context:
space:
mode:
authorBill Randle <william.c.randle@intel.com>2016-04-12 08:22:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-13 10:12:52 +0100
commit9262d2ff39f898605fe6f4224a4684e782439497 (patch)
tree2480aa6ad77712724f45cf56b16dac7725f35da0 /meta/lib/oe/lsb.py
parent29cf26363f9f71f13ff1548b8daf11052b0dc839 (diff)
downloadpoky-9262d2ff39f898605fe6f4224a4684e782439497.tar.gz
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] (From OE-Core rev: d71f4f54b4c22c9382bddce66c1580d875dcfef2) Signed-off-by: Bill Randle <william.c.randle@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/lsb.py')
0 files changed, 0 insertions, 0 deletions