perl_5.8.8.bb: Fix compilation when bindir is not /usr/bin
authorKhem Raj <raj.khem@gmail.com>
Fri, 4 Sep 2009 22:39:51 +0000 (15:39 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 6 Sep 2009 02:19:54 +0000 (19:19 -0700)
commit1578d2e0a527f2baa6ccda851fcb51c72ba40fbf
tree3647754fcd3e61f3c2a8c87cdc304add381b9137
parent8c2c7d80a8386b907e95cce3efcc02e59c5924c2
perl_5.8.8.bb: Fix compilation when bindir is not /usr/bin

* Right now default perl installation happens in /usr prefix
  This patch tries to depend upong layout_prefix to decide on
  where to install. This is required for distros like micro
  who flatten the install tree and do not use /usr prefix

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/perl/perl_5.8.8.bb