Skip to content
Commit f8903f53 authored by Chunrong Guo's avatar Chunrong Guo Committed by Martin Jansa
Browse files

libhugetlbfs: install perl lib to directory perl instead of perl5



   *libhugetlbfs depends on perl, and perl installs a directory 'perl'
    and make a symlink 'perl5' to it. So just install perl libs in
    libhugetlbfs to directory 'perl' instead of 'perl5'. This can avoid
    the following error:
    | CalledProcessError: Command 'tar -cf - -C .../perl/5.14.3-r1/sysroot-destdir
    | -ps . | tar -xf - -C .../tmp/sysroots/t4240qds'
    | returned non-zero exit status 2 with output
    | tar: ./usr/lib/perl5: Cannot create symlink to `perl': File exists
    | tar: Exiting with failure status due to previous errors

Signed-off-by: default avatarChunrong Guo <B40290@freescale.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent 0e2a691f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment