Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-04 Thread Khem Raj
On Mon, Mar 3, 2014 at 3:50 AM, Burton, Ross wrote: > I wrote this patch on Debian stable... yeah I jumped in too quick, master was debian, but this failed slave node was ubuntu 12.04 ___ Openembedded-core mailing list Openembedded-core@lists.openembedd

Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-03 Thread Burton, Ross
On 3 March 2014 03:29, Khem Raj wrote: > count debian in too. I wrote this patch on Debian stable... But oh well. Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembed

Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-03 Thread Fathi Boudra
Same here, daily build failed. Builders are using latest Ubuntu LTS shipped with coreutils 8.13 version. --relative is introduced in coreutils 8.16: http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=15b8318e93a947d1422e9a927f699eda1085cf0d On 3 March 2014 05:29, Khem Raj wrote: > >

Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-02 Thread Khem Raj
On Mar 2, 2014, at 7:25 PM, Lu Chong wrote: > > On 03/01/2014 02:28 AM, Ross Burton wrote: >> Instead of using a Python do_install() and calling >> oe.path.make_relative_symlink, just pass -r to ln to generate a relative >> symlink >> directly. >> >> Signed-off-by: Ross Burton >> --- >> met

Re: [OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-03-02 Thread Lu Chong
On 03/01/2014 02:28 AM, Ross Burton wrote: Instead of using a Python do_install() and calling oe.path.make_relative_symlink, just pass -r to ln to generate a relative symlink directly. Signed-off-by: Ross Burton --- meta/recipes-core/ncurses/ncurses.inc | 10 ++ 1 file changed, 2

[OE-core] [PATCH] ncurses: use ln -r to generate relative symlink

2014-02-28 Thread Ross Burton
Instead of using a Python do_install() and calling oe.path.make_relative_symlink, just pass -r to ln to generate a relative symlink directly. Signed-off-by: Ross Burton --- meta/recipes-core/ncurses/ncurses.inc | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/meta