From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pug.o-hand.com (unknown [67.19.73.58]) by mx1.pokylinux.org (Postfix) with ESMTP id 814B34C810E5 for ; Fri, 28 Jan 2011 09:27:46 -0600 (CST) Received: from [192.168.1.88] (unknown [83.217.123.106]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pug.o-hand.com (Postfix) with ESMTP id 6175D12EC1CD for ; Fri, 28 Jan 2011 10:08:32 -0600 (CST) From: Joshua Lock To: poky@yoctoproject.org In-Reply-To: References: Date: Fri, 28 Jan 2011 15:27:02 +0000 Message-ID: <1296228422.2704.19.camel@scimitar> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 (2.32.1-1.fc14) Subject: Re: [PATCH 0/9] docbook-utils and related recipes X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2011 15:27:46 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-01-27 at 14:42 -0800, Scott Garman wrote: > From: Scott Garman > > Richard, > > This pull request includes several new recipes to allow us to build > documentation for other packages. The main one is docbook-utils, and > the other recipes are its dependencies. I've also re-enabled > documentation generation in the iputils script and verified it works > correctly. > > These recipes are from OpenEmbedded, and some of the source packges > haven't changed in a long time. As such a couple of the recipes I've > updated to use modern staging and BBCLASSEXTEND. Please look them over, > and if things look good I will also submit them back to OE. Any reason that we couldn't have the native recipes as target recipes with BBCLASSEXTEND? I can't see many targets wanting these recipes, but you never know... Cheers, Joshua > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: sgarman/docbook-utils > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/docbook-utils > > Thanks, > Scott Garman > --- > > > Scott Garman (9): > sgml-common: new recipe v0.6.3 > docbook-sgml-dtd: new recipes - v3.1, v4.1, v4.5 > docbook-dsssl-stylesheets: new recipe v1.79 > sgmlspl: new recipe, v1.03ii > opensp: new recipe v1.5 > openjade: new recipe v1.3.2 > docbook-utils: new recipe v0.6.14 > iputils: enable generation of man pages > distro_tracking_fields.inc: added docbook-utils and dependencies > > .../conf/distro/include/distro_tracking_fields.inc | 69 + > .../docbook-dsssl-stylesheets-native_1.79.bb | 53 + > .../docbook-sgml-dtd-3.1-native.bb | 23 + > .../docbook-sgml-dtd-4.1-native.bb | 23 + > .../docbook-sgml-dtd-4.5-native.bb | 21 + > .../docbook-sgml-dtd/docbook-sgml-dtd-native.inc | 49 + > .../docbook-utils/docbook-utils_0.6.14.bb | 20 + > .../openjade/openjade-1.3.2/autoconf.patch | 173 ++ > .../openjade/openjade-1.3.2/configure.patch | 68 + > .../openjade/openjade-1.3.2/makefile.patch | 34 + > .../openjade-1.3.2/oj-native-libosp-fix.patch | 15 + > meta/recipes-devtools/openjade/openjade_1.3.2.bb | 66 + > .../opensp/opensp/attributevalue.patch | 62 + > .../opensp/opensp/fix-docdir.patch | 14 + > meta/recipes-devtools/opensp/opensp/m4.patch | 1925 ++++++++++++++++++++ > .../opensp/opensp/rangmap-fix.patch | 15 + > meta/recipes-devtools/opensp/opensp_1.5.bb | 27 + > .../sgml-common/sgml-common-0.6.3/autohell.patch | 58 + > .../sgml-common/sgml-common-native_0.6.3.bb | 50 + > .../sgml-common/sgml-common_0.6.3.bb | 53 + > meta/recipes-devtools/sgmlspl/files/combined.patch | 457 +++++ > .../sgmlspl/sgmlspl-native_1.03ii.bb | 17 + > meta/recipes-extended/iputils/iputils_s20101006.bb | 10 +- > 23 files changed, 3297 insertions(+), 5 deletions(-) > create mode 100644 meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb > create mode 100644 meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-3.1-native.bb > create mode 100644 meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.1-native.bb > create mode 100644 meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-4.5-native.bb > create mode 100644 meta/recipes-devtools/docbook-sgml-dtd/docbook-sgml-dtd-native.inc > create mode 100644 meta/recipes-devtools/docbook-utils/docbook-utils_0.6.14.bb > create mode 100644 meta/recipes-devtools/openjade/openjade-1.3.2/autoconf.patch > create mode 100644 meta/recipes-devtools/openjade/openjade-1.3.2/configure.patch > create mode 100644 meta/recipes-devtools/openjade/openjade-1.3.2/makefile.patch > create mode 100644 meta/recipes-devtools/openjade/openjade-1.3.2/oj-native-libosp-fix.patch > create mode 100644 meta/recipes-devtools/openjade/openjade_1.3.2.bb > create mode 100644 meta/recipes-devtools/opensp/opensp/attributevalue.patch > create mode 100644 meta/recipes-devtools/opensp/opensp/fix-docdir.patch > create mode 100644 meta/recipes-devtools/opensp/opensp/m4.patch > create mode 100644 meta/recipes-devtools/opensp/opensp/rangmap-fix.patch > create mode 100644 meta/recipes-devtools/opensp/opensp_1.5.bb > create mode 100644 meta/recipes-devtools/sgml-common/sgml-common-0.6.3/autohell.patch > create mode 100644 meta/recipes-devtools/sgml-common/sgml-common-native_0.6.3.bb > create mode 100644 meta/recipes-devtools/sgml-common/sgml-common_0.6.3.bb > create mode 100644 meta/recipes-devtools/sgmlspl/files/combined.patch > create mode 100644 meta/recipes-devtools/sgmlspl/sgmlspl-native_1.03ii.bb > -- Joshua Lock Intel Open Source Technology Centre