[poky] [PATCH 0/3] Fixes for doc-related build failures, v2
Scott Garman
scott.a.garman at intel.com
Mon Apr 4 15:30:45 PDT 2011
From: Scott Garman <scott.a.garman at intel.com>
Hi Saul,
Paul identified the root cause of the build failures occurring with
the documentation related packages. The problem is that functions
appended to SSTATEPOSTINSTFUNCS can now be run for *all* tasks.
These commits ensure the sysroot-related operations only happen
during the do_populate_sysroot tasks.
This fixes [YOCTO #948] (Thank you Dexuan for the bug report).
v2 of this pull request - tested for both builds from scratch and
from sstate.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: sgarman/docbook-fix
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/docbook-fix
Thanks,
Scott Garman <scott.a.garman at intel.com>
---
Scott Garman (3):
docbook-sgml-dtd-native.inc: run install-catalog only during
do_populate_sysroot
openjade-native: run install-catalog only during do_populate_sysroot
docbook-dsssl-stylesheets-native: run install-catalog only during
do_populate_sysroot
.../docbook-dsssl-stylesheets-native_1.79.bb | 13 ++++++++-----
.../docbook-sgml-dtd/docbook-sgml-dtd-native.inc | 13 ++++++++-----
.../openjade/openjade-native_1.3.2.bb | 13 ++++++++-----
3 files changed, 24 insertions(+), 15 deletions(-)
More information about the poky
mailing list