]> code.ossystems Code Review - openembedded-core.git/commit
libcap-ng: do not use symlink to share files with libcap-ng-python
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 2 Jul 2019 02:35:55 +0000 (14:35 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jul 2019 08:09:49 +0000 (09:09 +0100)
commit9ddf0597b4ea40b4c2be2eb0f01f833b5ec23030
tree281d3f2eaac2fdcf07fc8ba34ea48ffac4cd80a7
parent3f88fcac8b5d3067bd4079af336eaf823ba00c96
libcap-ng: do not use symlink to share files with libcap-ng-python

I'm not sure what's going on but having this symlink present is causing
git problems rebasing just by being present; deleting it and checking it
out again does not fix it. In any event this is not the standard way of
sharing files between recipes in the same directory - extending
FILESEXTRAPATHS is, so use that method instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libcap-ng/libcap-ng [deleted symlink]
meta/recipes-support/libcap-ng/libcap-ng-python_0.7.9.bb
meta/recipes-support/libcap-ng/libcap-ng/python.patch [moved from meta/recipes-support/libcap-ng/libcap-ng-python/python.patch with 100% similarity]