Re: [oe] [PATCH] libnl: Fix possible host contamination error

2016-09-14 Thread Martin Jansa
This also needs to go to openembedded-core not -devel. On Wed, Sep 14, 2016 at 1:55 PM, Mike Looijmans wrote: > Usually this is the result from using a "cp" (typically "cp -r") command > in the install script instead of "install". Use "install" if possible, > patch the

Re: [oe] [PATCH] libnl: Fix possible host contamination error

2016-09-14 Thread Mike Looijmans
Usually this is the result from using a "cp" (typically "cp -r") command in the install script instead of "install". Use "install" if possible, patch the makefile if you have to. If the install script uses "cp -r", add a few extra --preserve options to the command to prevent it overriding

[oe] [PATCH] libnl: Fix possible host contamination error

2016-09-14 Thread Mats Karrman
From 975b7e64462a465449d367ff6a4e5240a59221d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mats=20K=C3=A4rrman?= Date: Wed, 14 Sep 2016 12:29:27 +0200 Subject: [PATCH] libnl: Fix possible host contamination error --- meta/recipes-support/libnl/libnl_3.2.28.bb | 4 1 file