aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/docbook-utils
AgeCommit message (Collapse)Author
2012-04-16docbook-utils-native: Fix re-execution of the unpack taskRichard Purdie
If the do_unpack task is re-executed, the sed_done stamp was not removed, the sed commands wouldn't re-run and the build would fail in do_compile. This patch ensures the stamp is in ${S} and that we clean that directory when unpack runs so it is a build from sctatch at that point. [YOCTO #2194] (From OE-Core rev: 2b190155d74d4369c61d26b1f4f0c3cce389ddbc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-30docbook-utils-native: fix syntax problem in jw.inSteffen Sledz
Fix runtime error occurred e.g. with docbook-to-man calls: grep: character class syntax is [[:space:]], not [:space:] grep: character class syntax is [[:space:]], not [:space:] jw: There is no frontend called "/docbook/utils-0.6.14/frontends/docbook". See also: <https://qa.mandriva.com/show_bug.cgi?id=61127> (From OE-Core rev: 627998726ca3ee2ed2510c0f666747f688d06c56) Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13docbook-utils: Add check to not sed files twiceSaul Wold
This comes about from the code configure code getting run multiple times on the same WORKDIR and re-sed'ing already modified files. (From OE-Core rev: 22510c756aa2b1b8d46f88ec08de47674a24d5c7) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-01Drop PRIORITY variableRichard Purdie
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. (From OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-18docbook-utils-native: set SGML_EXTRA_CATALOGS in jwScott Garman
Point jw to the native sysroot master catalog. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-16docbook-utils-native: new recipe v0.6.14Scott Garman
Recipe derived from OpenEmbedded. Starting with a -native only version for now. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-03Revert "docbook-utils: new recipe v0.6.14"Saul Wold
This reverts commit 8b5e600141b2b4275551bea925a2e63cfe1297bd. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-03Revert "docbook-utils: fix build errors"Saul Wold
This reverts commit 3eef8470547beed186c38a7da44cb8e22e1497e8. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-03docbook-utils: fix build errorsScott Garman
Fix build errors found in my first iteration of the recipe. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01docbook-utils: new recipe v0.6.14Scott Garman
Recipe derived from OpenEmbedded. Converted to use BBCLASSEXTEND. Signed-off-by: Scott Garman <scott.a.garman@intel.com>