From 92af034e880026ec17f9b05f886e38ebfe0d5526 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 2 Jul 2019 11:19:35 +1200 Subject: 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 --- meta/recipes-support/libcap-ng/libcap-ng-python_0.7.9.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support/libcap-ng/libcap-ng-python_0.7.9.bb') diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.7.9.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.7.9.bb index e49b445f57..43f76dc561 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng-python_0.7.9.bb +++ b/meta/recipes-support/libcap-ng/libcap-ng-python_0.7.9.bb @@ -1,5 +1,7 @@ require libcap-ng.inc +FILESEXTRAPATHS_prepend := "${THISDIR}/libcap-ng:" + SUMMARY .= " - python" inherit lib_package autotools python3native -- cgit v1.2