| Submitter | Tom Zanussi |
|---|---|
| Date | April 13, 2012, 7:55 p.m. |
| Message ID | <cover.1334346682.git.tom.zanussi@intel.com> |
| Download | mbox |
| Permalink | /patch/25769/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib.git tzanussi/2193-fixComments
On 04/13/2012 12:55 PM, tom.zanussi@intel.com wrote: > From: Tom Zanussi<tom.zanussi@intel.com> > > This patchset fixes a documentation build problem with docproc, then > turns documentation generation off by default, since when it works, > it adds a lot to the build time. > > The following changes since commit 04b16f1038f7cae445d741e86c2cc19c70f991c1: > Andrei Gherzan (1): > rpm-native: Compile python rpm module (with-python) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib.git tzanussi/2193-fix > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/2193-fix > > Tom Zanussi (2): > systemtap: fix docproc build error > systemtap: disable document generation by default > > .../systemtap/systemtap/docproc-build-fix.patch | 19 +++++++++++++++++++ > meta/recipes-kernel/systemtap/systemtap_git.bb | 10 +++++++++- > meta/recipes-kernel/systemtap/systemtap_git.inc | 4 +++- > 3 files changed, 31 insertions(+), 2 deletions(-) > create mode 100644 meta/recipes-kernel/systemtap/systemtap/docproc-build-fix.patch > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > Merged into OE-Core with additional patch from RP as noted. Thanks Sau!
From: Tom Zanussi <tom.zanussi@intel.com> This patchset fixes a documentation build problem with docproc, then turns documentation generation off by default, since when it works, it adds a lot to the build time. The following changes since commit 04b16f1038f7cae445d741e86c2cc19c70f991c1: Andrei Gherzan (1): rpm-native: Compile python rpm module (with-python) are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/2193-fix http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/2193-fix Tom Zanussi (2): systemtap: fix docproc build error systemtap: disable document generation by default .../systemtap/systemtap/docproc-build-fix.patch | 19 +++++++++++++++++++ meta/recipes-kernel/systemtap/systemtap_git.bb | 10 +++++++++- meta/recipes-kernel/systemtap/systemtap_git.inc | 4 +++- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-kernel/systemtap/systemtap/docproc-build-fix.patch