summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* zeromq: Upgrade to 4.2.5Khem Raj2018-04-081-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* zeromq: Fixup do_install_ptest_base failureMark Asselstine2018-04-081-1/+1
| | | | | | | | | | | | | | | | | | The following error is being hit: | install: cannot stat | '.../tmp/work/core2-64-poky-linux/zeromq/4.2.3-r0/build/.libs/test_*': | No such file or directory This is being hit in the 'state of the world' builds (see [oe] State of the world, 2018-03-19). The uprev to v4.2.3 (commit 50eb3504c83c) did not take into account that the location of the tests changed in the 'build' directory as part of the new release. Updating to use the proper directory. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gtkmm3: add initial 3.22.2Andreas Müller2018-04-082-0/+74
| | | | | | | This is gtk3 version of gtkmm. There are no cnflicts with gtkmm for gtk2. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glibmm: Backport patch to fix invalid code in glibmm/threads.hKhem Raj2018-04-082-0/+41
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pidgin: refresh patchesMartin Jansa2018-04-083-16/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | WARNING: pidgin-2.12.0-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch sanitize-configure.ac.patch patching file configure.ac Hunk #1 succeeded at 642 with fuzz 1 (offset 170 lines). Hunk #2 succeeded at 2397 (offset 537 lines). Hunk #3 succeeded at 2429 (offset 537 lines). Now at patch sanitize-configure.ac.patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* augeas: refresh patchesHongxu Jia2018-04-083-18/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: WARNING: augeas-1.5.0-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch sepbuildfix.patch patching file Makefile.am Hunk #1 succeeded at 5 with fuzz 2. Now at patch sepbuildfix.patch Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* unixodbc: update to 2.3.6Jackie Huang2018-04-082-8/+8
| | | | | | | | | | | | Release notes from http://www.unixodbc.org/: * Single bug fix that was a possible security issue so I have pushed a version out. - Fix order of arguments in SQLWriteFileDSN.c, fix unwanted free() in iusql.c - Add pkg-config files Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* efivar: refresh the patchesHongxu Jia2018-04-087-40/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes WARNING: efivar-0.31-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch allow-multi-definitions-for-native.patch patching file Make.rules Hunk #1 succeeded at 20 with fuzz 2. Now at patch allow-multi-definitions-for-native.patch Now at patch 0003-efivar-fix-for-cross-compile.patch Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* haveged: update to 1.9.2Jackie Huang2018-04-084-64/+42
| | | | | | | | | | | | | | * Drop the patch remove-systemd-unit-503.patch and init script haveged.sysvinit, and use PACKAGECONFIG to set the correct sevice file or init script for systemd or sysvinit. * Add SuccessExitStatus to fix the failure when the service is stopped. * Fix an issue when build in parallel. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dialog: update to 1.3-20171209Jackie Huang2018-04-081-2/+2
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tslib: Upgrade to 1.15 releaseKhem Raj2018-04-081-6/+9
| | | | | | | | | | | | | | License changed from LGPL-2.0 to LGPL-2.1 see https://github.com/kergoth/tslib/commit/2c15c34f2720d4bc2f73d85b02fa355542fea5bf#diff-7116ef0705885343c9e1b2171a06be0e Package additional test tools into test package This version works well on arm64 systems Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libdbi-perl: upgrade v1.639 -> v1.641; inherit ptest-perlTim Orling2018-04-081-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove tests that require "-T" (taint) * Remove 85gofer.t test, failure mode unclear * Remove duplicate tests * Use LICENSE file for checksum - License remains the same License-Update: use LICENSE file for checksum Upstream release notes: Changes in DBI 1.641 - 19th March 2018 Remove dependency on Storable 2.16 introduced in DBI 1.639 thanks to Ribasushi #60 Avoid compiler warnings in Driver.xst #59 thanks to pali #59 Changes in DBI 1.640 - 28th January 2018 Fix test t/91_store_warning.t for perl 5.10.0 thanks to pali #57 Add Perl 5.10.0 and 5.8.1 specific versions to Travis testing thanks to pali #57 Add registration of mariadb_ prefix for new DBD::MariaDB driver thanks to pali #56 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* iperf3: refresh patchHains van den Bosch2018-04-081-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | WARNING: iperf3-3.2-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0001-include-stdint.h-for-various-std-c99-int-types.patch patching file src/cjson.h Hunk #1 succeeded at 28 with fuzz 2 (offset 5 lines). patching file src/timer.h Now at patch 0001-include-stdint.h-for-various-std-c99-int-types.patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xterm: add update-alternatives for resize to avoid conflict with busyboxAndreas Müller2018-04-081-0/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* remove slim leftoversAndreas Müller2018-04-085-178/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libsdl-ttf/libsdl2-ttf: refresh patchesAndreas Müller2018-04-084-17/+92
| | | | | | | | Different code bases cannot share patches cleanly. So have explict patch folder for each version. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xdg-user-dirs: 0.15 -> 0.17Andreas Müller2018-04-084-65/+16
| | | | | | | | | * This version ships autostart by default -> our file can go * man pages are not build if disable-documentation is configured so 0001-...patch can go Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mm-common: update 0.9.10 -> 0.9.11Andreas Müller2018-04-082-12/+9
| | | | | | | remove GNOME_COMPRESS_TYPE="xz - xz is default Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libass: update 0.13.6 -> 0.14.0Andreas Müller2018-04-082-5/+3
| | | | | | | | * Migrate libass.inc into recipe - nothing else uses it * Use git repo to avoid github checksum trouble Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgphoto2: 2.5.14 -> 2.5.16Andreas Müller2018-04-081-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hunspell: update 1.6.1 -> 1.6.2Andreas Müller2018-04-081-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* udisks2: update 2.1.8 -> 2.7.6Andreas Müller2018-04-083-39/+84
| | | | | | | They moved to github so updates slipped through... Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libblockdev: update 2.10 -> 2.16Andreas Müller2018-04-085-68/+90
| | | | | | | | | | | | | I gave my best to rework patches: * 0005-fix-a-clang-compiling-issue.patch: This was a bit challenging. Because of I do not use clang I cannot test and confirm that no new breakers were introduced. * 0004-fix-compile-failure-against-musl-C-library.patch: Just tested to apply properly. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* upower: update 0.99.5 -> 0.99.7Andreas Müller2018-04-081-7/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gtkmm: minor cleanupAndreas Müller2018-04-081-3/+1
| | | | | | | | * it is enough to inherit gnomebase and distro_features_check * GNOME_COMPRESS_TYPE = "xz" is default for very long time Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libunique: move to meta-xfceAndreas Müller2018-04-086-676/+0
| | | | | | | There are the only recipes using it still and I take the maintenace burden Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glmark2: refresh Fix-configure-for-sqrt-check.patchAndreas Müller2018-04-081-7/+15
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mariadb(-native): refresh fix-mysqlclient-r-version.patchAndreas Müller2018-04-081-11/+10
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libqmi: refresh 0001-Detect-clang.patchAndreas Müller2018-04-081-1/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* krb5: refresh 0001-aclocal-Add-parameter-to-disable-keyutils-detection.patchAndreas Müller2018-04-081-6/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mozjs: refresh patch Manually_mmap_heap_memory_esr17.patchAndreas Müller2018-04-081-8/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libqb: Upgrade to 1.0.3Khem Raj2018-03-293-45/+60
| | | | | | | Drop upstreamed patch Backport another patch to fix out of tree build regression Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: 4.2.3 updateJustin Bronder2018-03-291-3/+3
| | | | | | | | | | | 4.1.6 was released in late 2016 and upstream has moved on to the 4.2 series which has a number of new APIs but remains ABI compatible with 4.1.2+ per https://github.com/zeromq/libzmq/releases/tag/v4.2.0. 4.2.3 ChangeLog: https://github.com/zeromq/libzmq/releases/tag/v4.2.3 Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libyui-ncurses: Fix build with musl _nl_msg_cat_cntr in not availableKhem Raj2018-03-292-0/+41
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libyui,libyui-ncurses: Update to latesKhem Raj2018-03-293-63/+3
| | | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* flashrom: update SRC_URIArmin Kuster2018-03-291-1/+1
| | | | | | | fixes ERROR: flashrom-1.0-r0 do_fetch: Fetcher failure for URL: 'http://download.flashrom.org/releases/flashrom-1.0.tar.bz2'. Unable to fetch URL from any source. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libxml++2: remove X11 distro checkArmin Kuster2018-03-291-2/+0
| | | | | | looks like its not needed. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* rocksdb: move to recipe-dbsArmin Kuster2018-03-291-0/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* leveldb: move to recipes-dbsArmin Kuster2018-03-294-0/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* sessreg: 1.1.0 -> 1.1.1Huang Qiyu2018-03-291-2/+2
| | | | | | Upgrade sessreg from 1.1.0 to 1.1.1. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
* python-pygobject: 3.22.0 -> 3.28.0Huang Qiyu2018-03-292-18/+5
| | | | | | | 1.Upgrad python-pygobject from 3.22.0 to 3.28.0. 2.Modify 0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch, since the data has been changed. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
* krb5: Correctly specify configure option --with-crypto-implKhem Raj2018-03-291-0/+1
| | | | | | | | Fixes QA Issue: krb5: configure was passed unrecognised options: --with-pkinit-crypto-impl [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* phoronix-test-suite: upgrade 7.4.0 -> 7.8.0Anuj Mittal2018-03-291-2/+2
| | | | | | | | List of changes here: https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/ChangeLog Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* krb5: Add -D_REENTRANT -pthread to CFLAGS on risc-vKhem Raj2018-03-291-0/+1
| | | | | | | This is not defined by gcc for risc-v, probably a bug in gcc but until then insulate ourselves Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libglade: removeAndreas Müller2018-03-295-682/+0
| | | | | | | * it failed in last world build * project is dead last release was in 2009 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* mpich: Use new config.guess and config.subKhem Raj2018-03-291-0/+5
| | | | | | | This brings in new architecture support for risc-v Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libmicrohttpd: Add -D_REENTRANT to CFLAGSKhem Raj2018-03-291-0/+2
| | | | | | | GCC fails to add it with -pthread on some arches e.g. risc-v Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* flashrom: Upgrade to 1.0Khem Raj2018-03-294-114/+40
| | | | | | | | - Fix build on risc-v - Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* poppler: update 0.57.0 -> 0.62.0Andreas Müller2018-03-295-157/+91
| | | | | | | | | * poppler moved from autotools to cmake * qt4 backend was removed * build tested with all and none in packageconfig Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnuplot: update 5.0.5 -> 5.2.2 and reworkAndreas Müller2018-03-2111-568/+286
| | | | | | | | | | | | | | * merge gnuplot.inc to recipe - nothing else requres gnuplot.inc * add native build required to build all kind of docs * patches were far from applying so they were reworked: * subdirs.patch -> 0001...-0002... * lua-loadlibs-configure-in-fix.patch: Test with lua in PACKAGECONFIG without issues * qt4 packageconfig was replaced by qt5 (build tested) * make desktop file work Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>