summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* mongodb: update to 2.6Koen Kooi2014-04-206-34/+163
| | | | | | | Also fix build on armv5 Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: add explicit selinux support controlChong.Lu@windriver.com2014-04-201-0/+4
| | | | | | | | | package has configure options controlling selinux support, so we want to explicitly use them via PACKAGECONFIG. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: fix mlock() on vectors vma for ARM.Chong.Lu@windriver.com2014-04-202-0/+32
| | | | | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* autobahn: fix 'Missing sha256 SRC_URI checksum'Marc Ferland2014-04-201-0/+1
| | | | | Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iw: use BP instead of P to fix multilib buildsJackie Huang2014-04-201-1/+1
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libedit: update version to 20130712-3.1Jackie Huang2014-04-202-18/+20
| | | | | | | | | Changes: - Add DESCRIPTION. - Include the complete version number in the bb file name. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libestr: use BP instead of P to fix multilib buildsJackie Huang2014-04-201-1/+1
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblockfile: set default mailgroup and install libnfslockJackie Huang2014-04-202-4/+65
| | | | | | | | | | * Set the default mailgroup to 'mail' or it will use 'root'. * Set --with-libnfslock so it builds and install libnfslock. * The patch is to fix nfslib build failure and add missing soname lib. * No need to override the do_install, set EXTRA_OEMAKE instead. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet: update version to 1.1.6Jackie Huang2014-04-202-11/+13
| | | | | | | | | | Changes: - use doc/COPYING instead of README as the license file - use BPN instead of PN to fix multilib build - rebase the fix-endianess-test.patch Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dialog: update to version 1.1-20120706Jackie Huang2014-04-205-14/+12
| | | | | | | | | Changes: - add SUMMARY and HOMEPAGE - remove the use of INC_PR Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* bonnie++: update to version 1.03eJackie Huang2014-04-202-32/+30
| | | | | | | | | Changes: * use BPN in the file name in SRC_URI. * install binaries in bindir and sbindir instead of base_bindir and base_sbindir. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: add PACKAGECONFIG and runtime dependencyKang Kai2014-04-201-0/+8
| | | | | | | | Add PACKAGECONFIGs libcap-ng and selinux for smartmontools. And add runtime dependency. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: add init scriptKang Kai2014-04-202-2/+120
| | | | | | | | | | | | Add init script smartd for smartmontools. Thought smartmontools provides init script itself, but it checks distribution version that is not usable for oe. So add an init script for smartmontools which removes distribution version check. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smartmontools: update to 6.2Kang Kai2014-04-202-13/+21
| | | | | | | Update smartmontools for 6.1 to 6.2. Add description as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: explicitly enable/disable libsensors supportMing Liu2014-04-201-1/+2
| | | | | | | | To avoid an implicit build result. Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: fix init statusWenzong Fan2014-04-201-1/+12
| | | | | | | | Fix init status to get it works with 'service --status-all'. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: enable/disable libpq explicitlyWenzong Fan2014-04-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | If '--with-libpq' is not included in configure options, the configure script will assume 'with-libpq=yes' and try to figure below variables out with 'pg_config': with_libpq_includedir, with_libpq_libdir This causes configure QA errors on some hosts that have 'pg_config' installed (which from postgresql-devel): * ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Anyways the target package should not depend on any host headers/libs, we should enable/disable the libpq support explicitly according to if the postgresql feature was enabled. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gd: added upstream license file and fixed configure warningsstephen.arnold422014-04-202-2/+55
| | | | | | | | | | This fixes QA warnings about missing license file and stale configure options, (includes updates for freetype libpath and disables hardcoded rpaths). Upstream-Status: Inappropriate (distribution/packaging fix) Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linuxptp: fix and simplify recipe, drop dependency on kernelDenys Dmytriyenko2014-04-201-9/+2
| | | | | | | | | | | | | | | * Build script tries to locate the correct /usr/include/linux/net_tstamp.h just to see if it contains definition for HWTSTAMP_TX_ONESTEP_SYNC. But that header file hasn't changed in at least 5 years. The result of the check is to pass additional defines to the build, which can be passed via EXTRA_OEMAKE. * The sed command on makefile wasn't even working, plus there's no AR, prefix is not used and better way is to use EXTRA_CFLAGS and EXTRA_LDFLAGS anyway. * Neither autotools nor pkgconfig are use during the build, don't inherit them. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkmathview: fix build errorTrevor Woerner2014-04-202-0/+14
| | | | | | | | | | | | When building, I was seeing the following error which this patch fixes: ../../../src/frontend/common/TemplateElementIterator.hh:46:18: error: 'valid' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive] Upstream-Status: Submitted [padovani .at. di .dot. unito .dot. it] Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkmathview: fix qa issueTrevor Woerner2014-04-201-2/+0
| | | | | | | "configure was passed unrecognised options: --disable-binreloc" Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtkmathview: fix B!=STrevor Woerner2014-04-201-1/+1
| | | | | | | | This package does not support building out of a separate directory from the source. Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* asio: package bumpTrevor Woerner2014-04-203-13/+12
| | | | | | | | This recipe had been failing to build, bumping to the latest stable release resolves all build issues. Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libinih: Update to 25078f7Otavio Salvador2014-04-201-1/+1
| | | | | | | | This updates the fork to a version based in SVN r29 and include a CMake fix for out of tree build support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* swig: Update to version 2.0.12 and fix cmake find swig issue.Philip Balister2014-04-203-10/+11
| | | | | | | | | | | * Dropped PR and PR_INC due to PV change. * The cmake rule looks for swig2.0. For the sdk case, the host distro may have a swig2.0 installed. If so the sdk would find the host swig. This updates the sdk so it also has a swig2.0 soft linked to the swig binary in the sdk. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tracker: remove --disable-introspectionMartin Jansa2014-04-201-1/+1
| | | | | | | * fixes QA warning: tracker-0.14.2: tracker: configure was passed unrecognised options: --disable-introspection Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* emacs: remove infodirMartin Jansa2014-04-201-0/+4
| | | | | | | | * doesn't use autotools.bbclass which removes infodir automatically * fixes QA warning: emacs-23.4: The /usr/share/info/dir file is not meant to be shipped in a particular package. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lzip: remove infodirMartin Jansa2014-04-201-0/+4
| | | | | | | | * doesn't use autotools.bbclass which removes infodir automatically * fixes QA warning: lzip-1.14: The /usr/share/info/dir file is not meant to be shipped in a particular package. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zram: include whole sysconfdir in PNMartin Jansa2014-04-201-1/+1
| | | | | | | | | | * when sysv script is removed it leaves empty /etc behind and QA warn is shown: zram-0.1: zram: Files/directories were installed but not shipped /etc empty dir doesn't cost much, so just include it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* modemmanager: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* babl: inherit only gnomebaseMartin Jansa2014-04-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wvstreams: fix QA warningMartin Jansa2014-04-201-0/+3
| | | | | | | | | | | * fixes wvstreams-4.6.1: wvstreams: Files/directories were installed but not shipped /usr/lib/valgrind /usr/lib/valgrind/wvstreams.supp * the valgrind support is disabled in EXTRA_OECONF, so just move unpackaged file to package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tracker: inherit only gnomebase, fix QA warnMartin Jansa2014-04-201-1/+3
| | | | | | | | | | * fixes configure was passed unrecognised options: --disable-schemas-install * fixes QA warning: tracker-0.14.2: tracker: Files/directories were installed but not shipped /usr/lib/tracker-0.14/writeback-modules/libwriteback-taglib.so /usr/lib/tracker-0.14/writeback-modules/libwriteback-taglib.la Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freerdp: move to nonworkingMartin Jansa2014-04-202-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * until this is resolved: freerdp-1.0.2+gitrAUTOINC+f311acaffb: freerdp: Files/directories were installed but not shipped /usr/usr /usr/usr/lib /usr/usr/lib/freerdp /usr/usr/lib/freerdp/printer.so /usr/usr/lib/freerdp/rdpsnd.so /usr/usr/lib/freerdp/rail.so /usr/usr/lib/freerdp/rdpdr.so /usr/usr/lib/freerdp/audin_alsa.so /usr/usr/lib/freerdp/rdpsnd_pulse.so /usr/usr/lib/freerdp/rdpdbg.so /usr/usr/lib/freerdp/audin.so /usr/usr/lib/freerdp/scard.so /usr/usr/lib/freerdp/audin_pulse.so /usr/usr/lib/freerdp/tsmf_alsa.so /usr/usr/lib/freerdp/tsmf.so /usr/usr/lib/freerdp/cliprdr.so /usr/usr/lib/freerdp/parallel.so /usr/usr/lib/freerdp/rdpsnd_alsa.so /usr/usr/lib/freerdp/drdynvc.so /usr/usr/lib/freerdp/tsmf_pulse.so /usr/usr/lib/freerdp/serial.so /usr/usr/lib/freerdp/disk.so /usr/usr/lib/freerdp/.debug /usr/usr/lib/freerdp/.debug/printer.so /usr/usr/lib/freerdp/.debug/rail.so /usr/usr/lib/freerdp/.debug/rdpsnd.so /usr/usr/lib/freerdp/.debug/rdpdr.so /usr/usr/lib/freerdp/.debug/audin_alsa.so /usr/usr/lib/freerdp/.debug/rdpsnd_pulse.so /usr/usr/lib/freerdp/.debug/rdpdbg.so /usr/usr/lib/freerdp/.debug/audin.so /usr/usr/lib/freerdp/.debug/scard.so /usr/usr/lib/freerdp/.debug/audin_pulse.so /usr/usr/lib/freerdp/.debug/tsmf_alsa.so /usr/usr/lib/freerdp/.debug/tsmf.so /usr/usr/lib/freerdp/.debug/cliprdr.so /usr/usr/lib/freerdp/.debug/rdpsnd_alsa.so /usr/usr/lib/freerdp/.debug/parallel.so /usr/usr/lib/freerdp/.debug/drdynvc.so /usr/usr/lib/freerdp/.debug/tsmf_pulse.so /usr/usr/lib/freerdp/.debug/serial.so /usr/usr/lib/freerdp/.debug/disk.so * I've reported it mutiple times and nobody seems to care enough to fix that, so maybe it's not used by anybody Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sound-theme-freedesktop: add glib-2.0 and intltool-native dependencyMartin Jansa2014-04-201-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: bump SRCREV to fix build issues with newer live555Martin Jansa2014-04-203-48/+35
| | | | | | | | | | | | * live555 support was removed in: http://git.mplayer2.org/mplayer2/commit/?id=e77b823b341fca0b931228d3e623dab50aa11723 * remove now unsupported options * needs libav-9.10 which is in oe-core but with negative D_P otherwise configure fails: Requested 'libavcodec >= 54.25.0' but version of libavcodec is 53.35.0 * disable man installation, because we don't have rst2man Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sound-theme-freedesktop: fix configureAndreas Müller2014-04-201-0/+2
| | | | | | | | | | | | | oe-core's commit 79ea036de331bde65a88fb777647dc099ef05acf Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Sun Mar 2 17:36:38 2014 +0000 autotools: Limit aclocal files to those in dependencies makes explicit depencies mandatory Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* python-autobahn: upgrade to version 0.8.6Diego Rondini2014-03-291-2/+2
| | | | | | | | | Changes: * upgraded python-autobahn to latest upstream * updated license checksum because upstream increased copyright year from 2013 to 2014 Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-twisted: upgrade to version 13.2.0Diego Rondini2014-03-291-12/+5
| | | | | | | | | | | | | | | | Changes: * upgraded python-twisted to latest upstream * dropped PR because of PV increase * updated LICENSE checksum because new contributors have been added to the file * dropped bin package because resulting package was empty: - file _c_urlarg has been removed with this commit: https://twistedmatrix.com/trac/changeset/31167/trunk/twisted/protocols - file cBanana was not packaged even in previous version, upstream removed it ages ago. https://twistedmatrix.com/trac/changeset/19014/trunk/twisted/spread * the newly introduced zsh completion file has been added to the zsh package Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-zopeinterface: upgrade to version 4.1.1Diego Rondini2014-03-291-3/+2
| | | | | | | | | Changes: * upgraded python-zopeinterface to latest upstream * dropped PR because of PV increase Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: replace CPPFunction with rl_completion_func_t to fix build errorZhenhua Luo2014-03-292-0/+34
| | | | | | | | | | | | | | lvm2 depends on readline, CPPFunction has been replaced by rl_completion_func_t in recent readline, Error log: | lvm.c: In function 'lvm_shell': | lvm.c:189:38: error: 'CPPFunction' undeclared (first use in this function) | rl_attempted_completion_function = (CPPFunction *) _completion; | ^ Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efivar: add recipeStanacar, StefanX2014-03-291-0/+18
| | | | | | | | | | | | | | | | | | | efivar is is a tool to manipulate UEFI variables. This is obviously useful only for EFI machines that have the efivarfs interface enabled in the kernel config (CONFIG_EFIVAR_FS), and mounted (mount -t efivarfs efivarfs /sys/firmware/efi/efivars). Sample usage: GUID: 4a67b082-0a4c-41cf-b6c7-440b29bb8c4f Name: "LoaderEntrySelected" Attributes: Boot Service Access Runtime Service Access Value: 00000000 62 00 6f 00 6f 00 74 00 00 00 |b.o.o.t... | Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* can-utils: Create git versionLauren Post2014-03-261-0/+16
| | | | | | | | Linux CAN network development utilities - newer version than canutils Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pm-qa: Add power management test utilschase maupin2014-03-261-0/+65
| | | | | | | | | | | * The power management test utilities from Linaro can be used to test multiple PM features such as cpufreq, cpuidle, thermal control and suspend operations. * These utilities are not platform specific and can be used by a broader base of users. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminus-font: add new recipe for version 4.38Matthieu CRAPET2014-03-261-0/+45
| | | | | | | | | | | | This is a dual recipe, it provides: - console fonts (PSF v1 & v2 formats) - X11 fonts (PCF format) X11 font are generated when DISTRO_FEATURES contains 'x11'. Use PACKAGECONFIG to configure. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fim: add "hf" PACKAGECONFIG optionMatthieu CRAPET2014-03-262-2/+33
| | | | | | | | | | | | | | | This embedds a console font in fim executable. To use it, don't forget to define FBFONT with the special value: export FBFONT='fim://' Option is enabled by default because kdb-consolefonts package only provides PSF version 2 files (fim only support version 1 and creates an error). Benchmarked fim executable size: +6Kb (x86_64) and +7Kb (armv7). Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-graphics/lxdm: autotools and config updatesstephen.arnold422014-03-231-3/+10
| | | | | | | | | | | | lxdm_git.bb: Upstream changes required autotools and gettext (intl) updates; the package autogen script doesn't create the makefile in po, but autotools by itself is missing the input file (thus, the configure_prepend). There were also missing depends (from upstream docs and configure checks) and some configure options were added to ensure the desired X/gtk2 config and enable (optional) auto-login. Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: Rework recipe to use the 'waf' classOtavio Salvador2014-03-231-13/+1
| | | | | | | This removes the duplicated code and uses the OE-Core waf class. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-dejavu: fix license warningsMatthieu CRAPET2014-03-231-2/+2
| | | | | | | | | Fix LICENSE value to drop warning messages: WARNING: ttf-dejavu: No generic license file exists for: Bitstream in any provider WARNING: ttf-dejavu: No generic license file exists for: Vera in any provider Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: add a dependency to make do_compile passChong.Lu@windriver.com2014-03-231-5/+6
| | | | | | | | | | During compiling? we need soelim command provided by groff-native. So add DEPENDS to fix this issue, else we will get following error: /bin/sh: 15: soelim: not found Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>