Skip to content
  1. Oct 29, 2013
  2. Oct 28, 2013
  3. Oct 25, 2013
  4. Oct 24, 2013
  5. Oct 21, 2013
  6. Oct 18, 2013
  7. Oct 17, 2013
  8. Oct 15, 2013
    • Chunrong Guo's avatar
      libhugetlbfs: install perl lib to directory perl instead of perl5 · f8903f53
      Chunrong Guo authored
      
      
         *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>
      f8903f53