summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* libqmi: upgrade 1.24.8 -> 1.24.12Zheng Ruoqin2020-05-281-1/+2
| | | | | | | | | Add md5 check. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d59503a02e510b60d3fe5f8dfb870d7578036c24) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* openldap: upgrade 2.4.49 -> 2.4.50Wang Mingyu2020-05-281-2/+2
| | | | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8398669b9d423d13a086160af48e0a1185c9644f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* jansson: upgrade 2.12 -> 2.13.1Wang Mingyu2020-05-281-3/+3
| | | | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ddb9565aeb8938911cc94c04e6a94b5373af4c6b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* unicode-ucd: Stop broken license downloadingAdrian Bunk2020-05-282-5/+100
| | | | | | | | | | | | | | | | | | | | | WARNING: unicode-ucd-12.1.0-r0 do_fetch: Checksum mismatch for local file /home/bunk/yoctomaster/yocto-tmp/downloads/unicode.org.license.html Cleaning and trying again. WARNING: unicode-ucd-12.1.0-r0 do_fetch: Renaming /home/bunk/yoctomaster/yocto-tmp/downloads/unicode.org.license.html to /home/bunk/yoctomaster/yocto-tmp/downloads/unicode.org.license.html_bad-checksum_e9dd7d435db23241be3be21b5fca729b5cf883c8c039a70ea093031420d06abb WARNING: unicode-ucd-12.1.0-r0 do_fetch: Checksum failure encountered with download of https://www.unicode.org/license.html;name=license;subdir=unicode-ucd-12.1.0;downloadfilename=unicode.org.license.html - will attempt other sources if available This downloaded a license file from upstream. The upstream file did not match (copyright year changed). A stale copy was downloaded from a mirror instead and checked. The stale file with known contents never changes. Replace with a dummy check on a local copy of the license file. License checksum changed due to dos2unix conversion. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a2719b02e11e6bf13b23796a3d07ada005dd6f8e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dstat: Fix runtime error that depend python.Zheng Ruoqin2020-05-282-1/+92
| | | | | | | | | Make dstat to depend python3. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5a825b5ce781aef64f347a6c9a76307406a4f295) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* librsync: upgrade 2.3.0 -> 2.3.1Pierre-Jean Texier2020-05-281-1/+1
| | | | | | | | | | | | This is a patch release that adds peformance improvements, updates and tidies documentation, and fixes two build/test bugs. See full changelog https://github.com/librsync/librsync/releases/tag/v2.3.1 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c8d1042a9892c38cefab8c6f4a9cce6dcad19db4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nlohmann-json: backport gcc10 fixAndrew Geissler2020-05-283-1/+146
| | | | | | | | | | | | | | | The following issue and PR describe an issue with nlohmann-json and GCC10. https://github.com/nlohmann/json/issues/1920 https://github.com/nlohmann/json/pull/2034 Confirmed that this fixed the issue seen in OpenBMC when pulling in the latest upstream meta-openembedded. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 12b707c52de60f1cb4a0b4af8c379d4a11dfba35) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* uim: Add patch to fix -fno-common link errorKhem Raj2020-05-282-0/+16
| | | | | | | | | | | | This is unearthed by gcc10 like below | /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/gcroots.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here | /mnt/b/yoe/master/build/tmp/hosttools/ld: .libs/mach_dep.o:(.bss+0x0): multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:(.bss+0x0): first defined here | collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5c6f6797047d5d3fdf6d84c2d7fe441ed8eb89b6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* modemmanager: upgrade 1.12.8 -> 1.12.10Wang Mingyu2020-05-201-1/+1
| | | | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9108bf23cd0fedb1a3fed6800b1abf05c083b49a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gtkwave: Disable mime update during installKhem Raj2020-05-201-1/+1
| | | | | | | | | Its not cross compile safe, and there is a post install step via mime bbclass which should take care of it Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6105a7bd4dbb8f02d4c70335b3b3480df5268378) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cpprest: Disable one more test requiring internet connectionGianfranco Costamagna2020-05-201-0/+20
| | | | | | | | 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> (cherry picked from commit 014c4d224aa186f69cf722a3874231474cf3e4e1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* multipath-tools: upgrade 0.8.3 -> 0.8.4Wang Mingyu2020-05-204-96/+77
| | | | | | | | | | | | | | refresh the following patches: 0024-RH-use-rpm-optflags-if-present.patch 0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch add patch 0001-fix-bug-of-do_compile-and-do_install.patch to fix the bug of do_conpile and do_install Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0b98738428a67549775ec8bd603ed7ff9506e272) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cpprest: upgrade 2.10.15 -> 2.10.16Zheng Ruoqin2020-05-201-2/+2
| | | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 22a3ff957ad1ac08239ca84e074af367c8fdf0dc) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* v4l-utils: upgrade 1.18.0 -> 1.18.1Zheng Ruoqin2020-05-201-2/+2
| | | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a23d4e0458d954c93f1ce0ada3f6e79fbfae3934) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mailcap: upgrade 2.1.48 -> 2.1.49Wang Mingyu2020-05-171-3/+3
| | | | | | | | | man page changed from mailcap.4 to mailcap.5 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2d6575d3f1aeff68961530990814cf29da1374e4) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* qpdf: link libatomic explicitly on mipsAndreas Müller2020-05-171-0/+2
| | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7a1f41a6a0823e6ac7d5e44dba76ef9e7db3c47f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* qpdf: upgrade 9.1.0 -> 10.0.1Andreas Müller2020-05-171-2/+2
| | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 831f3fd5023b87cdedf877e07f72df3314ff4d58) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* x11vnc: fix xfc NULL pointer dereferenceJonathan Liu2020-05-172-0/+31
| | | | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d8eecca63640b47d02665fa9c4caabc9776b830d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: update fix for opcache link issue in 7.4.4Claude Bing2020-05-172-11/+13
| | | | | | | | | | | | The source of the issue is the update for PHP 7.4 support in 0001-opcache-config.m4-enable-opcache.patch (commit 7cc7a9ec). Instead of working around the issue in the recipe file, update the patch to restore the call to PHP_ADD_LIBRARY(). Signed-off-by: Claude Bing <cbing@cybernetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3cfd16be4e1b62efe8ac640cecc080709cf2b9f9) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: fix opcache link error in 7.4Claude Bing2020-05-171-0/+11
| | | | | | | | | | | | Explicitly specifying -lrt is required for opcache to be linked against the proper dependencies. Additionally, PHP disables libdl when it detects a cross-compilation environment for some reason. In order to load any type of extension, re-enabling libdl is required. Signed-off-by: Claude Bing <cbing@cybernetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0145cb4645b720efc36e4a034bb9e1077c191e5e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: fix PACKAGECONFIG for soapClaude Bing2020-05-171-1/+1
| | | | | | | | | PHP 7.4 enables libxml by default and removed it as a configurable option. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7aeef522ff3522ccf76a6750846e235e7c80427a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: fix zip package configKonrad Weihmann2020-05-171-1/+1
| | | | | | | | | | --enable-zip and --with-libzip were removed in PHP 7.x. These are replaced by --with-zip --with-zlib-dir. Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6690afa59e5bb698e752c3346b8470e40f9d9daa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* README: updated Maintainers list for DunfellArmin Kuster2020-05-051-4/+4
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: Update to the real 1.3.2, and correct the licensePeter Kjellerstedt2020-05-031-10/+6
| | | | | | | | | | | | | | | | In commit b0345e3f (paho-mqtt-c: upgrade 1.3.1 -> 1.3.2), paho-mqtt-c was supposedly updated to 1.3.2. However, the SRCREV did not match the v1.3.2 tag. With the update to 1.3.2, the license was changed from EPL-1.0 | EDL-1.0 to EPL-2.0 | EDL-1.0. This was updated in commit b0345e3f for LIC_FILES_CHKSUM, but not in LICENSE. Remove do_configure_prepend_libc-musl() as this has now been fixed upstream. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: change shebang to python3Slater, Joseph2020-05-032-0/+19
| | | | | | | The file is executable and can be put on a target. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 0.86.1 -> 0.88.0Andreas Müller2020-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.88.0: core: * Support Widget Annotation Buttons not linked to any Form * SplashOuputDev: Use stroking opacity when clipping to a stroke path * Handle 1 bit RGB images in ICC colorspace * Internal code improvements qt5: * Add Document::signatures. Returns signatures not attached to any page * ArthurOutputDev: Fix font hinting * ArthurOutputDev: Set the opacity when filling with axial gradients * ArthurOutputDev: Implement the clipToStrokePath method * ArthurOutputDev: Use stroking opacity when clipping to a stroke path glib: * Add poppler_page_get_bounding_box * Add poppler_form_field_get_alternate_ui_name * Implement rotation for 'flagNoRotate' annots. Issue #767 cpp: * Add non_raw_non_physical layout for page::text() utils: * pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page * pdfsig: Show also signatures that aren't attached to any page Release 0.87.0: core: * Fix leak in broken files * Internal code improvements qt5: * Add option to get form choice for export value * ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695 glib: * Internal code improvements utils: * pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: enable uint128 support on mips64Mingli Yu2020-05-032-0/+49
| | | | | | | | | Fix below build error: | verified/kremlin/kremlib/dist/minimal/FStar_UInt128.h:22:1: error: 'FStar_UInt128___proj__Mkuint128__item__low' declared 'static' but never defined [-Werror=unused-function] | 22 | FStar_UInt128___proj__Mkuint128__item__low(FStar_UInt128_uint128 projectee); Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: update commit hash to more robust versionHonggyu Kim2020-04-301-1/+1
| | | | | | | | | | | | | | | | Since uftrace-0.9.4 was released, there has been some important bug fixes. It would be better to include such bug fix commits so this patch updates the commit hash to more stable one. The bug fix patches are as follows: [1] https://github.com/namhyung/uftrace/commit/a0fbee404b2d23aab6b544075628eb38e837d738 [2] https://github.com/namhyung/uftrace/commit/251ba74a7283664b330649c239dfea20dd8f9dae [3] https://github.com/namhyung/uftrace/commit/19e6f0d4b382821e3b779012137c38fcc271e7e2 [4] https://github.com/namhyung/uftrace/commit/d648bbffedef529220896283fb59e35531c13804 Signed-off-by: Honggyu Kim <honggyu.kp@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Enable atomic builtins on rv32Khem Raj2020-04-291-0/+1
| | | | | | | | Fixes rsyslog-8.2002.0/runtime/../action.c:1666: undefined reference to `__sync_bool_compare_and_swap_8' collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: Fix build on riscv32Khem Raj2020-04-292-0/+75
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Disable on rv32Khem Raj2020-04-291-0/+1
| | | | | | Not ported to rv32 yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Remove X11 dependencyChenxi Mao2020-04-281-4/+5
| | | | | | | | | | During enable mpv which is based on wayland. The mpv reqired x11 by default even if mpv support wayland. Change the depend rules and chang the x11 dectection policy. After this change, mpv could be build and run successfully based on wayland Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcec: Update to 5.0.0Khem Raj2020-04-282-4/+38
| | | | | | | | | | License-Update: Changed Copyright years [1] Add a patch to fix reproducibile builds [1] https://github.com/Pulse-Eight/libcec/commit/d5e5200ed1a998af24fa5290ad764e0a2ed086c6#diff-7116ef0705885343c9e1b2171a06be0e Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: refresh patches to apply cleanly on websocketpp 0.8.2Gianfranco2020-04-272-2/+2
| | | | | | 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>
* php: upgrade 7.3.16 -> 7.4.4Changqing Li2020-04-2712-498/+132
| | | | | | | | | | License-Update: License updated (year updated) note: for 7.4, pear is disabled by default, and it will be deprecated in future. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cjson: add recipe for v1.7.13Ting Liu2020-04-261-0/+21
| | | | | | | | | | cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file. Homepage: https://github.com/DaveGamble/cJSON Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.1 -> 1.3.2Wang Mingyu2020-04-262-5/+49
| | | | | | | | | | | add patches for resoving compile error with musl: 0001-Fix-bug-of-free-with-musl.patch Eclipse Public License : update to v 2.0 -License-Update: updated to 2020. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: update to 2.0.0 releaseMax Krummenacher2020-04-251-2/+3
| | | | | | | Bump PE to prevent 'version-going-backwards (from 0:2.0.0-rc4-r0 to 0:2.0.0-r0)' Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: wayland: depend on wayland-nativeMax Krummenacher2020-04-251-1/+1
| | | | | | | | | do_configure tests for wayland-scanner and silently drops the wayland configure option if not found. Adding wayland-native to depends fixes that. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pegtl: upgrade 2.8.2 -> 2.8.3Pierre-Jean Texier2020-04-251-1/+1
| | | | | | | See full changelog https://github.com/taocpp/PEGTL/releases/tag/2.8.3 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tslib: Fix build with 4.x kernel headersKhem Raj2020-04-252-0/+31
| | | | | | | | | Fixes | ../../tslib-1.21/tools/ts_uinput.c:337:15: error: 'struct input_event' has no member named 'input_event_usec' | 337 | data->ev[c].input_event_usec = s[j][i].tv.tv_usec; | | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: upgrade 1.2.29 -> 1.2.30Wang Mingyu2020-04-251-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: upgrade 0.8.1 -> 0.8.2Wang Mingyu2020-04-259-202/+2
| | | | | | | | | | | 0001-Replace-make_shared-with-new-in-some-cases.patch 0002-Fix-missed-entries-fix-testing.patch 771.patch 842.patch removed since they are included in 0.8.2 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: upgrade 6.1.4 -> 6.1.6Wang Mingyu2020-04-251-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* daemontools: use u-a for /usr/bin/svc and /usr/bin/svokMartin Jansa2020-04-251-0/+4
| | | | | | | | | | * busybox provides the same, causing busybox postinst to fail when both packages are installed in the same image: update-alternatives: Error: not linking rootfs/usr/bin/svc to /usr/bin/busybox.nosuid since rootfs/usr/bin/svc exists and is not a link update-alternatives: Error: not linking rootfs/usr/bin/svok to /usr/bin/busybox.nosuid since rootfs/usr/bin/svok exists and is not a link Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: upgrade 3.2.2 -> 4.0.1Martin Balik2020-04-251-4/+4
| | | | | Signed-off-by: Martin Balik <martin.balik@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Disable valgrind dependency for riscv32Khem Raj2020-04-251-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: Do not build on riscvKhem Raj2020-04-253-2/+6
| | | | | | Its not yet ported to work on RISCV Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes,packagegroups: Remove libunwind deps for riscvKhem Raj2020-04-253-6/+16
| | | | | | | | since libunwind is not buildable, it results in glog not being buildable and that results in ceres-solver and gperftools opencv needs glob to eenable libeigen Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 5.0.8 -> 5.0.9Wang Mingyu2020-04-251-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>