summaryrefslogtreecommitdiff
path: root/packages/python/python-sgmlop_1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-sgmlop_1.1.bb')
0 files changed, 0 insertions, 0 deletions
ighlight'> hicolor-icon-theme can't cope with a "make clean" so disable that newly enabled functionality. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2014-08-27hicolor-icon-theme: Upgrade to 0.13Roxana Ciobanu1 Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2014-02-28autotools-brokensep: Mark recipes with broken separate build dir supportRichard Purdie1 This patch goes through the OE-Core recipes and marks those which use autotools but don't support a separate build directory (${S} != ${B}). A new class, autotools-brokensep is used for this purpose. This doesn't introduce any change in behaviour in its own right. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton1 A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. Signed-off-by: Paul Eggleton