aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-02-11x11vnc: uprev to 0.9.16Jean-Francois Dagenais
2019-02-11x11vnc: allow fbdev only (x11-less) buildsJean-Francois Dagenais
2019-02-11packagegroup-meta-oe: espeak-data is goneKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-09espeak: Generate phondata based on endianness of targerKhem Raj
Use qemu usermode to generate it, so we are always in correct endian-ness espeak-data is no longer needed now, since sole purpose of it was to provide the data for bigendian systems Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-09ftgl: Fix build errors with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-09wifi-test-suite: Fix build with LTOKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-08ftgl: initial add 2.1.3-rc5Andreas Müller
Have this in meta-qt5-extra for a while but now it is required by upcoming chromium-bsi (meta-games). So move a layer 'up'. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-08faenza-icon-theme: Fix multilib fetchAndreas Müller
| ERROR: lib32-faenza-icon-theme-1.3-r0 do_fetch: Fetcher failure for URL: 'http://faenza-icon-theme.googlecode.com/files/lib32-faenza-icon-theme_1.3.zip'. Unable to fetch URL from any source. | ERROR: lib32-faenza-icon-theme-1.3-r0 do_fetch: Function failed: base_do_fetch Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-08physfs: Fix multilib installAndreas Müller
| ERROR: physfs-1_3.0.1-r0 do_package: QA Issue: physfs: Files/directories were installed but not shipped in any package: | /usr/lib/libphysfs.so | /usr/lib/libphysfs.so.1 | /usr/lib/libphysfs.a | /usr/lib/libphysfs.so.3.0.1 | /usr/lib/pkgconfig | /usr/lib/pkgconfig/physfs.pc | Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-08menulibre: Fix multilib fetchAndreas Müller
| ERROR: lib32-menulibre-2.2.0-r0 do_fetch: Fetcher failure for URL: 'https://launchpad.net/menulibre/2.2/2.2.0/+download/lib32-menulibre-2.2.0.tar.gz'. Unable to fetch URL from any source. | ERROR: lib32-menulibre-2.2.0-r0 do_fetch: Function failed: base_do_fetch Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-08vncx11: Fix dev package do_rootfs failureAlistair Francis
When building the dev package I see these errors: Collected errors: * check_data_file_clashes: Package x11vnc-dev wants to install file /home/alistair/oe-master/build/tmp-glibc/wor k/sopine_a64-oe-linux/core-image-weston/1.0-r0/rootfs/usr/include/rfb/rfbproto.h But that file is already provided by package * libvncserver-dev * check_data_file_clashes: Package x11vnc-dev wants to install file /home/alistair/oe-master/build/tmp-glibc/wor k/sopine_a64-oe-linux/core-image-weston/1.0-r0/rootfs/usr/include/rfb/rfb.h But that file is already provided by package * libvncserver-dev * check_data_file_clashes: Package x11vnc-dev wants to install file /home/alistair/oe-master/build/tmp-glibc/wor k/sopine_a64-oe-linux/core-image-weston/1.0-r0/rootfs/usr/include/rfb/rfbregion.h But that file is already provided by package * libvncserver-dev * check_data_file_clashes: Package x11vnc-dev wants to install file /home/alistair/oe-master/build/tmp-glibc/wor k/sopine_a64-oe-linux/core-image-weston/1.0-r0/rootfs/usr/include/rfb/rfbconfig.h But that file is already provided by package * libvncserver-dev * check_data_file_clashes: Package x11vnc-dev wants to install file /home/alistair/oe-master/build/tmp-glibc/wor k/sopine_a64-oe-linux/core-image-weston/1.0-r0/rootfs/usr/include/rfb/keysym.h But that file is already provided by package * libvncserver-dev * check_data_file_clashes: Package x11vnc-dev wants to install file /home/alistair/oe-master/build/tmp-glibc/wor k/sopine_a64-oe-linux/core-image-weston/1.0-r0/rootfs/usr/include/rfb/rfbclient.h But that file is already provided by package * libvncserver-dev as both libvncserver and x11vnx try to install the same files let's just remove them from x11vnc. Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-08gerbera: Update to 1.3.0Khem Raj
Add missing dependency on libnsl2 Turn systemd support into a packageconfig knob Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-08libupnp: Upgrade to 1.8.4Khem Raj
License-Update: Renamed and deleted empty line License file is now called COPYING https://github.com/mrjimenez/pupnp/commit/d3a04002e5e5220f88b43d979505bb3156532e83#diff-7116ef0705885343c9e1b2171a06be0e This is 3 Clause BSD license so make it accurate Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07python-mprpc: Upgrade to 0.1.17Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07python-gevent: Upgrade to 1.4.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07python-protobuf: Add nativesdk to BBCLASSEXTENDFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07python*-xlrd: Add native and nativesdk to BBCLASSEXTENDFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07python*-markupsafe: Add native and nativesdk to BBCLASSEXTENDFabio Berton
SIGNED-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07python*-jinja2: Add native and nativesdk to BBCLASSEXTENDFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07python3-gevent: update to 1.4.0Alexander Kanavin
This fixes build issues with Python 3.7. License-Update: added BSD license for one of the source files Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07rapidjson: fix cmake artifacts installation for non-default BASELIB caseRuslan Bilovol
If BASELIB is set to non-default value (like lib64), next 'installed but not shipped' issue happens: /usr/lib /usr/lib/cmake /usr/lib/pkgconfig /usr/lib/cmake/RapidJSON /usr/lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake /usr/lib/cmake/RapidJSON/RapidJSONConfig.cmake /usr/lib/pkgconfig/RapidJSON.pc This is because rapidjson has library installation dir set to 'lib' by default and hardcoded in another place. Fix this by next changes: - set appropriate LIB_INSTALL_DIR - fix hardcoded 'lib' in CMAKECONFIG_INSTALL_DIR case Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-07ace-cloud-editor_git.bb: Add recipe for ace cloud editorSai Hari Chandana Kalluri
Yocto recipe for Ace-code-editor an open source embeddable code editor written in JavaScript. It can be easily embedded in any webpage and JavaScript application. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-06glmark2: update to current gitRoss Burton
Remove two patches merged upstream. The other patch isn't required so can be deleted. Remove explicit --std=c++11 as the wscript adds --std=c++14 now. Change PV to contain the full date just in case we want to update more than once a month. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-06python3-twitter_3.7.0.bb: Yocto recipes for tweepy packagesSai Hari Chandana Kalluri
Yocto recipes for easy to use python2 and python3 libraries for accessing twitter APIs Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-06python-requests-oauthlib: Recipes to provide support for Requests-Oauthlib ↵Sai Hari Chandana Kalluri
libraries Yocto recipes for Python Requests and Oauthlib libraries to provide easy-to-use Python 2 and Python 3 interfaces for building OAuth1 and OAuth2 clients. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-05ltrace: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-05mongodb: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-05mongodb: Upgrade to 4.0.6Khem Raj
Change License to SSPL version 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-05rocksdb: Update to 5.18 branch ( 5.18.2 )Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-05graphviz: Fix cross-build failures with clangKhem Raj
It is detecting cross compile badness for -lexpat since the check finds it on build host, so aide the build ssytem to find it in staging sysroot Disable internal ltdl, use libtool provided one Define defines to indicate that platform has ssize_t and long_double Disable java,r,c-sharp, as it is unused Arrange source URIs before checksums gtk-doc is not needed, morever it ends up in unknown configure options Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-05catch2: Upgrade to 2.6.0Khem Raj
Drop backported patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-04breakpad: Drop SRCPV from PVKhem Raj
This causes errors like OSError: [Errno 36] File name too long: Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-04opencv: Upgrade to 3.4.5Khem Raj
Drop adding git revs to PV, its not needed since we are on release tag Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-04evolution-data-server: fix multilib installAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-04cpprest: update to 2.10.10Gianfranco Costamagna
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-03owfs: Inherit systemdKhem Raj
Fix ERROR: QA Issue: owfs: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/owfs.service /lib/systemd/system/owftpd.service /lib/systemd/system/owhttpd.service /lib/systemd/system/owserver.service /lib/systemd/system/owserver.socket Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-03nmap: Include additional FILES path for certsScott Ellis
If both ncat and ssl are in PACKAGECONFIG then the installer adds a cert bundle to /usr/share/ncat/ca-bundle.crt Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-03nmap: Fix typo in pcre PACKAGECONFIGScott Ellis
Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-03lshw: BBCLASSEXTEND to nativeMing Liu
In case some recipes might need it, for instance, the aktualizr-native of meta-updater. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-03oscam: Update to latest svn revision 11491Khem Raj
Supports openssl 1.1.x Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-03rtmpdump: Switch to using GNU TLS instead of openssl10Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-03pam-ssh-agent-auth: Port to work with openssl 1.1.xKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-01networkmanager: fix QA issue when using modemmanager and ppp in PACKAGECONFIGMarc Ferland
Got the following error when I activated both ppp and modemmanager options: ERROR: networkmanager-1.14.4-r0 do_package: QA Issue: networkmanager: Files/directories were installed but not shipped in any package: /usr/lib/pppd/2.4.5/nm-pppd-plugin.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-01libqmi: Update to 1.22.0William A. Kennington III via Openembedded-devel
Giving up on inline patches for now. >From b1fa081fcd795384e37dd2078072e77070559cf1 Mon Sep 17 00:00:00 2001 From: Glenn Stroz <gstroz@uber.com> Date: Wed, 23 Jan 2019 19:58:01 -0500 Subject: [PATCH] libqmi: Upgrade to 1.22.0 Signed-off-by: Glenn Stroz <gstroz@uber.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-01dibbler: Fix build with clang/libc++Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-01python-slip-dbus: add a python3 version of the recipeCallaghan, Dan
Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-01python-slip-dbus: update to 0.6.5Callaghan, Dan
Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-01libwebsockets: upgrade 3.0.0 -> 3.1.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-01libwebsockets: fix multilib installAndreas Müller
| ERROR: libwebsockets-3.0.0-r0 do_package: QA Issue: libwebsockets: Files/directories were installed but not shipped in any package: | /usr/lib/libwebsockets.so | /usr/lib/libwebsockets.a | /usr/lib/libwebsockets.so.13 | /usr/lib/cmake | /usr/lib/pkgconfig | /usr/lib/cmake/libwebsockets | /usr/lib/cmake/libwebsockets/LibwebsocketsTargets-release.cmake | /usr/lib/cmake/libwebsockets/LibwebsocketsConfig.cmake | /usr/lib/cmake/libwebsockets/LibwebsocketsConfigVersion.cmake | /usr/lib/cmake/libwebsockets/LibwebsocketsTargets.cmake | /usr/lib/pkgconfig/libwebsockets_static.pc | /usr/lib/pkgconfig/libwebsockets.pc Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-01vim: Enable GUI support for x11 DISTRO_FEATURESOvidiu Panait
Adding vim to a sato image will produce a non-working Gvim desktop entry because GUI support is not compiled in: # vim -g E25: GUI cannot be used: Not enabled at compile time Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>