]> 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)
committerScott Garman <scott.a.garman@intel.com>
Tue, 12 Jun 2012 20:29:31 +0000 (13:29 -0700)
commit75824ff13f43b330b11cf9a130f061baee785e1a
tree5543b1d8d8dab8777570bb91e9085c29416f803b
parent4d2ff0a69692f54313ffa9dc83d0e4a2ddba47c3
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