]> code.ossystems Code Review - openembedded-core.git/commit
groff: Fix build on Fedora 17
authorSong.Li <Song.Li@windriver.com>
Thu, 7 Jun 2012 23:36:58 +0000 (16:36 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jun 2012 10:36:16 +0000 (11:36 +0100)
commit79fc557683d4eeadaebeb00dfba53762956e4910
tree18a94fabc474c334c3bcadf8a81746d41dad77e6
parentaa6e085b6b5114729f0aacd693d028d21858146f
groff: Fix build on Fedora 17

Generally distros keep perl at /usr/bin/perl
But Fedora 17 also has /bin/perl,
this causes groff_1.20.1 build to put perl
interpreter path as /bin/perl
But we set perl location for target as /usr/bin/perl

This mismatch of perl path causes failure of rootfs image creation
like this:

| error: Failed dependencies:
|       bin/perl is needed by groff-1.20.1-r1.ppc603e

Signed-off-by: Song.Li <song.li@windriver.com>
Sync up with the do_install_append_virtclass-native chunk.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/groff/groff_1.20.1.bb