summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* mozjs: fix the compile error of powerpc64Chunrong Guo2015-05-112-0/+19
| | | | | | | | fix the following error |error: 'jsuword' does not name a type Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: upgrade to 5.5.24Roy Li2015-05-111-3/+3
| | | | | | | | | | 5.5.24 has several CVE fixes, like CVE-2015-1351, CVE-2015-1352 5.5.23 has fixes for CVE-2015-2787, CVE-2015-2348 etc. Update the LICENSE checksum, since the date in LICENSE is updated to 2015 Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pcsc-lite_1.8.6: Modified the license for libpcscspy.leimaohui2015-04-241-1/+2
| | | | | | | | Because the license of libpcscspy.c is GPLv3+. So modified the license of pcsc-lite-dev. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: override SECURITY_CFLAGS for a set of recipesDmitry Eremin-Solenikov2015-04-242-0/+10
| | | | | | | | | Some of recipes produce errors if the distro has enabled usage of security_flags.inc file. Fix those errors (and QA warnings) by providing an additional include file that is require'd from conf/layer.conf. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* toybox: Upgrade to v0.5.2Amarnath Valluri2015-04-242-34/+39
| | | | | | | The patch applied to toybox is rebased onto the new release and updated. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-sdk-target: drop libltdl-dev dependencyMartin Jansa2015-04-241-1/+1
| | | | | | | | | | | | * it was removed from libtool recipe in oe-core commit: commit 5e40bcd93d9ea64f1a6d75e62aabda3dcb33fc01 Author: Robert Yang <liezhi.yang@windriver.com> Date: Fri Apr 10 02:30:02 2015 -0700 Subject: libtool: remove libltdl-dev libltdl-dbg libltdl-staticdev from PACKAGES There should be only one dev and dbg package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs: disable methodjit for armv4Dmitry Eremin-Solenikov2015-04-211-0/+3
| | | | | | | | methodjit uses assembler instructions which are not available on armv4 architecture. Disable methodjit for it. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lprng: new recipeDmitry Eremin-Solenikov2015-04-211-0/+19
| | | | | | | | Add a recipe for lprng - rather small, but powerfull implementation of LPR print spooler functionality. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmsensors-config: add rrdtool to lmsensors-config-cgi RDEPENDSDmitry Eremin-Solenikov2015-04-211-1/+1
| | | | | | | | QA reports a warning because lmsensors-config-cgi uses rrdtool, but does not declare runtime dependency on it. Add rrdtool to RDEPENDS_${PN}-cgi. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmsensors-config: fix a warning about not existant SDmitry Eremin-Solenikov2015-04-211-0/+1
| | | | | | | | | Set the S variable to $WORKDIR to remove the warning about S being not existant (which is true for this package, since there are no original sources for it). Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* socorro-syms: Limit the search for repository to within the build directoryDaniel Markus2015-04-211-15/+24
| | | | | | | | | | | When we search for the git repository associated with a file and the there's no repository associated, we incorrectly find the yocto repository itself. To prevent the search from finding an incorrect repository, we only accept repositories found within the build directory. Signed-off-by: Daniel Markus <daniel.markus@leica-geosystems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltp-ddt: bump to version 1.0.0Denys Dmytriyenko2015-04-213-47/+52
| | | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* serialcheck: add version 1.0.0Denys Dmytriyenko2015-04-213-0/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simple serial tester Usage (as explained in Readme.txt, part of ${PN}-doc package): - Create a random file. dd if=/dev/urandom of=binary count=1 bs=4096 - Copy the random file to both nodes. - Start the test receiving node: serialcheck -d /dev/ttyS0 -f binary -m r -l 10 sending node: serialcheck -d /dev/ttyUSB0 -f binary -m t -l 10 Start the receiving side before the sending side. This will transfer the "binary" file 10 times and the other side will expect the file 10 times. Once the program completes both sides should write something similar to: | Needed 0 reads 1 writes loops 10 / 10 | cts: 0 dsr: 0 rng: 0 dcd: 0 rx: 0 tx: 40960 frame 0 ovr 0 par: 0 brk: 0 buf_ovrr: 0 and in error case the receive side: Needed 20 reads 0 writes Oh oh, inconsistency at pos 2273 (0x8e1). Original sample: 000008b0: 28 b2 18 c9 ec b5 2c b3 3a a1 29 b1 fc 27 20 7f (.....,.:.)..' . 000008c0: 42 f8 d5 cb d8 52 ec b5 c8 76 d3 4b d2 57 44 6a B....R...v.K.WDj 000008d0: 40 81 6a 82 27 fd 8d 50 84 70 bc 24 6b 3d 88 fd @.j.'..P.p.$k=.. 000008e0: 9f ac 78 a4 76 9b f9 1c 74 2c d6 79 22 60 c5 de ..x.v...t,.y"`.. 000008f0: 02 9c fb 52 21 4b 40 6f 80 69 2e 80 df 12 ba a0 ...R!K@o.i...... 00000900: 75 57 d5 22 33 c0 f3 bc 94 f8 aa 22 9d 02 59 20 uW."3......"..Y Received sample: 000008b0: 28 b2 18 c9 ec b5 2c b3 3a a1 29 b1 fc 27 20 7f (.....,.:.)..' . 000008c0: 42 f8 d5 cb d8 52 ec b5 c8 76 d3 4b d2 57 44 6a B....R...v.K.WDj 000008d0: 40 81 6a 82 27 fd 8d 50 84 70 bc 24 6b 3d 88 fd @.j.'..P.p.$k=.. 000008e0: 9f 00 ac 78 a4 76 9b f9 1c 74 2c d6 79 22 60 c5 ...x.v...t,.y"`. 000008f0: de 02 9c fb 52 21 4b 40 6f 80 69 2e 80 df 12 ba ....R!K@o.i..... 00000900: a0 75 57 d5 22 33 c0 f3 bc 94 f8 aa 22 9d 02 59 .uW."3......"..Y loops 54878 / 4294967295 cts: 0 dsr: 0 rng: 0 dcd: 0 rx: 224792017 tx: 223379456 frame 0 ovr 1 par: 0 brk: 0 buf_ovrr: 0 Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: properly package libv4l-devAlexandre Belloni2015-04-131-1/+3
| | | | | | | libv4l-dev is missing headers, .so links and packageconfig files. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltrace: fix build with -OsMartin Jansa2015-04-132-0/+32
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs4, liblinebreak: use "Zlib" instead of "zlib" for LICENSEMartin Jansa2015-04-132-2/+2
| | | | | | | | | | * otherwise zlib license text provider isn't found: WARNING: The license listed zlib was not in the licenses collected for liblinebreak WARNING: liblinebreak: No generic license file exists for: zlib in any provider [YOCTO #7584] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* enca: drop unrecognized --with-libiconv-prefix optionMartin Jansa2015-04-131-2/+0
| | | | | | | * fixes: WARNING: QA Issue: enca: configure was passed unrecognised options: --with-libiconv-prefix [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* indent: license should be GPLv3Bian Naimeng2015-04-131-1/+1
| | | | | | | | The license of indent should be GPLv3 Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Acked-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4c: disable binconfig fileAndre McCurdy2015-04-131-1/+3
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhugetlbfs: Add i586 to list of compatible host architecturesgary.robertson@linaro.org2015-04-131-1/+1
| | | | | | | | COMPATIBLE_HOST included support for x86_64 but not for 32-bit x86 architectures - added i586 arch name to cover qemux86, etc. Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* add CUnit test suiteMike Holmes2015-04-132-0/+55
| | | | | | | | Adds a new recipe for building the CUnit test framework libraries Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbida: update to 2.10Matthieu CRAPET2015-04-131-7/+14
| | | | | | | | | | | This release fixes QA Issue [file-rdeps] Changes: - fix HAVE_LIBUNGIF => HAVE_LIBGIF - add "curl" and "webp" to PACKAGECONFIG Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* spitools : add new recipetexierp2015-04-131-0/+14
| | | | | | | This tool allows you to test the SPI interface (through spidev). Signed-off-by: Pierre-Jean TEXIER <pjtexier@amplitude-systemes.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 0.12.2Jonathan Liu2015-04-131-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evtest: Update to 1.32-based releaseOtavio Salvador2015-04-131-2/+2
| | | | | | | | This updates to revision b8343ec1 which is based on 1.32 release and includes some fixes on top of it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: Needs python3 to compileGary Thomas2015-04-131-1/+1
| | | | | | | | | Inherit python3native as the compile step requires it: | ./TOOLS/file2string.py etc/input.conf >input/input.conf.h | /usr/bin/env: python3: No such file or directory Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: move to meta-pythonAndreas Oberritter2015-04-131-24/+0
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: move to meta-pythonAndreas Oberritter2015-04-136-198/+0
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* can-utils_git.bb: fix SRC_URIStefan Müller-Klieser2015-04-131-1/+1
| | | | | | | gitorious.org is closing down the can-utils project moved to github.com Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* socorro-syms: Correct the extraction of repository branchDaniel Markus2015-04-131-6/+4
| | | | | | | | | | | | When a recipe has git-cloned source code to compile, it may be checked out with a detached HEAD. The current VCS information extraction in socorro-syms incorrectly assumes a detached HEAD belongs to the master branch. With the proper git command we find the branch the detached HEAD belongs to and use that in the Socorro link. Signed-off-by: Daniel Markus <daniel.markus@leica-geosystems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* socorro-syms: Add support for local repositoriesDaniel Markus2015-04-131-1/+13
| | | | | | | | | | | | | | | This socorro-syms functionality tries to extract the host name out of the source code repository origin. This causes problems when the origin is a local repository. The solution is to look for the origin in two steps. If the origin in the first step is a local directory we assume it is a temporary download repository. In the second step we look for the origin to that download repository and if that also redirects to a local repository, we provide the absolute path instead of a Socorro repository link. Signed-off-by: Daniel Markus <daniel.markus@leica-geosystems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: Install missing headersKhem Raj2015-04-131-0/+5
| | | | | | | | | | We have compile failures due these headers missing from sysroot and other breakpad headers referring to them. So when some package wants to link with breakpad ends up in build errors. Change-Id: I61161e33dfb1ea6383e421e7bd2cb96bb9b06688 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* breakpad: Upgrade to r1435Khem Raj2015-04-131-1/+1
| | | | | | | | Fixes parallel build issue with breakpad-native amongst other updates Change-Id: Icc26234ccb4ba77543e8dca52b27ceaeb2f77747 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "samba: disable service by default"Martin Jansa2015-04-131-2/+0
| | | | | | | | | This reverts commit 20a624928c030fa13d8b7d45b4f4d7e1ac624f60. There is ongoing discussion about this one on oe-devel ML: http://lists.openembedded.org/pipermail/openembedded-devel/2015-March/100899.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: move daemons into their own packageAndreas Oberritter2015-04-132-7/+23
| | | | | | | | | | | | | Create a package samba-base, which contains everything needed to just run the daemons (nmbd, smbd). Excerpt from buildhistory (mips32): -87280 KiB samba +13968 KiB samba-base Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: Upgrade to 0.14Saul Wold2015-03-211-4/+4
| | | | | | | | This upgrade will match with the openssl 1.0.2 changes The newer verion of pyopenssl now uses setuptools instead of distutils Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smstools3: Add smstools3 to meta-oe/recipes-connectivityKai Ulrich2015-03-212-0/+64
| | | | | Signed-off-by: Kai Ulrich <kaiu@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* soci: Add recipeKhem Raj2015-03-212-0/+76
| | | | | | | | | Define PACKAGECONFIG to enable a given backend of choice by default its 'empty' Change-Id: Ie1123af658ca94d2fe22a3ca1a32dfb47d58979e Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* can-utils: Change protocol from git to httpsNobuhiro Iwamatsu2015-03-211-1/+1
| | | | | | | | | gitorious.org that is hosting can-utils has stopped providing git protocol. That https is provided instead. This will change protocol to get can-utils of source code from git to https. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* socorro-syms: Add directory arrangement needed by minidump_stackwalkDaniel Markus2015-03-211-1/+49
| | | | | | | | | | | | | | | | | | http://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide When extracting a stack trace out of a Breakpad minidump, the application minidump_stackwalk is used. This application needs all symbol files to be arranged in a particular directory structure in order to match the correct symbol file with the version of the crashed program in question. A directory structure is created in accordance with minidump_stackwalk. The structure contains the name of the application binary and a hash value where the hash corresponds to the binary the symbol file was produced from. The symbol file is moved to the hash directory allowing multiple versions of the same symbol file. Signed-off-by: Daniel Markus <daniel.markus@leica-geosystems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nano: use FTP as download methodDavid Andrey2015-03-211-1/+1
| | | | | | | | | | FTP was noticed as the prefered file access method for nano sources after several HTTP server hang-up. The nano-devel mailing list refers to this change Signed-off-by: David Andrey <david.andrey@netmodule.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tinymembench: add initial recipeAndre McCurdy2015-03-211-0/+19
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: fix uninitialized ptr access problemJoe Slater2015-03-212-0/+21
| | | | | | | | | To be safe, the ldap_pvt_thread_pool_getkey() function should always set the data parameter. If this is not done, slapd can segfault during shutdown. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* giflib: RDEPENDS on perlMagnus Olsson2015-03-211-0/+2
| | | | | | | | | | The giflib utility "gifburst" is a Perl-script, so make sure Perl is a run-time dependency for the giflib-utils package. This will silence file-rdeps QA issue. Signed-off-by: Magnus Olsson <magnus@minimum.se> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpich: Disable RPATH to avoid issues in package_qaAníbal Limón2015-03-211-4/+9
| | | | | | | | | | | Set --disable-rpath to extra opts in order to avoid issues in package_qa also change default pm to gforker because hydra has problems with RPATH. TODO: Make a patch for solve hydra rpath issues. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add mpich supportVictor Rodriguez2015-03-211-0/+29
| | | | | | | | | | This patch add mpich support to yocto in order to run MPI framework on embedded systems. Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena@intel.com> Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt : Move RDEPENDS on python-sip to PyQT.Philip Balister2015-03-212-2/+2
| | | | | | | | python-sip has the runtime support for PyQT. Also drop the need for anki to RDEPEND on python-sip. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sip: Split python into a new package for runtime support.Philip Balister2015-03-211-1/+3
| | | | | | | The package is named python-sip for backwards compatibility. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add uthash recipeLaszlo Papp2015-03-211-0/+14
| | | | | Signed-off-by: Laszlo Papp <lpapp@kde.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: Fix media-ctl supportOtavio Salvador2015-03-101-6/+3
| | | | | | | | | | The media-ctl package is generated with same name, but from a different source. To offer an upgrade path the only change necessary is to add 'media-ctl' in the PROVIDES so dependencies for build can be satisfied. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>