[OE-core] [PATCH 1/1] git: fix do_install error

2014-10-08 Thread Robert Yang
Fixed when MACHINE = qemux86-64 and libdir = /usr/lib64: mv: cannot stat `/path/to/image/usr/lib64/perl-native/perl': No such file or directory The perl-native files are always installed to /usr/lib on both 32/64 bits targets. Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

Re: [OE-core] [PATCH 1/1] git: fix do_install error

2014-10-08 Thread Saul Wold
On 10/08/2014 01:04 AM, Robert Yang wrote: Fixed when MACHINE = qemux86-64 and libdir = /usr/lib64: mv: cannot stat `/path/to/image/usr/lib64/perl-native/perl': No such file or directory The perl-native files are always installed to /usr/lib on both 32/64 bits targets. Signed-off-by: Robert

Re: [OE-core] [PATCH 1/1] git: fix do_install error

2014-10-08 Thread Peter A. Bigot
On 10/08/2014 03:04 AM, Robert Yang wrote: Fixed when MACHINE = qemux86-64 and libdir = /usr/lib64: mv: cannot stat `/path/to/image/usr/lib64/perl-native/perl': No such file or directory The perl-native files are always installed to /usr/lib on both 32/64 bits targets. Signed-off-by: Robert