aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2019-12-01nodejs: Add PACKAGECONFIG share to allow other projects to use node as libraryAndreas Müller
There are so many useful modules written for node.js I would like to use in C++/Qt projects. Run-tested both variants by installing node-red with npm and running it. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-01kernel-module-emlog: Use compile task from module bbclassKhem Raj
This ensures that right CC/LD is used when building the module, which should be KERNEL_CC and KERNEL_LD, otherwise it starts to use DISTRO default ld and cc which could be non-gcc and non-bfd liker which is must for building kernel and modules Also hides a gold linker failure seen on aarch64 | aarch64-yoe-linux-musl-ld: internal error in set_address, at ../../gold/output.h:322 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Fabio Berton <fabio.berton@ossystems.com.br>
2019-12-01directfb: Fix build for 32bit arches with 64bit time_tKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-01utouch-evemu,utouch-frame: Fix build for 32bit arches with 64bit time_tKhem Raj
Move patches from files/ directory into PN folders to avoid conflicts Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-01tslib: Fix build for 32bit arches with 64bit time_tKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-01v4l-utils: Update to 1.18.0Khem Raj
- Fix build on 32bit arches with 64bit time_t - Forward port patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-01lirc: Fix build for 32bit arches with 64bit time_tKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-01evtest: Fix build for 32bit arches with 64bit time_tKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-01x11vnc: Fix build for 32bit arches with 64bit time_tKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-29recipes-support: gperftools: RDEPENDS for pprofCengiz Can
gperftools comes with pprof tool that usually needs to be run at target machine to aggregate CPUPROFILE data. However since we were not shipping objdump (binutils), Getopt::long and POSIX perl5 modules, it was failing. I've extended RDEPENDS_${PN} with those so that whenever someone installs gperftools, those dependencies are fulfilled as well. Signed-off-by: Cengiz Can <cengiz@kernel.wtf> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-29gattlib: add recipeDaniels Umanovskis
gattlib is a C library for talking to Bluetooth, including BLE, devices. It's the only free, embedded-appropriate library for easily scanning BLE devices and subscribing to their notifications Signed-off-by: Daniels Umanovskis <du@axentia.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-29mksh: upgrade 56 -> 57Zang Ruochen
-License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27gsoap: upgrade 2.8.51 -> 2.8.95Zang Ruochen
gsoap/0001-Fix-out-of-tree-builds.patch Removed since this is included in 2.8.95. gsoap/0001-stdgsoap2-Fix-build-with-musl.patch Removed since this does not fit the latest version. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27libmbim: upgrade 1.20.0 -> 1.20.2Michael Haener
Update to current version. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27emlog: Add recipeFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27jpnevulator: Add recipeFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27mdbus2: Add recipeFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27syslog-ng: Fix multilib header conflict - syslog-ng-config.hzhangxiao
Header file conflict between 32-bit and 64-bit versions. Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27libmicrohttpd: upgrade 0.9.67 -> 0.9.68Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27links-x11: upgrade 2.16 -> 2.20.2Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27links: upgrade 2.16 -> 2.20.2Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27pidgin: Use python3 during buildKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27a2jmidid: Upgrade to release 9Khem Raj
- Switch to using git for SRC_URI, since 9 is not available in original location - Drop upstreamed aarch64 support patch - Drop waf patch as it uses meson now - Disable lto for now, meson needs to pass full CC to LTO plugin otherwise we get linking errors since LTO objects are not compiled with right ABI especially on arm ( mixing hard/soft float) Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27p910nd: upgrade 0.95 -> 0.97Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27jack: upgrade to 1.19.14Ross Burton
Notable because it uses Python 3 for the Waf scripts. Delete jack_control if DBus isn't enabled, as this tool uses DBus to communicate with the server and shouldn't be installed. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-27mercurial: Upgrade to 5.2 and switch to py3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-26pidgin: Use python3Khem Raj
Fixes python-sipe build failures e.g. ../../../pidgin-sipe-1.25.0/src/purple/purple-dbus.h:33:10: fatal error: dbus-server.h: No such file or directory | #include "dbus-server.h" | ^~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-26htop: Use python3Khem Raj
Fixes | ../htop-2.2.0/scripts/MakeHeader.py ../htop-2.2.0/CategoriesPanel.c | ../htop-2.2.0/scripts/MakeHeader.py ../htop-2.2.0/MainPanel.c | /usr/bin/env: ‘python’: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-26glmark2: use Python 3 to buildRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-26glmark2: upgrade to latest HEADRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-25packagegroup-meta-oe: Drop gperftools for mips/musl as wellKhem Raj
with [1], we now do not build gperftools for musl/mips combo as well, which means it should be dropped for all kind of mips builds [1] https://git.openembedded.org/meta-openembedded/commit/?id=b192e792cd0c72c19bf8f18217accf419d66b41e Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-25kconfig-frontends: drop unneeded target flex/bison depsChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-24libsdl: Refresh patchZheng Ruoqin
Refresh CVE-2019-7577.patch as it can't be applyed when using PATCHTOOL = "patch". Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-24googletest: Add PV and set to 1.10.0Lei YU
Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-24libssh2: Security Advisory - libssh2 - CVE-2019-17498Li Zhou
Porting the patch from <https://github.com/libssh2/libssh2/commit/ dedcbd106f8e52d5586b0205bc7677e4c9868f9c> to solve CVE-2019-17498. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-24leveldb: Upgrade 1.20 -> 1.22Alex Kiernan
Upstream has moved to cmake, so drop the build patches which are no longer relevant. Add run-ptest and PACKAGECONFIG support. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-23stalonetray: Add a simple stand-alone system trayLeon Anavi
Stalonetray is a simple and convenient stand-alone freedesktop.org and KDE system tray for X11 with minimal dependencies. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22libdev-checklib-perl: upgrade 1.13 -> 1.14Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22hwdata: upgrade 0.328 -> 0.329Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22mcelog: upgrade 1.65 -> 1.66Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22softhsm: add recipeJan Luebbe
This is useful for consolidation of code-signing interfaces when building an image with verified boot mechanisms or signed update artifacts. It can also be used on the target as a backend for software which uses the PKCS#11 API to access private key material. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22libp11: add support for native buildsJan Luebbe
This is needed as a dependency when using SoftHSM from the PKCS#11 OpenSSL engine for code singing. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22opensc: add support for native buildsJan Luebbe
This is needed as a dependency when using SoftHSM from the PKCS#11 OpenSSL engine for code singing. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22opensc: use pcsc-lite instead of openct by defaultJan Luebbe
OpenCT upstream maintenance seems to have stopped and OpenSC upstream uses pcsc-lite by default in their configure script. Add PACKAGECONFIGs for each and select pcsc by default. As the openct package depends on pcsc-lite by itself, this avoids an unnecessary package in the default case. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22pcsc-lite: add support for native buildsJan Luebbe
This is needed as a dependency when using SoftHSM from the PKCS#11 OpenSSL engine for code singing. Add a udev PACKAGECONFIG, as this is only useful on the target. Also don't RRECOMMEND ccid for the native variant. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22openct: merge do_install and do_install_appendJan Luebbe
There is no reason why both should be used in the same recipe. Merge them. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-21nodejs: libatomic patch should be target specificKhem Raj
host usually are using gcc/x86_64/aarch64 and all of them have gcc which can support atomic intrinsics, but not all of them install libatomic by default e.g. centos-7, so asking for libatomic unconditionally may not work always Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Tim Orling <timothy.t.orling@linux.intel.com>
2019-11-21sanlock: Replace cp -a with cp -R --no-dereferenceKhem Raj
helps to stop leaking builder's UID into sstate cache Fixes Exception: KeyError: 'getpwuid(): uid not found: 6000' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-21sanlock: Use python3 and add sanlock user/groupKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-21googletest: move to release 1.10.0Lei YU
The googletest recipe was using 1.8.1 tag, and in the recipe it was using the git revision instead of the tag release. Rename it to googletest_git.bb and use the 1.10.0 release revision to get the latest release. Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>