summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python(3)-attrs: upgrade 17.4.0 -> 18.1.0Chen Qi2018-06-273-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prctl: upgrade 1.6.1 -> 1.7Chen Qi2018-06-271-3/+3
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-requests-file: upgrade 1.4.2 -> 1.4.3Chen Qi2018-06-271-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-automat: upgrade 0.6.0 -> 0.7.0Chen Qi2018-06-274-8/+9
| | | | | | | Patch is rebased against latest codes. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-lxml: upgrade 4.2.1 -> 4.2.2Chen Qi2018-06-273-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-pyasn1: upgrade 0.4.2 -> 0.4.3Chen Qi2018-06-273-3/+4
| | | | | | | | The license checksum changes but the license remains the same. The change is only about year, 2017 -> 2018. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-ndg-httpsclient: upgrade 0.4.4 -> 0.5.0Chen Qi2018-06-273-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-urllib3: upgrade 1.22 -> 1.23Chen Qi2018-06-273-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-pyopenssl: upgrade 17.5.0 -> 18.0.0Chen Qi2018-06-273-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-certifi: upgrade 2018.1.18 -> 2018.4.16Chen Qi2018-06-273-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-ipaddress: upgrade 1.0.19 -> 1.0.22Chen Qi2018-06-271-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-twisted: upgrade 17.9.0 -> 18.4.0Chen Qi2018-06-273-3/+3
| | | | | | | The license checksum changes but the license remains the same. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pip: upgrade 9.0.3 -> 10.0.1Chen Qi2018-06-271-3/+3
| | | | | | | The license checksum changes but the license remains the same. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ordered-set: upgrade 2.0.2 -> 3.0.0Chen Qi2018-06-272-10/+11
| | | | | | | | | | | | The license checksum changes but the license remains the same. The change is just about year, 2013 -> 2018. Add python3-pytest-runner to DEPENDS to solve the following error. | distutils.errors.DistutilsError: Could not find suitable distribution \ for Requirement.parse('pytest-runner') Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-pytest-runner: upgrade 3.0 -> 4.2Chen Qi2018-06-273-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-dbus: upgrade 1.2.6 -> 1.2.8Chen Qi2018-06-271-5/+5
| | | | | | | | 1. Remove obsolete PACKAGECONFIG. 2. Explicitly disable building documenation. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-protobuf: upgrade 3.5.2 -> 3.6.0Chen Qi2018-06-273-2/+3
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python(3)-hyperlink: upgrade 17.3.1 -> 18.0.0Chen Qi2018-06-273-2/+2
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: minor recipe cleanupsAndre McCurdy2018-06-272-46/+13
| | | | | | | | | | | | | - Passing prefix, mandir and localedir via the Make command line allows patching of config.mk to be dropped. - The variable PREFIX isn't used anywhere in the mosquitto 1.4.15 Makefiles, so doesn't need to be passed on the Make command line. That means the default do_compile() from base.bbclass can be used and the recipe specific do_compile() can be dropped. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bpftool: add new recipeDaniel Díaz2018-06-271-0/+31
| | | | | | | | The bpftool allows for inspection and simple manipulation of eBPF programs and maps, so common in the kernel selftests. Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add recipe for cereal, a header-only C++11 serialization library.Fritjof Jonsson2018-06-271-0/+16
| | | | | | Change-Id: Ia9e454b0b1caf16dd11ac371bda213375955f543 Signed-off-by: Fritjof Jonsson <fritjofj@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifenslave:Update the repo linkLiu Haitao2018-06-271-1/+1
| | | | | | | The https://anonscm.debian.org service has been replaced by salsa.debian.org. Signed-off-by: Liu Haitao <haitao.liu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* logcheck: Update the repo linkLiu Haitao2018-06-271-1/+1
| | | | | | | | The https://anonscm.debian.org and https://alioth.debian.org service have been discontinued. They are replaced by salsa.debian.org. Signed-off-by: Liu Haitao <haitao.liu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dracut: upgrade 046 -> 047Yi Zhao2018-06-271-3/+3
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* metacity: allow for warnings during compilationSlater, Joseph2018-06-251-0/+5
| | | | | | | | | | | | Add a PACKAGECONFIG option which lets us permit warnings during compilation until warnings from new compiler versions are dealt with. enable the packageconfig by default since we default to gcc8 which produces these warning Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: Refresh openssl support patchKhem Raj2018-06-251-20/+30
| | | | | | Avoid fuzz warnings Signed-off-by: Khem Raj <raj.khem@gmail.com>
* civetweb: Fix paths to librt and libm, use -l linker optionKhem Raj2018-06-243-47/+45
| | | | | | Fixes build where it pokes for libraries on host system Signed-off-by: Khem Raj <raj.khem@gmail.com>
* corosync: corosync-qnetd.conf is now created under /run during runtimeKhem Raj2018-06-241-4/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: Fix build with gcc8Khem Raj2018-06-243-0/+548
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: Upgrade to 5.18.04Khem Raj2018-06-249-59/+86
| | | | | | | fix strncpy overflow errors seen with gcc8 refresh patches with devtool Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography-vectors: 2.1.4 -> 2.2Huang Qiyu2018-06-243-2/+2
| | | | | | | Upgrade python-cryptography-vectors from 2.1.4 to 2.2. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography: 2.1.4 -> 2.2Huang Qiyu2018-06-223-3/+3
| | | | | | | | | | | | | Upgrade python-cryptography from 2.1.4 to 2.2. here is the change in LICENSE file thats resulting in checksums changes -from the same in CPython itself, and is licensed under the terms of the PSF -License Agreement. +from CPython, and is licensed under the terms of the PSF License Agreement. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd-utils: 8.9.6 -> 9.4.0Huang Qiyu2018-06-222-30/+6
| | | | | | | | | 1.Upgrade drbd-utils from 8.9.6 to 9.4.0. 2.Delete 0001-Makefile.in-fix-permission-bits-for-drbd.service.patch, since it is integrated upstream. 3.Upgrade the SRC_URI to use git fetcher Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* corosync: add corosync.conf.exampleMingli Yu2018-06-222-1/+62
| | | | | | | | | | | | | | | | | | | | | | | * Add corosync.conf.example as the template for /etc/corosync/corosync.conf to make the cluster works as the previous default config doesn't work as below output: root@host1:/# crm status Stack: unknown Current DC: NONE Last updated: Mon Dec 25 05:30:59 2017 Last change: Mon Dec 25 05:30:32 2017 by root via cibadmin on host1 0 nodes configured 1 resource configured Full list of resources: WebSite (ocf::heartbeat:apache): Stopped Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* corosync: Upgrade to 2.4.4Khem Raj2018-06-221-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kpatch: Upgrade to 0.6.1 releaseKhem Raj2018-06-224-23/+20
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pywbem: update to version 0.11.0 and add a python3 recipeDerek Straka2018-06-224-13/+40
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdc1394: libglu needs both openGL and X11 but not tvirtual/libglKhem Raj2018-06-221-1/+2
| | | | | | Epxress this dependency accurately Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhugetlbfs: Fix build on muslKhem Raj2018-06-227-0/+219
| | | | | | needs more runtime testing Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Upgrade to latest and fix build with muslKhem Raj2018-06-222-6/+38
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: add the setting of COMPATIBLE_HOST backChen Qi2018-06-221-0/+4
| | | | | | | | This setting was deleted, but on mips and glibc, we still have this problem. So add this setting back, but limit it to glibc. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcmciautils: add (from oe-core)Ross Burton2018-06-224-0/+206
| | | | | | | | Modern hardware doesn't really use PCMCIA so the support has been moved out of oe-core. Move into meta-oe for people who still want it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tiptop: Fix parallel build issuesKhem Raj2018-06-204-2/+95
| | | | | | | - Fix reproducible build issue - Fix out of tree builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* devmem2: ensure word is 32-bit, add support for 64-bit longDenys Dmytriyenko2018-06-202-1/+73
| | | | | | | | | | Since sizeof(unsigned long) can be 8-byte on 64-bit architectures, use uint32_t instead for "word" access to always be 4-byte/32-bit long. Also introduce proper "long" 8-byte/64-bit access by using uint64_t. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: fix links to repos and improve formattingOleksandr Kravchuk2018-06-201-2/+10
| | | | | Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Update Double-Conversion inside mozjsAlistair Francis2018-06-204-77/+1909
| | | | | | | | Update the Double-Conversion source inside mozjs to add support for more architectures. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest: Fix conflict error as following:leimaohui2018-06-203-0/+13
| | | | | | | | file /usr/bin/py.test conflicts between attempted installs of python3-pytest-3.4.2-r0 and python-pytest-3.4.2-r0 file /usr/bin/pytest conflicts between attempted installs of python3-pytest-3.4.2-r0 and python-pytest-3.4.2-r0 Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* engine-pkcs11: has been merged to libp11, so deleted.leimaohui2018-06-201-31/+0
| | | | | | | Reference to https://github.com/OpenSC/engine_pkcs11,there is no need to maitain this recipe. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf:Modified PACKAGECONFIG to fix the following error:leimaohui2018-06-201-2/+3
| | | | | | | | | | configure: error: Package requirements (libvirt) were not met: | | No package 'libvirt' found Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gd: Replace strncpy with memccpy to fix -Wstringop-truncation.Robert Yang2018-06-202-0/+47
| | | | | | | | Fixed for gcc8: git/src/gdft.c:1699:2: error: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>