]> code.ossystems Code Review - openembedded-core.git/commit
poky-extract-sdk: allow relative paths for extract-dir
authorScott Garman <scott.a.garman@intel.com>
Fri, 21 Jan 2011 22:15:05 +0000 (14:15 -0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 24 Jan 2011 22:09:11 +0000 (14:09 -0800)
commit57392afdbb0daf79a42c9a7a6814145715582289
tree1c8f66b99d77703027ad7cd289b859245c4eda77
parent74783fec56d6ced1a793b36410233472e7daf445
poky-extract-sdk: allow relative paths for extract-dir

psuedo needs a full path to its pid file, so convert
relative extract-dir paths to full ones.

The symptom of this bug is receiving the following error:

pseudo: Couldn't open relative/path/to/var/pseudo/pseudo.pid: No such file or directory

This fixes [BUGID #670]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
scripts/poky-extract-sdk