]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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]

diff --git a/meta/recipes-support/libcap-ng/libcap-ng b/meta/recipes-support/libcap-ng/libcap-ng
deleted file mode 120000 (symlink)
index fb7744d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-libcap-ng-python
\ No newline at end of file
index e49b445f570d5697044dec4f0a0d93c009b62387..43f76dc561aa4ebffb1ab9a2a3ea321692036f59 100644 (file)
@@ -1,5 +1,7 @@
 require libcap-ng.inc
 
+FILESEXTRAPATHS_prepend := "${THISDIR}/libcap-ng:"
+
 SUMMARY .= " - python"
 
 inherit lib_package autotools python3native