mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
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. (From OE-Core rev: 9ddf0597b4ea40b4c2be2eb0f01f833b5ec23030) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1c6b1f926c
commit
4aef95e8d4
@ -1 +0,0 @@
|
||||
libcap-ng-python
|
||||
@ -1,5 +1,7 @@
|
||||
require libcap-ng.inc
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/libcap-ng:"
|
||||
|
||||
SUMMARY .= " - python"
|
||||
|
||||
inherit lib_package autotools python3native
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user