summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* open-vm-tools: Upgrade to 11.0.1Khem Raj2019-10-245-1333/+671
| | | | | | | Drop backported patch available in 11.0 release --disable-grabbitmqproxy is no longer a supported option Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20180510 -> 20190617Zheng Ruoqin2019-10-242-18/+139
| | | | | | | | | 1) Update 0001-byacc-do-not-reorder-CC-and-CFLAGS.patch for new version. 2) Update LIC_FILES_CHKSUM for date has been changed from '2004-2017,2018' to '2004-2018,2019'. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ltrace:Bug fix for data type length judgmentZang Ruochen2019-10-212-0/+43
| | | | | | | | | | | | | | | | | | | | | ... if (byte_size == sizeof(long)) { *type = is_signed ? ARGTYPE_LONG : ARGTYPE_ULONG; return true; } ... If ltrace's target command has a dbg package, ltrace will look for the debug file and analyze its contents. Ltrace determines the type of analysis result variable. The type of the variable is longlong. On 32-bit systems, longlong is 8 and long is 4 (same as in). An error occurred because the ltrace code did not process a variable of length 8. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Wang Mingyu <wangmy.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glfw: Initial recipe for glfwAnkit Navik2019-10-211-0/+22
| | | | | | | | It adds generic recipe for glfw: a multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-roboto: add recipeDiego Rondini2019-10-211-0/+14
| | | | | | | | | Roboto is an Apache licensed sans-serif typeface family developed by Google as the system font for its mobile operating system Android, and released in 2011 for Android 4.0 "Ice Cream Sandwich". Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: package need openglArmin Kuster2019-10-211-1/+1
| | | | | | | | | ERROR: Nothing PROVIDES 'virtual/libgl' found via yocto-check-layer Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: Fix and operator per SPDXKhem Raj2019-10-211-1/+1
| | | | | | This was a fallout from last commit Signed-off-by: Khem Raj <raj.khem@gmail.com>
* daemonize: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of daemonize is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of gperftools is BSD-3-Clause Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libinih: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of libinih is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of libsmi is BSD-3-Clause and TCL. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of of libssh2 is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* onig: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of onig is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdparm: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of sdparm is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of openjpeg is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xscreensaver: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of xscreensaver is BSD-0-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifplugd: Add recipe for version 0.28Fabio Berton2019-10-172-0/+56
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: Initial add of 0.2.7George Kiagiadakis2019-10-171-0/+65
| | | | | | | | | | | | Add PACKAGECONFIG options for the currently available features. [Based on pipewire.inc / pipewire_git.bb from meta-agl-devel/meta-pipewire] Cc: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pidgin-sipe: Upgrade to 1.25.0Khem Raj2019-10-171-4/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: upgrade 3.9.2 -> 3.10.0Zang Ruochen2019-10-171-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.18.0 -> 1.20.0Andreas Müller2019-10-171-2/+2
| | | | | | | | | | Fixes build errors that popped up by upgrade of glib-2.0 to 2.62.1 in oe-core/master [1] [1] http://lists.openembedded.org/pipermail/openembedded-core/2019-October/287944.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-fifo: Add recipeTekkub2019-10-171-0/+24
| | | | | | | Adding nlohmann-fifo, a c++ header library for fifo maps. Signed-off-by: Aatir <aatrapps@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: bump to version 0.18+Martin Siegumfeldt2019-10-171-2/+3
| | | | | | | | Move a few commits ahead of 0.18 in order to resolve build issue related to static only library installation. Signed-off-by: Martin Siegumfeldt <mns@gomspace.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: allow python3 bindings to be builtMartin Siegumfeldt2019-10-171-4/+4
| | | | | Signed-off-by: Martin Siegumfeldt <mns@gomspace.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "libiio: fix build of python bindins"Martin Siegumfeldt2019-10-171-2/+1
| | | | | | | | | | This reverts commit b0caf1fb82b90a6b123ba4463a8405568eda0389. * bindings are build through the variant 'libiio-python' and is not intended installed as part of just 'libiio' Signed-off-by: Martin Siegumfeldt <mns@gomspace.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2/libdevmapper: 2.03.02 -> 2.03.05Hongxu Jia2019-10-177-19/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Change to git repo 2. Backport three patches to fix the following issue: While commit [cd735ab1df systemd: upgrade to 243] applied in oe-core, lvmremove hung as following steps: ... dd if=/dev/zero of=./p0 bs=1M count=100 dd if=/dev/zero of=./p1 bs=1M count=100 losetup /dev/loop20 ./p0 losetup /dev/loop21 ./p1 pvcreate -y /dev/loop20 -ff pvcreate -y /dev/loop21 -ff vgcreate rootvg /dev/loop20 /dev/loop21 lvcreate -v -y -L 50 -n rootlv rootvg mkfs -t ext4 /dev/rootvg/rootlv mkdir -p ./lv mount /dev/rootvg/rootlv ./lv lvcreate -v -L 50 -s -n backup /dev/rootvg/rootlv lvconvert -v --merge -i 1 /dev/rootvg/backup umount ./lv vgchange -v -an vgchange -v -ay lvremove -f /dev/rootvg/rootlv ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: fix CVE-2019-17041Trevor Gamblin2019-10-172-0/+44
| | | | | | | Backport fix to zeus; master branch already has v8.1910.0 Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: defer host ID generation to post installationStefan Wiehler2019-10-171-1/+4
| | | | | Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: initial add 0.27.1Andreas Müller2019-10-131-0/+13
| | | | | | | | | | | | | | | * exiv2 lives in meta-luneos and meta-qt5-extra currently. Soon meta-gnome will require it for nautilus -> gexiv2 => move it up in layer hierarchy * This recipe was taken from meta-qt5-extra * There is a version 0.27.2 but from my experience as soon as upstream will create a successor of 0.27.2 they move tarballs from builds [1] -> archive [2] To avoid missing sources let's stick on 0.27.1. [1] https://exiv2.org/builds/ [2] https://www.exiv2.org/archive.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wvstreams,wvdial: Mark incompatible for muslKhem Raj2019-10-114-138/+6
| | | | | | | | | wvstreams needs porting work to get it fully functional on musl, wvdial depends on it so that needs to be disabled as well for musl. Add it to meta-oe packagegroup only when using glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: fix CVE-2019-17040Trevor Gamblin2019-10-112-0/+32
| | | | | | | Backport CVE-2019-17040 fix to zeus. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: remove unsupported OPTIONS+="event_timeout" ruleHongxu Jia2019-10-102-0/+40
| | | | | | | | | | | | | | | | | The OPTIONS+="event_timeout" is Unsupported since systemd/udev version 216, that is ~5 years ago. Since systemd/udev version 243, there's a new message printed if unsupported OPTIONS value is used: Invalid value for OPTIONS key, ignoring: 'event_timeout=180' Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1740666 The fix works on lvm2, it is not necessary for libdevmapper Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* a2jmidid: Fix build on risvKhem Raj2019-10-102-0/+25
| | | | | | | | | Fixes ../a2jmidid-8/sigsegv.c:102:39: error: no member named 'gregs' in 'struct mcontext_t' | ucontext->uc_mcontext.gregs[i] | ~~~~~~~~~~~~~~~~~~~~~ ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: Enable C++ support and Additional options for muslKhem Raj2019-10-101-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsonrpc: Disable coverage in default buildKhem Raj2019-10-101-0/+3
| | | | | | | | | | Building with intrumentation is only useful during development or optimization phases, in production, this will just make it slow and in some cases not work where file system might be readonly. If its needed then enable the packageconfig via a bbappend Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lua: change a hard readline dependency into an optional oneAlexander Kanavin2019-10-102-3/+65
| | | | | | | | | | | This requires patching the source code, as readline is hardcoded in there. The rationale is to allow disabling the dependency on a gplv3 component (readline) where that license is blacklisted. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kconfig-frontends: Retrieve the Git repository from GitLabPeter Kjellerstedt2019-10-101-2/+2
| | | | | | | | | | The ymorin.is-a-geek.org site has been down since September and there is no indication of when, if ever, it will be back. Retrieve the repository from GitLab instead, recommended by the maintainer, Yann E Morin. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rwmem: add DESCRIPTION since the summary is vagueRandy MacLeod2019-10-091-0/+9
| | | | | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: upgrade 1.9.12 -> 1.9.13Andreas Müller2019-10-093-59/+3
| | | | | | | | | | | | | | | | | | | | This release contains various fixes / enhancements - from release announcement: * Meta-data API implementation. (and a few tools updated with support for it) * Correct GPL licence to LGPL for files needed to build libjack. * Remove FreeBoB backend (superseded by FFADO). * define JACK_LIB_EXPORT, useful for internal clients. * Mark jack_midi_reset_buffer as deprecated. * Add example systemd unit file * Signal to systemd when jackd is ready. * Set "seq" alsa midi driver to maximum resolution possible. * Fix loading internal clients from another internal client. * Code cleanup and various fixes. (too many to mention here, see git log for details) Backported patches can go. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: Use install-spec targetKhem Raj2019-10-091-1/+2
| | | | | | | | | | install target build install-hostparams as well, which tries to run nvme tool during build, we defer that to runtime post_install anyway so we can ignore building it during install task package systemd unit files Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit-group-rules: Fix error in do_rootfs for rpm package-managerAndreas Müller2019-10-091-1/+1
| | | | | | | | | | | | | | | | * An issue in meta-mortsgna was reported. Discussion is found at [1] * We do similar in meta-gnome's gvfs for same reason [2] * This is a bugfix which should apply and work for many release-branches Fixes: | Error: Transaction check error: | file /etc/polkit-1/rules.d conflicts between attempted installs of polkit-group-rule-datetime-1.0-r0.cortexa7t2hf_neon_vfpv4 and polkit-0.115-r0.cortexa7t2hf_neon_vfpv4 [1] https://github.com/schnitzeltony/meta-mortsgna/issues/11 [2] https://github.com/openembedded/meta-openembedded/blob/fd1a0c9210b162ccb147e933984c755d32899efc/meta-gnome/recipes-gnome/gvfs/gvfs_1.41.2.bb#L72 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2019.3 -> 2019.4Alex Kiernan2019-10-091-1/+1
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: upgrade 0.8.1 -> 0.8.2Changqing Li2019-10-084-52/+54
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add zeus compatibility to all layer.conf filesPalmer Dabbelt2019-10-081-1/+1
| | | | | | | | | | | I have no idea if this is the right thing to do, but without the patch I can't actually buil OE because none of these layers are compatible with the change in openembedded-core to move to zeus. Fixes: a5c9709b8d ("layer.conf: Update for zeus series") # openembedded-core Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: Turn system libpcre support into packageconfigKhem Raj2019-10-081-3/+3
| | | | | | | | when libpcre is built with clang and mongodb with gcc then they dont link well, in such cases its better to use in-tree pcre, this paves a way to achieve that if needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Upgrade 1.10.2 -> 1.10.6Otavio Salvador2019-10-081-2/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: upgrade 1.6 -> 1.9Stefan Wiehler2019-10-083-54/+29
| | | | | Signed-off-by: Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* log4cpp: Stop using RC as a variableWilliam A. Kennington III via Openembedded-devel2019-10-081-2/+2
| | | | | | | | | This recipe cannot be parsed when using meta-mingw because ${RC} expands to the Windows resource compiler. Let's use PRC instead to avoid that problem. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Document need for 32bit compilerKhem Raj2019-10-071-0/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: Update to 1.7Khem Raj2019-10-063-37/+36
| | | | | | | | | | - Examples can be disabled via makefile argument, so drop the patch to disble building them and instead disable building via makefile argument - Add a patch to control secure_getenv definition spill into linux/musl case Signed-off-by: Khem Raj <raj.khem@gmail.com>