]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
populate_sdk_ext.bbclass: check unfsd before create it rbt/ext
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 7 Nov 2016 07:18:05 +0000 (23:18 -0800)
committerRobert Yang <liezhi.yang@windriver.com>
Mon, 7 Nov 2016 08:02:30 +0000 (00:02 -0800)
commit26722d4430b38c5c98db776a22b007d065f86fb9
treeb15dccca2888fe901cc65fd3b3fcd6474cc5751c
parent58de12eaaac9c60bb8fc84a3a965ef86d2a39ae0
populate_sdk_ext.bbclass: check unfsd before create it

Fixed when nativesdk-unfs3 is installed:
$ bitbake <image> -c populate_sdk_ext
| Traceback (most recent call last):
|   File "/path/to/oe-core/scripts/lnr", line 21, in <module>
|     os.symlink(target, linkname)
| FileExistsError: [Errno 17] File exists: '../../../../tmp/sysroots/x86_64-linux/usr/bin/unfsd' -> '/path/to/9.0/sysroots/x86_64-wrlinuxsdk-linux/usr/bin/unfsd'

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/populate_sdk_ext.bbclass