[OE-core] [PATCH] utils: Fix create_wrapper

2019-03-06 Thread Achille Fouilleul
mlink. This change makes the wrapper pass the original argv[0] down to the real command. Signed-off-by: Achille Fouilleul --- meta/classes/utils.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index 0016e5c4e6..cd3d0

[OE-core] [PATCH] binutils: fix symlinks

2018-10-05 Thread Achille Fouilleul
host binutils. Use the os.path.relpath function to obtain shorter relative paths, which do not contain ${SDKPATHNATIVE}. Signed-off-by: Achille Fouilleul --- meta/recipes-devtools/binutils/binutils.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools

[OE-core] [PATCH] Fix binutils symlinks

2018-10-05 Thread Achille Fouilleul
host binutils. Use the os.path.relpath function to obtain shorter relative paths, which do not contain ${SDKPATHNATIVE}. Signed-off-by: Achille Fouilleul --- meta/recipes-devtools/binutils/binutils.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools