summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/openjade
AgeCommit message (Collapse)AuthorFiles
2011-05-18recipes: add Upstream-Status to various recipe patchesScott Garman2
Add Upstream-Status tag to patches for the following recipes: apmd insserv linuxdoc-tools openjade sgmlspl at sudo Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-04openjade-native: run install-catalog only during do_populate_sysrootScott Garman1
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-04-04openjade: fix build with GCC 4.6Joshua Lock2
In GCC 4.6 the compiler no longer allows objects of const-qualified type to be default initialized unless the type has a user-declared default constructor. Patch from Gentoo bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=358021 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-03-16openjade-native: Run make depend to ensure dependencies are correct and ↵Richard Purdie1
avoid parallel make failures [YOCTO #877] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-23openjade-native: run install-catalog from SSTATEPOSTINSTFUNCSScott Garman1
Otherwise the sgml-docbook.cat catalog would not be updated when a build from sstate cache is run. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-18openjade-native: Set datadir explicitlyScott Garman1
datadir was previously defaulting to usr/share and hence could not find openjade's data files. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-12openjade: fix build issuesScott Garman5
* Recipe is now -native only * Fix install failure due to missing install path * Removed recipe cruft that was not needed, simplifying it * Removed unnecessary patches * Improved patch comment for makefile.patch Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-01openjade: new recipe v1.3.2Scott Garman5
Recipe derived from OpenEmbedded. Signed-off-by: Scott Garman <scott.a.garman@intel.com>