[OE-core] [PATCH] glib-2.0: Do not use readlink to set target paths.

2014-05-14 Thread Drew Moseley
Do not use readlink to set ABS_GLIB_RUNTIME_LIBDIR when cross compiling. Doing so causes host paths to potentially pollute the target. Unfortunately in this case we don't actually convert to an absolute path. Signed-off-by: Drew Moseley --- ...c-Do-not-use-readlink-when-cross-compilin.patch |

Re: [OE-core] [PATCH] glib-2.0: Do not use readlink to set target paths.

2014-05-13 Thread Saul Wold
On 05/12/2014 01:00 PM, Drew Moseley wrote: From: Drew Moseley Do not use readlink to set ABS_GLIB_RUNTIME_LIBDIR when cross compiling. Doing so causes host paths to potentially pollute the target. Unfortunately in this case we don't actually convert to an absolute path. Signed-off-by: Drew

[OE-core] [PATCH] glib-2.0: Do not use readlink to set target paths.

2014-05-12 Thread Drew Moseley
From: Drew Moseley Do not use readlink to set ABS_GLIB_RUNTIME_LIBDIR when cross compiling. Doing so causes host paths to potentially pollute the target. Unfortunately in this case we don't actually convert to an absolute path. Signed-off-by: Drew Moseley --- ...c-Do-not-use-readlink-when-cr