summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* ne10: set NE10_TARGET_ARCH with an override instead of anonymous pythonMartin Jansa2019-04-291-13/+6
| | | | | | | | | | | | | | | * set COMPATIBLE_MACHINE to (^$) to prevent building it for any other architectures than armv7a and aarch64 * with new arm tune files it's easy to have armv7a in OVERRIDES even when there isn't armv7a in TUNE_FEATURES: meta/conf/machine/include/tune-cortexa9.inc:7 "${@bb.utils.contains('TUNE_FEATURES', 'cortexa9', 'armv7a:', '',d)}" in cases like this COMPATIBLE_MACHINE was satisfied thanks to the armv7a OVERRIDE, but then the anonymous python was failing with: ne10 was skipped: Incompatible with archs other than armv7 and aarch64 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ledmon: Mark as incompatible on musl instead of adding bogus patchAdrian Bunk2019-04-292-54/+1
| | | | | | | | | atexit is not a drop-in replacement for on_exit, mark as incompatible with musl instead of adding a broken patch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "ell: remove recipe"Martin Jansa2019-04-291-0/+17
| | | | | | | | | | | | | | | This reverts commit f4a59c5dd69a6d24cd500a6eba0b72e0d8b4f58c. It was merged too early, ell wasn't merged to oe-core yet. meta-oe/recipes-connectivity/iwd/iwd_0.14.bb depends on it and now there is no provider in meta-oe nor oe-core. Should be merged again after meta-oe warrior is branched and ell in oe-core for the next release. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: Upgrade to 0.322Mingli Yu2019-04-291-2/+2
| | | | | | | Correct the PV to reflect the real release version. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hostapd: Upgrade to 2.8Mingli Yu2019-04-299-1041/+3
| | | | | | | | | | License-Update: Copyright year updated to 2019. Remove 8 backported patches. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Acked-by: Philip Balister <philip@balister.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: update to 4.1Oleksandr Kravchuk2019-04-291-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: Upgrade to 2.2.12Mingli Yu2019-04-293-3/+115
| | | | | | | | | | | | | | | | | | Add two patches to fix the build error. Add -Wno-error=unused-value for native build to silence below error: | In file included from ../../indent-2.2.12/src/indent.h:60:0, from ../../indent-2.2.12/src/indent.c:77: | ../../indent-2.2.12/src/indent.c: In function 'main': | ../../indent-2.2.12/src/libgettext.h:88:5: error: statement with no effect [-Werror=unused-value] ((void) (Domainname), (const char *) (Dirname)) ^ | ../../indent-2.2.12/src/indent.c:1064:5: note: in expansion of macro 'bindtextdomain' bindtextdomain(PACKAGE, LOCALEDIR); Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openbox: Add python-shell as a runtime dependencyLeon Anavi2019-04-271-1/+1
| | | | | | | | | | /usr/libexec/openbox-xdg-autostart imports Python module glob for Unix style pathname pattern expansion. File glob.py is provided by python-shell therefore it has been added to the RDEPENDS of openbox. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: upgrade 1.3.4-2 -> 1.3.5Andreas Müller2019-04-272-45/+4
| | | | | | | | | | * upstream tries pkconfig first to check for freetype -> patch can be removed * looks like a bugfix release [1] [1] https://raw.githubusercontent.com/fltk/fltk/25b947aa7d28d60a8ab41c21e4fa07bdcb614c7f/CHANGES Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip: Update to 4.19.16.Philip Balister2019-04-164-18/+18
| | | | | | | * Note SRC_URI changed from SourceForge to Riverbank Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* s-suite: push SRCREV to version 3.2Paolo Valente2019-04-161-2/+2
| | | | | Signed-off-by: Paolo Valente <paolo.valente@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: update to 0.12.0Pascal Bach2019-04-167-302/+17
| | | | | | | | | | | | | | | | | | | | | | Remove the python library feature as it was never installed so nobody should miss it. The CMake patches are no longer needed as most of the underlying issue is fixed in OE core. The other patches are backports that are already upstream in 0.11. OpenSSL 1.1 is supported by this version of thrift. Also add a feature to use boost smart pointers instead of C++ std ones. This is enabled by default to keep backwards compatibility with the 0.9.3 recipe. However projects depending on thrift might still need to set FORCE_BOOST_SMART_PTR within their build CMake project to make sure the correct headers are selected. Further the different libraries are now split into separate packages. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: 1.2.1 -> 1.3.0Pascal Bach2019-04-161-13/+6
| | | | | | | | | Switch to cmake instead of manually installing everything. Paho-mqtt still adds some unnecessary files into /usr we have to delete them. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpm: Recipe cleanupRobert Joslyn2019-04-141-10/+5
| | | | | | | | | | | | * Add SUMMARY and HOMEPAGE * Remove unnecessary FILES line, as the specified directory does not exist * Remove unnecessary conditional placement of init script and systemd unit file. The update-rc.d and systemd classes handle packaging of these files. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpm: Remove duplicate definition of _GNU_SOURCERobert Joslyn2019-04-142-13/+0
| | | | | | | | The Makefile already sets -D_GNU_SOURCE in CPPFLAGS, no need to patch it in again. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpm: Generate documentationRobert Joslyn2019-04-142-19/+0
| | | | | | | | Remove patch disabling documentation, since it builds and is packaged properly. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpm: Add PID file to systemd unit fileRobert Joslyn2019-04-141-0/+1
| | | | | | | This helps systemd identify the main process of the service. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpm: Fix gpm path in unit fileRobert Joslyn2019-04-141-1/+1
| | | | | | | The binary is installed to ${sbindir}, but the unit file used ${bindir}. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Upgrade to 4.0.14Khem Raj2019-04-141-4/+4
| | | | | | | Add needed depends Do not build jemalloc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libforms: add x11 to required DISTRO_FEATURES because of libx11Martin Jansa2019-04-121-1/+1
| | | | | | | | | libx11 was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libforms', 'libx11'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ftgl: add x11 to required DISTRO_FEATURES like freeglutMartin Jansa2019-04-121-1/+1
| | | | | | | | | freeglut was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ftgl', 'freeglut'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: fix up patch to avoid segfaultQi.Chen@windriver.com2019-04-111-14/+11
| | | | | | | | | | | | | When upgrading multipath, the following patch was accidently wrongly rebased, leaving set_value not declared in parser.h and resulting in segfault when running 'multipath' and 'multipathd'. 0027-RH-warn-on-invalid-regex-instead-of-failing.patch So fix things up and add the declaration back. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lua: upgrade from v5.3.4 to v5.3.5Hongzhi.Song2019-04-111-4/+8
| | | | | | | The v5.3.5 release covers CVE-2019-6706 which is vulnerable. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ledmon: control hard disk led for RAID arraysLiwei Song2019-04-093-0/+130
| | | | | | | | Enable LED support for Intel Virtual RAID On CPU. Fix build with musl Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xbitmaps: upgrade 1.1.1 -> 1.1.2Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xbitmaps_1.1.1.bb to xbitmaps_1.1.2.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xstdcmap: upgrade 1.0.3 -> 1.0.4Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xstdcmap_1.0.3.bb to xstdcmap_1.0.4.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xsetroot: upgrade 1.1.1 -> 1.1.2Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xsetroot_1.1.1.bb to xsetroot_1.1.2.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrefresh: upgrade 1.0.5 -> 1.0.6Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xrefresh_1.0.5.bb to xrefresh_1.0.6.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdb: upgrade 1.1.1 -> 1.2.0Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xrdb_1.1.1.bb to xrdb_1.2.0.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xlsatoms: upgrade 1.1.2 -> 1.1.3Zang Ruochen2019-04-091-2/+2
| | | | | | | -Upgrade from xlsatoms_1.1.2.bb to xlsatoms_1.1.3.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: upgrade 2.8.1 -> 2.8.2Andreas Müller2019-04-091-4/+9
| | | | | | | | | | | | | | | | | | | | >From release shortlog [1]: | The 2.8.2 release brings mostly bugfixes without any changes to the public API. Notable changes include: | | * migration from intltool to gettext, udisks no longer depends on gnome-common | * added 'windows_names' as a default mount option for ntfs-3g | * fixed an issue potentially leading to open filedescriptors exhaustion OE-Notes: * Follow changes mentioned in announcement * Rename recipe and move PV into recipe [1] https://github.com/storaged-project/udisks/releases Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* analyze-suspend: update to 5.3Oleksandr Kravchuk2019-04-091-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ell: remove recipeOleksandr Kravchuk2019-04-091-17/+0
| | | | | | | | This recipe will be moved to poky instead as newer versions of some of its components depend on it. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gd: fix compile error caused by -Werror=maybe-uninitializedChangqing Li2019-04-091-0/+2
| | | | | | | | | | | | | | | When enable DEBUG_BUILD, gd compile failed with error: | ../../git/src/gd_tiff.c:961:64: error: 'image_type' may be used uninitialized in this function [-Werror=maybe-uninitialized] | (image_type == GD_PALETTE || image_type == GD_INDEXED || image_type == GD_GRAY)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ actually, this warning is misinformation, we can see the logic from: https://github.com/libgd/libgd/blob/master/src/gd_tiff.c image_type will be assigned no matter force_rgba is TRUE/FALSE. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Fix parallel buildKhem Raj2019-04-082-1/+35
| | | | | | | | This happens with larger parallelism e.g. -j 44 also reported here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214766 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Fix ocasional parallel build failureKhem Raj2019-04-071-0/+4
| | | | | | | | | | | Sometimes with high parallel build we see compile errors e.g. clang-8: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [Makefile:52: lua] Error 1 Therefore try to build dependencies before main build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* alsa-oss: Upgrade to 1.1.8Khem Raj2019-04-062-13/+23
| | | | | | OE-core has upgraded alsa-lib to 1.1.8 as well so we need to be in sysnc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* doxygen: Make it build with ninja 1.9.0Peter Kjellerstedt2019-04-061-2/+7
| | | | | | | | | | | | | | ninja 1.9.0 turned the previous dupbuild warning into an error, which resulted in the following error: ninja: error: build.ninja:1948: multiple rules generate generated_src/configvalues.h [-w dupbuild=err] Turn the error back into a warning until upstream corrects the build rules. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfann: Initial commitAlistair Francis2019-04-061-0/+17
| | | | | | | Use the current master branch instead of the last release in 2013. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* czmq: bump version 4.1.1 => 4.2.0Vincent Prince2019-04-062-40/+9
| | | | | | | Also, add curl and systemd to PACKAGECONFIG Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cppzmq: bump version 4.2.3 => 4.3.0Vincent Prince2019-04-061-2/+4
| | | | | | | There is currently no support for building tests as googletest will be replaced by catch in next version. Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: bump version 4.2.5 => 4.3.1Vincent Prince2019-04-062-32/+26
| | | | | | | Also, use cmake instead of autotools to build it. Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: enable split client/server packagesBrad Bishop2019-04-061-0/+3
| | | | | Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lockfile-progs: upgrade 0.1.17 -> 0.1.18Zang Ruochen2019-04-061-2/+2
| | | | | | | -Upgrade from lockfile-progs_0.1.17.bb to lockfile-progs_0.1.18.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 161 -> 162Zang Ruochen2019-04-061-0/+0
| | | | | | | -Upgrade from mcelog_161.bb to mcelog_162.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libedit: upgrade 20181209-3.1 -> 20190324-3.1Zang Ruochen2019-04-061-2/+2
| | | | | | | -Upgrade from libedit_20181209-3.1.bb to libedit_20190324-3.1.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* augeas: upgrade 1.10.1 -> 1.11.0Zang Ruochen2019-04-062-4/+4
| | | | | | | -Upgrade from augeas_1.10.1.bb to augeas_1.11.0.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: rework gobject-introspection handlingAndreas Müller2019-04-061-1/+5
| | | | | | | | | | | | | | | | | | | | | gobject-introspection is mandatory for libpeas - there is no configure option to enable or disable it. To handle properly, this patch does: * Make 'gobject-introspection-data' a required distro feature * To avoid trouble once pending patch removing 'UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"' are in oe-core [1] - set in recipe to avoid | libpeas-1.22.0-r0 do_configure: QA Issue: libpeas: configure was passed unrecognised options: --enable-introspection [unknown-configure-option] This does not handle MACHINE_FEATURES / qemu-usermode case but there other issues of higher priority. [1] http://lists.openembedded.org/pipermail/openembedded-core/2019-April/280711.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodbus: start to prefer version 3.1.4 as defaultGianfranco Costamagna2019-04-061-3/+0
| | | | | | | Now that even Debian testing is using it, and upstream declares this version as "very stable", it might be time to switch using it as default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: fix build failure on 32bit systems, with upstream merged patchGianfranco Costamagna2019-04-064-1586/+308
| | | | | | 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>