summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sysdig: Upgrade to 0.26.5Khem Raj2020-02-295-146/+159
| | | | | | | | | | | | * License changed to Apache-2.0 upstream as well [1] * Forward port patches to apply on 0.26 * Just build libb64 from internal modules everything else should be provided by OE recipes * Disable luajit mips64 since luajit on these arches is not available, fall back to liblua * Disable build on musl and mips arch, it needs fixing in sysdig Signed-off-by: Khem Raj <raj.khem@gmail.com>
* piglist: add from oe-coreAlexander Kanavin2020-02-293-0/+131
| | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-numpy: add from oe-coreAlexander Kanavin2020-02-294-0/+157
| | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-multimedia: use COMMON_LICENSE_DIR for license file locationAndré Draszik2020-02-284-4/+4
| | | | | | | COMMON_LICENSE_DIR is the official location for license files Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmsensors: Fix sensord dependenciesPaul Barker2020-02-281-2/+1
| | | | | | | | | If sensord is removed from PACKAGECONFIG, the recipe should not depend on rrdtool and the lmsensors package should not depend on lmsensors-sensord. Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libowfat: fix sdk installationAndré Draszik2020-02-281-0/+2
| | | | | | | | | | | | | | | | Building an SDK with this included fails: * calculate_dependencies_for: Cannot satisfy the following dependencies for ncp-dev: * libowfat (= 0.32-r0) * * opkg_solver_install: Cannot install package ncp-dev. libowfat only provides a static library, so there no ${PN} package is created by default. Add ALLOW_EMPTY_${PN} = "1" to allow creation of an empty ${PN} package. Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-appdirs: enable ptestZheng Ruoqin2020-02-272-1/+17
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: upgrade 4.4.5 -> 4.4.6Wang Mingyu2020-02-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmtp: upgrade 1.1.16 -> 1.1.17Wang Mingyu2020-02-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-ftp: clean in configure step brokenJeremy Puhlman2020-02-271-0/+2
| | | | | | | | | | | | | DEBUG: Executing shell function autotools_preconfigure | NOTE: make clean | (cd ftp && make clean) | make[1]: Entering directory '/project/tmp/work/i586-oe-linux/netkit-ftp/0.17-r0/netkit-ftp-0.17/ftp' | Makefile:3: ../MCONFIG: No such file or directory | make[1]: *** No rule to make target '../MCONFIG'. Stop. Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: upgrade 3.2.5 -> 3.2.6Andreas Müller2020-02-271-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgee: upgrade 0.20.2 -> 0.20.3Andreas Müller2020-02-271-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: upgrade 1.8.2 -> 1.8.3Andreas Müller2020-02-271-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop3: upgrade 3.34.3 -> 3.34.4Andreas Müller2020-02-271-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: upgrade 3.34.2 -> 3.34.4Andreas Müller2020-02-271-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.58.4 -> 1.58.5Andreas Müller2020-02-271-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: upgrade 3.32.3 -> 3.32.4Andreas Müller2020-02-271-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.34.3 -> 3.34.4Andreas Müller2020-02-271-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: change four python shebangsSlater, Joseph2020-02-272-0/+39
| | | | | | | | Use python3. Note that the recipe already depends on python3-core at runtime. We only change scripts that show up under /usr/bin. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Upgrade to 2.1.0-beta3Leo Yan2020-02-272-9/+8
| | | | | | | | | | | Since luajit 2.1.0-beta3 can support architecture aarch64 and the old misses to support aarch64, the patch upgrades to luajit 2.1.0-beta3. Also updated clang.patch to dismiss patch warning: "Hunk #1 succeeded at 436 with fuzz 1 (offset 123 lines)." Signed-off-by: Leo Yan <leo.yan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libp11: revert version back to the 0.4.10 releaseRicardo Salveti2020-02-271-1/+1
| | | | | | | | | | | | The latest upstream release is still 0.4.10 (2019-04-03), as available at https://github.com/OpenSC/libp11/releases. This reverts commit 4990f80ddbc984f2bed4e07005d22f937988827e as it was incorrect, since there is no 11 release, and SRCREV used was actually from the 0.4.9 release. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libidn: Remove obsolete patches for issues already fixed upstreamAdrian Bunk2020-02-273-71/+0
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 3.5.1 -> 4.1.2Pierre-Jean Texier2020-02-271-2/+4
| | | | | | | | Add gensio and libyaml to DEPENDS list, see: - https://sourceforge.net/p/ser2net/news/2019/05/ser2net-40-gensio-10-released/ Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: new packagePierre-Jean Texier2020-02-272-0/+135
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc: update recipe to version 7.16.5Gianfranco Costamagna2020-02-271-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: update to 2.10.15 and refresh patchesGianfranco Costamagna2020-02-272-39/+8
| | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.20.4 -> 1.22.0Wang Mingyu2020-02-272-78/+4
| | | | | | | | clang.patch Revemod since the file of this patch is non-existent. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libev: upgrade 4.27 -> 4.31Wang Mingyu2020-02-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftp: upgrade 4.10 -> 4.10.1Wang Mingyu2020-02-271-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: upgrade 27.0 -> 28.0Wang Mingyu2020-02-273-33/+11
| | | | | | | | | | 0001-librdmacm-Use-sched_yield-instead-of-pthread_yield.patch removed because it is included in 28.0. refresh 0001-Remove-man-files-which-cant-be-built.patch Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: upgrade 2.0.27 -> 2.0.28Wang Mingyu2020-02-272-34/+2
| | | | | | | | ipmi_serial_bmc_emu.c-include-readline.h-from-readli.patch removed because it is included in 2.0.28. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iscsi-initiator-utils: upgrade 2.0.878 -> 2.1.0Wang Mingyu2020-02-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd-utils: upgrade 9.11.0 -> 9.12.0Wang Mingyu2020-02-271-3/+3
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: upgrade 2.10.14 -> 2.10.18Andreas Müller2020-02-271-2/+2
| | | | | | | | | Release information can be found at [1] [1] https://www.gimp.org/news/2020/02/24/gimp-2-10-18-released/ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: upgrade 0.4.20 -> 0.4.22Andreas Müller2020-02-271-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-weather-plugin: upgrade 0.10.0 -> 0.10.1Andreas Müller2020-02-271-2/+2
| | | | | | | | | | | | | | | | | | | | Release notes for 0.10.1 ======================== - Switch to 'locationforecast' product and use a more recent API version (bug #16268) - Fix invalid scrollbar index to add a label (bug #16023) - Update URLs from goodies.x.o to docs.x.o (bug #16182) - Fix build with panel 4.15 - Make build output less verbose - Use standard icon names (bug #16059) Translation Updates: Albanian, Croatian, Finnish, Galician, Greek, Portuguese, Slovak, Slovenian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cyrus-sasl: fix CVE-2019-19906Changqing Li2020-02-272-0/+36
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: update to v2020.02.04Denys Dmytriyenko2020-02-271-5/+3
| | | | | | | | | | | https://github.com/linux-can/can-utils/releases/tag/v2020.02.04 This version is required to build against kernel > 5.2 While at it, drop redundant DESCRIPTION and branch=master Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-lldp: Add initial version 1.0.1Jonathan Richardson2020-02-274-0/+145
| | | | | | | | | Open-LLDP provides a Link Layer Discovery Protocol agent that supports DCB (Data Center Bridging). The tc utility from iproute is needed to manipulate traffic control settings in the kernel. Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Update SRC_URIPropanu2020-02-271-1/+1
| | | | | | Updating SRC_URI to reflect project move to Eclipse Foundation. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-noto-emoji: add recipeMatt Ranostay2020-02-272-0/+20
| | | | | | | | | | Add both B/W and color emojis fonts from the noto-emoji project. Important note for the color emojis to render the pixmap PACKAGECONFIG option needs to be set in freetype package. Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libharu: New recipeZheng Ruoqin2020-02-272-0/+75
| | | | | | | libHaru is a library for generating PDF files. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fdk-aac: add initial fdk-aac recipeMircea Carausu2020-02-262-0/+114
| | | | | | | | Add Fraunhofer FDK AAC Codec Library recipe. Signed-off-by: Mircea Carausu <mircea.carausu@broadcom.com> Signed-off-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: move from meta-networking to meta-oeMartin Jansa2020-02-264-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * nodejs from meta-oe depends on this since: commit 76dd3dac1f1e67a5c44ad732b8e827cc36ded641 Author: André Draszik <git@andred.net> Date: Tue Oct 29 16:42:24 2019 +0000 nodejs: allow use of system c-ares (and make default) Use system c-ares via PACKAGECONFIG by default. So far, nodejs had been built using its embedded copy of c-ares, which we generally try to avoid, for the known reasons (independent updates, cve & license checks, etc). Notes: * otherwise nodejs uses its bundled version of c-ares * the PACKAGECONFIG variable is 'ares' so as to be in line with other uses of this (wget & curl recipes in OE core) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: don't enable sasl support by defaultMartin Jansa2020-02-261-1/+0
| | | | | | | * cyrus-sasl is in meta-networking and meta-oe doesn't depend on meta-networking Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Add shared-mime-info and desktop-file-utils to safe sigs for ↵Khem Raj2020-02-261-0/+2
| | | | | | | | | | phoronix-test-suite This is to avoid sstate signature failures where dependencies on shared-mime-info and desktop-file-utils is added via mime and mime-xdg classes which are target packages and not allarch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine-masterfiles: Make the expression dash friendlyKhem Raj2020-02-261-1/+1
| | | | | | dash does not understand {} expressions like this, therefore simplify Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: fix error during service startupChangqing Li2020-02-262-0/+100
| | | | | | | | | fix below error: nginx.service: failed to parse pid from file /run/nginx/nginx.pid: invalid argument Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libuv: upgrade 1.34.0 -> 1.34.2Pierre-Jean Texier2020-02-251-1/+1
| | | | | | | See full changelog https://github.com/libuv/libuv/releases/tag/v1.34.2 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: upgrade 3.20.1 -> 3.20.2.2Pierre-Jean Texier2020-02-253-35/+50
| | | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>