summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck
AgeCommit message (Collapse)Author
2014-01-02Replace one-line DESCRIPTION with SUMMARYPaul Eggleton
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 <paul.eggleton@linux.intel.com>
2013-11-20libcheck: upgrade to 0.9.11Saul Wold
Both patches have been merged upstream. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-10-26libcheck: allow build with automake-1.14Marko Lindqvist
Do not consider automake warnings about future incompatibility errors. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-10-26libcheck: Add native support for kbd-nativeSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-05-12libcheck: Update to 0.9.10Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-01-24libcheck: fix HOMEPAGEPaul Eggleton
This was pointing to the zypper homepage, presumably a copy-paste error. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-21libcheck: Add missing rdepends on gawk and set path correctlyRichard Purdie
The new version of libcheck needs gawk and we need to ensure the paths are not taken from the build system. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-19libcheck: Update to 0.9.9Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-25libcheck: fix build with automake 1.12Nitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>