summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mercurial: CVE-2017-9462Zhixiong Chi2017-06-192-1/+138
| | | | | | | | | | | | | | Backport the CVE patch from https://www.mercurial-scm.org/repo/hg/rev/77eaf9539499 "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and consequently execute arbitrary code, by using --debugger as a repository name. CVE: CVE-2017-9462 Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: fix fetcher error.Ismo Puustinen2017-06-141-1/+1
| | | | | | | | | The recent fuse recipe update broke fetching the sources when building fuse-native (it tried to fetch non-existent package fuse-native-2.9.7.tar.gz). Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gitver: fix broken ${GITSHA} and recursion in S when PV="${GITVER}"Alejandro Mery2017-06-141-4/+14
| | | | | Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gitver: extend class to use EXTERNALSRC if setAlejandro Mery2017-06-141-2/+4
| | | | | Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdc1394: Add X11 and opengl deps if distro has them in policyKhem Raj2017-06-141-1/+4
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hiredis: Add recipeMarian Pritsak2017-06-142-0/+53
| | | | | | | | | | | | Hiredis is a C client library for Redis database. Hiredis does not use autotools, but plane Makefile instead, so few changes had to be made, including removing hard coded compiler, setting INSTALL to 'cp -r' to to avoid host user comtamination QA issue, and setting PREFIX to ${prefix} instead of default /usr/local. Signed-off-by: Marian Pritsak <maryan.pricak@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* debsums: New recipeTom Rini2017-06-141-0/+52
| | | | | | | | | A tool for verification of installed package files against MD5 checksums debsums can verify the integrity of installed package files against MD5 checksums installed by the package, or generated from a .deb archive. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libfile-fnmatch-perl: New recipeTom Rini2017-06-141-0/+22
| | | | | | | | | | File::FnMatch::fnmatch() provides simple, shell-like pattern matching. Though considerably less powerful than regular expressions, shell patterns are nonetheless useful and familiar to a large audience of end-users. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librcf: fix a clang compiling issueMing Liu2017-06-142-0/+36
| | | | | | | | | | | | A error was observed with clang compiler, as follows: | src/RCF/RCF.cpp:49: | src/RCF/ClientStub.cpp:28: | include/RCF/Future.hpp:49:26: error: 'enrol' is a private member of 'RCF::ClientStub' it can be fixed by declaring Future as a friend class of ClientStub. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librcf: convert CRLF to LFMing Liu2017-06-142-10/+10
| | | | | | | | | | | | librcf is developed on Windows system, so CRLF is the line terminator being used in this project, this can lead annoying patching issues if the users forget to set autocrlf in git config. It can be fixed by inheriting dos2unix, hence a convert_crlf_to_lf task will be executed before do_patch, to convert all CRLF to LF. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dos2unix.bbclass: add recipeMing Liu2017-06-141-0/+14
| | | | | | | | | | Class for use to convert all CRLF line terminators to LF provided that some projects are being developed/maintained on Windows so they have different line terminators(CRLF) vs on Linux(LF), which can cause annoying patching errors during git push/checkout processes. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dos2unix: add recipeMing Liu2017-06-141-0/+34
| | | | | | | | | The Dos2unix package includes utilities dos2unix and unix2dos to convert plain text files in DOS or Mac format to Unix format and vice versa. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* po4a: add recipeMing Liu2017-06-141-0/+20
| | | | | | | | | The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: change download name.Ismo Puustinen2017-06-141-1/+1
| | | | | | | | Just having "v2.2.0.tar.gz" was causing problems with other similarly misconfigured packages. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* esound: Upgrade to 0.2.41Khem Raj2017-06-148-79/+136
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logwarn: add new recipeJackie Huang2017-06-141-0/+46
| | | | | | | | logwarn is a utility for finding interesting messages in log files. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* enscript: add new recipeJackie Huang2017-06-142-0/+140
| | | | | | | enscript is a plain ASCII to PostScript converter. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* agent-proxy: add new recipeJackie Huang2017-06-142-0/+68
| | | | | | | | | agent-proxy is a simple, small proxy which is intended for use with kgdb, or gdbserver type connections where you want to share a text console and a debug session. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-django: add python3 recipe and update to 1.11.2Jackie Huang2017-06-143-3/+7
| | | | | | | | | * move the mommon portions into .inc * update to version 1.11.2 * add new recipe for python3-django Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-django-south: add new recipeJackie Huang2017-06-143-17/+21
| | | | | | | | * move the common portions into .inc * add new recipe for python3-django-south Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: Fix CVE-2017-9287fan.xin2017-06-142-0/+31
| | | | | | | | | | | | | servers/slapd/back-mdb/search.c in OpenLDAP through 2.4.44 is prone to a double free vulnerability. A user with access to search the directory can crash slapd by issuing a search including the Paged Results control with a page size of 0. Patch reference: http://www.openldap.org/its/?findid=8655 Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* espeak: Fix FTBFS due to narrowing warnings on 32bit x86Khem Raj2017-06-142-0/+57
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: add LDFLAGS to bbclass C/C++ link argumentsAdam C. Foltzer2017-06-142-6/+6
| | | | | | | | This adds compiler flags for C++ projects, and fixes the linker arguments for both C and C++ to avoid the GNU_HASH qa failure Signed-off-by: Adam C. Foltzer <acfoltzer@galois.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: let overriding base_sbindir have the proper effect.Krisztian Litkey2017-06-141-0/+5
| | | | | | | | | Set MOUNT_FUSE_PATH explicitly to ${base_sbindir} before configure. Making this explicit will let people override base_sbindir with the desired effect (for instance when building a distro with merged / and /usr). Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
* meson: fix build/host confusion for bbclassAdam C. Foltzer2017-06-141-3/+3
| | | | | | | | Meson and Bitbake use different terminology for the build and host; this provides the correct build machine info to Meson. Signed-off-by: Adam C. Foltzer <acfoltzer@galois.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: update Meson devtool to 0.40.1Adam C. Foltzer2017-06-141-1/+1
| | | | | Signed-off-by: Adam C. Foltzer <acfoltzer@galois.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: fix runtime dependencies.Ismo Puustinen2017-06-121-1/+1
| | | | | | | | | The newly split "libopencv-ts" package is empty (and thus not created), because all ts files are installed in the development package. So, do not add a runtime dependency to libopencv-ts. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: fix compilation error when OpenCL is enabled.Ismo Puustinen2017-06-121-7/+34
| | | | | | | | The patch which changes test module function visilibility was missing some OpenCL symbols. Export also those. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* inotify-tools: fix __NR_inotify_add_watch system call number on _MIPS_SIM_ABI64Jackie Huang2017-06-122-0/+32
| | | | | | | | | The correct value should be the same as defined in linux/arch/mips/include/uapi/asm/unistd.h Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tbb: Update to 2017 Update 6Khem Raj2017-06-122-7/+49
| | | | | | | Fix build with musl and security flags turned on Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* konkretcmpi: Update and fix build with latest oe-coreKhem Raj2017-06-122-29/+5
| | | | | | | | Drop already upstreamed patch Use bbclassextend for deriving native recipe Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* srecord: add collection of tools for manipulating EPROM load filesAndrej Valek2017-06-122-0/+80
| | | | | | | | This collection of tools is used for EPROM data manipulation. More info could be found on page: http://srecord.sourceforge.net/ Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zsh: update to 5.3.1Branden Archer2017-06-121-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xterm: 325 -> 327susanbian2017-06-121-3/+2
| | | | | | | Upgrade xterm from 325 to 327. Signed-off-by: susanbian <bianyq@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openipmi: Fix build with muslKhem Raj2017-06-122-0/+18
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numeric: Fix build with muslKhem Raj2017-06-122-1/+33
| | | | | | | Use gettimeofday() definition from system Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* caps: Fix buld with -pieKhem Raj2017-06-122-0/+19
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: fix EXTRA_OECONF and add RRECOMMENDSJackie Huang2017-06-121-1/+4
| | | | | | | | * fix EXTRA_OE_CONF -> EXTRA_OECONF * add RRECOMMENDS on kernel modules Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: add systemd and sysvinit supportJackie Huang2017-06-123-1/+139
| | | | | | | | Add systemd service and and sysvinit script so it's easy to manage the mip6d daemon. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: fix for parallel compilationJackie Huang2017-06-122-3/+26
| | | | | | | | Add missing dependency in Makefile to fix the parallel compile issue and re-enable PARALLEL_MAKE Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* konkretcmpi: Update and fix build with latest oe-coreKhem Raj2017-06-123-40/+40
| | | | | | | Drop already upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leveldb: Update to 1.20Khem Raj2017-06-122-54/+13
| | | | | | | | | package tests into a seprate package package static libs as well Update also fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* onboard: Upgrade to 1.4.1Khem Raj2017-06-121-3/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: Upgrade to 1.10.0Khem Raj2017-06-123-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* audiofile: Inherit pkgconfig instead of binconfigKhem Raj2017-06-121-1/+1
| | | | | | | | | Fixes build with musl ../audiofile-0.3.6/configure: line 16964: PKG_PROG_PKG_CONFIG: command not found ../audiofile-0.3.6/configure: line 16971: syntax error near unexpected token `FLAC,' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: update 2.9.4 to 2.9.7Kyle Russell2017-06-121-4/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyroute: Add support for python3Moritz Fischer2017-06-123-24/+30
| | | | | | | Extend recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-netaddr: Add support for python3Moritz Fischer2017-06-123-8/+12
| | | | | | | Extend recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mprpc: Add support for python3Moritz Fischer2017-06-123-17/+21
| | | | | | | Extend recipe to add support for python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-gsocketpool: Add support for python3Moritz Fischer2017-06-123-16/+20
| | | | | | | Extend recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>