summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/openjade/openjade-1.3.2/user-declared-default-constructor.patch
AgeCommit message (Collapse)AuthorFiles
2016-10-28Remove the SGML stackAlexander Kanavin1
It is not used for anything, and is something of a pain to maintain. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2011-05-18recipes: add Upstream-Status to various recipe patchesScott Garman1
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: fix build with GCC 4.6Joshua Lock1
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>