summaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2014-01-02guilt-native: tidy up recipePaul Eggleton
* Fix indentation and spacing * Drop SRC_URI checksums that aren't used (recipe is fetching from git) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02enchant: tidy up recipePaul Eggleton
* Move recipe definitions into logical order * Fix spacing Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02stat: tidy up recipePaul Eggleton
* Add SUMMARY * Tweak DESCRIPTION * Use PV in SRC_URI * Drop commented-out function that we obviously don't need * Move BBCLASSEXTEND to end to match with convention Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02adt-installer: tweak DESCRIPTION and add SUMMARY and HOMEPAGEPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02core-image-lsb: fix DESCRIPTIONPaul Eggleton
LSB includes X, and I wouldn't really call this image "basic" or "foundational" in our terms, so adjust the description to be a bit more appropriate. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02binutils: add/tweak SUMMARYPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02icecc-create-env-native: add SUMMARY and tweak DESCRIPTIONPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02gmp: set SUMMARY and DESCRIPTIONPaul Eggleton
Use the same values for both versions (the GPLv2 version doesn't use the .inc file). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02xf86-video-modesetting: set SUMMARY and DESCRIPTIONPaul Eggleton
Set these consistent with other X.org video driver recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02xf86-video-fbdev: set SUMMARY and DESCRIPTIONPaul Eggleton
Set these consistent with other X.org video driver recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02xf86-input-vmmouse: set SUMMARY and DESCRIPTIONPaul Eggleton
Set these consistent with other X.org input driver recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02qt4: set SUMMARY and tweak DESCRIPTIONPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02Basic recipe formatting fixesPaul Eggleton
Fix statement indenting and spacing issues that I happened to notice. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02linux-dummy: set reasonable DESCRIPTIONPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02linux-dummy: set LICENSE to GPLv2 to avoid license warningPaul Eggleton
This recipe doesn't actually produce any non-empty packages, but since it's pretending to be a Linux kernel it might as well pretend to have the same license, if for no other reason than to avoid producing a warning since the previous value ("GPL") isn't acceptable. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02gawk: set reasonable SUMMARY and DESCRIPTIONPaul Eggleton
Also ensure both versions have the same values. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02xev: add proper SUMMARY and DESCRIPTIONPaul Eggleton
Add these consistent with other X.Org application recipes. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02libunique: fix HOMEPAGE and touch up DESCRIPTIONPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02bash: update HOMEPAGEPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02startup-notification: fix HOMEPAGEPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02lame: update HOMEPAGEPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02libsamplerate0: add HOMEPAGEPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02telepathy-mission-control: fix HOMEPAGEPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02gettext: set reasonable SUMMARY and DESCRIPTIONPaul Eggleton
Ensure both versions have the same values. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02Add missing SUMMARY valuesPaul Eggleton
These recipes all had a long DESCRIPTION but no SUMMARY; since the SUMMARY is often displayed alone by package managers and the default value ("${PN} version ${PV}") isn't particularly useful, we should always try to set SUMMARY. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
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>
2014-01-02Replace OpenedHand Bugzilla in BUGTRACKERPaul Eggleton
This site no longer exists, and all of these are now (semi-)maintained on yoctoproject.org infrastructure, so set BUGTRACKER to point to the Yocto Project Bugzilla. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02Drop empty/invalid BUGTRACKER valuesPaul Eggleton
Setting this value to blank or "n/a" in just a few recipes accomplishes nothing. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02speex: fix SRC_URI to use PV instead of hardcoding the versionPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-01-02mesa-demos: fix unrecognised optionsRobert Yang
Fix two unrecognised options: * --disable-libosmesa -> --disable-osmesa * --disable-libx11 -> --disable-x11 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02ghostscript: remove unrecognised optionRobert Yang
Remove --without-jasper since the jasper had been removed: commit 6070a6f33bebf7538e48219010bc1e4de8341ea8 Author: Ray Johnston <ray.johnston@artifex.com> Date: Fri Aug 3 00:32:32 2012 -0700 Rip out jasper -- openjpeg is our JPX implementation. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02wget: remove unrecognised optionRobert Yang
Remove the --with-libc, I can't find anything about this option from wget's log history. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02cups: remove unrecognised optionRobert Yang
Remove the following 2 options: * --disable-tiff * --with-pdftops The tiff and pdftops filters have been moved into another package cups-filters, so these options are not valid any more. Please visit here for more info: http://www.cups.org/str.php?L3930 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02enchant: fix unrecognised optionRobert Yang
Fix the unrecognised option --disable-binreloc, the configure now uses: AM_CONDITIONAL(WITH_BINRELOC, test "x$br_cv_binreloc" = "xyes") We can use br_cv_binreloc=no to fix it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02bluez-hcidump: remove unrecognised optionsRobert Yang
Remove the following two options since they are not needed any more: * --with-bluez-libs * --with-bluez-includes commit 78631c5f66f0580695ff3aac4dc8831e3795b735 Author: Marcel Holtmann <marcel@holtmann.org> Date: Wed Aug 31 00:57:30 2011 -0700 Change includes to use local copy of Bluetooth library Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02gstreamer1.0: remove unrecognised optionsRobert Yang
Remove the following two unrecognised options: * --disable-oggtest * --disable-vorbistest They are defined in m4/ogg.m4 and m4/vorbistest.m4, but now configure doesn't use them, configure.ac uses another way to define the --enable-ogg and --enable-vorbis, and there is no test options, so remove them. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02gstreamer1.0: remove unrecognised optionsRobert Yang
Fix the following options: --disable-docs-build: replace with --disable-docbook --disable-gtk-doc --with-check=no: --disable-check Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02gstreamer: fix unrecognised optionsRobert Yang
Fix the following options: --disable-docs-build: replace with --disable-docbook --disable-gtk-doc --with-check=no: replace with --disable-check Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02libid3tag: remove unrecognised optionRobert Yang
There is no --enable-speed in libid3tag's configure, but in libmad, and it's already there, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02dpkg: fix/remove unrecognised optionsRobert Yang
Fix/remove the following unrecognised options: * --without-static-progs: can't find anything about this in the history, so remove it. * --without-dselect -> --disable-dselect * --with-start-stop-daemon -> --enable-start-stop-daemon * --with-bz2lib, typo, should be --with-bz2 * --without-sgml-doc: the sgml doc had been removed from dpkg, so remove it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02tremor: remove unrecognised optionRobert Yang
Remove the --disable-rpath, it seems taht there is never such an option in tremor's configure, and it uses our libtool, so we don't have to worry about the rpath. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02alsa-lib: remove unrecognised optionsRobert Yang
Remove --with-cards and --with-oss, they are never in alsa-lib, but in alsa-driver, and the --with-cards had also been dropped from alsa-driver. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-01-02flac: remove unrecognised optionsRobert Yang
Remove --disable-id3libtest and --without-id3lib which had been removed from flac for many years, here is the log from flac: commit e31d9eb05cb82bd5f9cab1e6ad5295ddad22bcab Author: Josh Coalson <jcoalson@users.sourceforce.net> Date: Tue Sep 28 00:23:57 2004 +0000 remove id3 support from the plugins Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2013-12-21openssl: use PACKAGECONFIG to disable perl bitsSaul Wold
Adding perl to the RDEPENDS caused a performance hit to the overall build time since this was the only package that depended on perl. The openssl-misc package is not installed by default so use a PACKAGECONFIG which can be overridden to allow the perl scripts along with perl to be installed. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-21toaster.bbclass: fix crash on buildstats collectionAlexandru DAMIAN
Toaster needs buildstats to be enabled in order to collect task statistics. The toaster.bbclass didn't have a guard to stop task data collection if the buildstats weren't enabled, leading to a crash. This patch verifies that the task variables are defined before trying to use them. Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-21valgrind: upgrade to 3.9.0Cristiana Voicu
Changed patches directory to "valgrind"; Removed 4 patches because they were merged upstream; Updated 2 patches because now it has configure.ac instead of .in; Changed license md5 for 2 files because of a small change for copyright year Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-21classes/insane: restore printing LIC_FILES_CHKSUM checksum if not specifiedPaul Eggleton
OE-Core rev ec8590aa81e201e28e500935d31cd7266114471f (by me) unintentionally disabled printing the actual checksum value if no checksum was specified, i.e.: LIC_FILES_CHKSUM = "file://COPYING;md5=" Printing the actual checksum in this case is really useful when writing a new recipe, so put this back in. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-21libav: add libpostproc to PROVIDES (for 0.8.x version only)Paul Eggleton
There is a separate libpostproc recipe in meta-oe for use with 9.x and later versions of libav for those few that need libpostproc; however if you just add meta-oe and try to build libpostproc without selecting the libav 9.x version recipe, you'll be building the libpostproc recipe together with libav 0.8.x, which provides its own libpostproc; this leads to confusing errors at packaging time. In order to flag up that these conflict more appropriately, add libpostproc to PROVIDES explicitly so that you at least get a multiple providers error at the start of the build. Fixes [YOCTO #5335]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-21sstate: Use datastore copies due to data changes persistingRichard Purdie
The way the "all arch" PKGSPEC is enabled, it causes corruption of the datastore of sstate operations against other tasks. Data store copies are cheap and allow us to use that trick, resetting to a clean copy of the data afterwards. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-21externalsrc: Fix deltask usageRichard Purdie
An incorrect version of the patch merged which entirely removed the covered variable. This corrects the patch so the code works. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>