summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-evdev: Use target header to generate ecodes.cKhem Raj2018-05-011-0/+6
| | | | | | | | | | | | | | | | ecodes.c is generated file and if we do not specify the linux input headers it happiliy defaults to /usr/include/ to look for these headers while emitting code for ecodes.c which can cause gripes when build systems kernel UAPI is different than the target kernel. Mysterious build errors or even worse runtime errors can start to appear. e.g. | evdev/ecodes.c:603:29: error: 'KEY_ROTATE_LOCK_TOGGLE' undeclared (first use in this function); did you mean 'KEY_ATTENDANT_TOGGLE'? Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libyui: Fix build with clangKhem Raj2018-05-012-0/+688
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* p7zip: Fix build with clangKhem Raj2018-05-012-2/+52
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ceres-solver: Upgrade to 1.14Khem Raj2018-05-011-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-flask-restful: add recipe for 0.3.6 versionAndrea Galbusera2018-05-013-0/+20
| | | | | | | Flask-RESTful is a simple framework for creating REST APIs with Flask Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* networkmanager: fix prevous commitsAndreas Müller2018-05-013-4/+134
| | | | | | | | | | | | | | | | | | | | | | | | The wrong patches were applied: commit c5a04600817e0d34dfa151d46073a76b506b4c3d Author: Armin Kuster <akuster808@gmail.com> Date: Fri Mar 30 19:56:03 2018 -0700 networkmanager: Fix many typos in DISTRO_FEATURES PACKAGECONFIG decodes commit 575c14ded56e1e97582a6df0921d19b4da630961 Author: Andreas Müller <schnitzeltony@gmail.com> Date: Thu Mar 22 18:40:52 2018 +0100 networkmanager: fix gobject-introspection/musl and cleanup * musl fixed (tested) * PACKAGECONFIG systemd: Logic was broken by c5a046. To avoid further confusion, the expression was put into one line. * PACKAGECONFIG wifi: The expression 'bb.utils.filter.. ' was perfectly fine. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-jsonpatch: update to version 1.23Derek Straka2018-05-014-41/+2
| | | | | | | Remove upstreamed patch Drop-support-for-EOL-Python-3.3.patch Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-lxml: update to version 4.2.1Derek Straka2018-05-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pretend: update to version 1.0.9Derek Straka2018-05-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cython: update to version 0.28.2Derek Straka2018-05-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pexpect: update to version 4.5.0Derek Straka2018-05-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-decorator: update to version 4.3.0Derek Straka2018-05-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pystache: add version 0.5.4Christian Poessinger2018-05-012-0/+15
| | | | | | | | | | Pystache is a Python implementation of Mustache. Mustache is a framework-agnostic, logic-free templating system inspired by ctemplate and et. Like ctemplate, Mustache "emphasizes separating logic from presentation: it is impossible to embed application logic in this template language." Signed-off-by: Christian Poessinger <christian@poessinger.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pyiface: upgrade to 0.0.5Alexandru Vasiu2018-05-013-3/+3
| | | | | Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-configparser: add new recipeAlexandru Vasiu2018-05-013-0/+15
| | | | | | | This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows INI files. Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cpprest: add new recipe based on Debian packagingGianfranco Costamagna2018-05-012-0/+34
| | | | | | | Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Co-developed-by: Cristiano Prato <cristiano.prato@cnhind.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* websocketpp: add new recipe based on Debian packagingGianfranco Costamagna2018-05-015-0/+858
| | | | | | Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mariadb: 5.5.57 -> 5.5.59Hongxu Jia2018-05-013-2/+2
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* rsyslog: refresh patchesYi Zhao2018-05-015-70/+52
| | | | | | | | Refresh patches with devtool command to fix do_patch warning. Drop 0001-Undefine-GLOB_BRACE.patch since it had been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libtevent: add libtirpc to DEPENDSAndreas Müller2018-05-011-1/+1
| | | | | | | | | | | | | musl build fails with: | Checking for header rpc/rpc.h : no | Checking for header rpc/nettype.h : no | Checking for libtirpc headers : not found | Checking for libntirpc headers : not found | ERROR: No rpc/rpc.h header found, tirpc or libntirpc missing? Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgpiod: add support for v1.x seriesBartosz Golaszewski2018-05-011-0/+4
| | | | | | | Add a recipe for libgpiod v1.0.1. It can live next to the one for v0.3.3. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgpiod: bump version to v0.3.3Bartosz Golaszewski2018-05-012-4/+4
| | | | | | | This is a bug fix release of the v0.3.x series. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgpiod: split recipe into .inc and .bb filesBartosz Golaszewski2018-05-012-21/+22
| | | | | | | | The build works the same for v0.x and v1.x series - leave only the hashes in the .bb file and put everything else into .inc. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgpiod: include the version in the recipe filenameBartosz Golaszewski2018-05-011-2/+0
| | | | | | | | As the first step in supporting both v0.x and v1.x series: include the version in the recipe filename. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gpsd: upgrade to 3.17Nicolas Dechesne2018-05-014-33/+38
| | | | | | | | This is based on out of tree recipe in meta-medusa-dist, from Tristan Ramseyer. Tested on Dragonboard 410c. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xlsfonts: 1.0.5 -> 1.0.6Zheng Ruoqin2018-05-011-2/+2
| | | | | | | Upgrade xlsfonts from 1.0.5 to 1.0.6. Signed-off-by: Zheng Ruoqin <zhrngrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xlsclients: 1.1.3 -> 1.1.4Zheng Ruoqin2018-05-011-2/+2
| | | | | | | Upgrade xlsclients from 1.1.3 to 1.1.4 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libteam: add ptestWenzong Fan2018-05-013-1/+42
| | | | | | | | | | The scripts/team_basic_test.py will be called as testcase. RedHat specific tests have been disabled since they are incampatible with OE. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xwud: 1.0.4 -> 1.0.5Zheng Ruoqin2018-05-011-2/+2
| | | | | | | Upgrade xwud from 1.0.4 to 1.0.5. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pybluez: add missing RDEPENDS (fcntl)André Draszik2018-05-011-1/+5
| | | | | Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xdebug: Add missing dep on re2c-nativeKhem Raj2018-05-011-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libyui: Fix build with gcc8Khem Raj2018-05-012-0/+49
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* site: Add riscv64 specific cacheKhem Raj2018-05-011-0/+16
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mraa: Drop residual patchKhem Raj2018-05-012-28/+0
| | | | | | | | This patch is already applied upstream see https://github.com/intel-iot-devkit/mraa/commit/c9566bdc6ff706f80140396a9980eba3d6bd52a1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mraa: Fix build on muslKhem Raj2018-05-012-1/+30
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php 7.2.4: fix do_compile failure on qemumipsHongxu Jia2018-05-012-0/+46
| | | | | | | | | | | | | | | | It caused by a new variable is declared after the label There is a build failure on mips: ... |sljitNativeMIPS_common.c: In function 'sljit_has_cpu_feature': |sljitNativeMIPS_common.c:506:3: error: a label can only be part of a statement and a declaration is not a statement | sljit_sw fir; | ^~~~~~~~ ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tinyalsa: add recipeCarlos Rafael Giani2018-05-011-0/+28
| | | | | | | TinyALSA is a small library to interface with ALSA in the Linux kernel. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libde265: add recipeCarlos Rafael Giani2018-05-011-0/+20
| | | | | | | libde265 is an open source implementation of the h.265 video codec. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* openh264: add recipeCarlos Rafael Giani2018-05-011-0/+42
| | | | | | | | OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gst-rtsp: refresh patchArmin Kuster2018-05-011-15/+19
| | | | | | | | | | | | Applying patch 0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch patching file bindings/python/Makefile.am Hunk #1 succeeded at 14 with fuzz 1. patching file examples/Makefile.am patching file tests/Makefile.am Now at patch 0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
* android-tools: refresh patchMartin Jansa2018-05-012-32/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | WARNING: android-tools-5.1.1.r37-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 preserve-ownership.patch patching file system/extras/ext4_utils/make_ext4fs_main.c Hunk #1 succeeded at 47 with fuzz 2 (offset -2 lines). Hunk #2 succeeded at 81 (offset -2 lines). Hunk #3 succeeded at 144 (offset -2 lines). patching file system/extras/ext4_utils/make_ext4fs.c Now at patch preserve-ownership.patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* schroedinger: refresh patchArmin Kuster2018-05-011-4/+4
| | | | | | | | | | Applying patch configure.ac.patch patching file configure.ac Hunk #1 succeeded at 54 with fuzz 2. Now at patch configure.ac.patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libdc1294: refresh patchArmin Kuster2018-05-011-4/+4
| | | | | | | | Applying patch install_examples.patch patching file examples/Makefile.am Hunk #1 succeeded at 36 with fuzz 1. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libmusicbrainz: refresh patchesArmin Kuster2018-05-011-5/+5
| | | | | | | | | | | | | used quilt. Details: Applying patch allow-libdir-override.patch patching file CMakeLists.txt Hunk #1 succeeded at 36 with fuzz 1 (offset 10 lines). Now at patch allow-libdir-override.patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
* iscsitarget: Blacklist compile failedArmin Kuster2018-05-011-0/+2
| | | | | | | Kernel header changes are causing this issues. iscsctarget has been dropping by other distros in favor of tgt. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* drbd: BLACKLIST recipeArmin Kuster2018-05-011-0/+2
| | | | | | | | | | | | | | | | [v2] Wrong version sent to list. forgot to refresh fails do to new kernel headers. | ../drbd/9.0.8-1-r0/drbd-9.0.8-1/drbd/drbd_receiver.c:1479:7: error: 'struct bio' has no member named 'bi_bdev'; did you mean 'bi_iter'? | bio->bi_bdev = device->ldev->backing_bdev; | ^~~~~~~ | bi_iter | .../drbd/9.0.8-1-r0/drbd-9.0.8-1/drbd/drbd_receiver.c:1484:17: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types] | bio->bi_end_io = drbd_peer_request_endio; Signed-off-by: Armin Kuster <akuster808@gmail.com>
* librcf: BLACKLIST compile failed.Armin Kuster2018-05-011-0/+2
| | | | | | | | errror: conflicting declaration 'typedef class boost::asio::io_context boost::asio::io_service' error: no matching function for call to 'boost::asio::basic_deadline_timer<boost::posix_time::ptime>::basic_deadline_timer(RCF::AsioIoService&)' error: invalid use of incomplete type 'RCF::AsioIoService {aka class boost::asio::io_service}' Signed-off-by: Armin Kuster <akuster808@gmail.com>
* htop: Update to 2.1.0Robert Joslyn2018-05-013-46/+49
| | | | | | | | Add PACKAGECONFIG options and update formatting to better conform to the style guide. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* metacity: add 3.38.0Hongxu Jia2018-05-012-0/+67
| | | | | | | The metacity is still maintained on github which the latest version is based on gtk+3 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
* rocksdb: update to 5.12.2Pascal Bach2018-05-011-3/+4
| | | | | | | | Also remove the +gitSRCPV suffix from the version. This is an official release and the version should be enough, it adds only clutter. Signed-off-by: Pascal Bach <pascal.bach@siemens.com>