summaryrefslogtreecommitdiff
path: root/classes/sourcepkg.bbclass
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-16 13:16:22 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-16 13:16:22 +0000
commit5f83ee8a351204c3de49dd2260263b184e096efe (patch)
treece7a89d3252046c9f506d3a6f4f774ae2dcff777 /classes/sourcepkg.bbclass
parentca91e2fa2a6f54b2276677d4b2aa0759ad6b35b2 (diff)
parent0352656061f8be63e4f3c08bbce8beceed86be64 (diff)
merge of '1381c99b5b235453ffd6d1e9c2eaeae4f080910b'
and 'dbeff9227117d6552a46cabd79dc42643b6feebe'
Diffstat (limited to 'classes/sourcepkg.bbclass')
0 files changed, 0 insertions, 0 deletions
nsole-tools?id=69a7c9345360b61eda79f818775656fc1aa9932c'>console-tools: Remove floating runtime dependency on flexJacob Kroon2 The 'loadkeys' program defines its own yywrap()/yylex() functions, there is no need to link with flex shared library. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2014-02-20recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2)Matthieu Crapet1 Completes previous commit b5292d4115a4555a66b5e35acdc67dd71fb8577f. Updates SUMMARY[doc] (meta/conf/documentation.conf). Changes: - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> 2013-02-04console-tools: fix linking when using the multilib compilerConstantin Musca2 fix-libconsole-link.patch: add patch for fixing libconsole linking problems when using multilib gcc Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-10-19console-tools: Fix build issues with make 3.82Richard Purdie2 The intl directory is part of older gettext and has macros which no longer get expanded with recent gettext versions. This simply removes the intl directory from the equation since we'd never need it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-10-18console-tools: Clean up recipeRichard Purdie10 This cleans up various bits of nastiness in this recipe: * Drop unneeded m4 macros * Update to a recent version of gettext (needs addition of Makevars file) * Drop split do_compile and SUBDIRS hacks, just patch out the docs * Remove some of the configure.in hacks since they seem unneeded now and break gettext (the AC_OUTPUT change). * Wipe out acinclude.m4 since it has corrisive contents Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2012-08-15console-tools: cleanup update-alternatives deprecated codeSaul Wold1 Signed-off-by: Saul Wold <sgw@linux.intel.com>