summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* jsoncpp: Upgrade to 1.9.2Khem Raj2019-12-281-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: add PIC compiler flag required for aarch64Andrey Zhizhikin2019-12-271-2/+2
| | | | | | | | | | | | | | | Add PIC flag to CXXFLAGS in order to solve the issue with linking against the library for aarch64. Without PIC enabled, linking against this library fails with following messages: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `[snap]' which may bind externally can not be used when making a shared object; recompile with -fPIC Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: make libatomic-ops as dependencyKai Kang2019-12-271-8/+5
| | | | | | | | libatomic_ops is required and can't be optional. Move it from PACKAGECONFIG to DEPENDS. Adjust the ordering of the recipe as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: Ignore -Warray-boundsKhem Raj2019-12-262-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tvheadend: Fix format-truncation warningsKhem Raj2019-12-262-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wvstreams: Fix build with gcc10Khem Raj2019-12-262-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Fix build with gcc10Khem Raj2019-12-263-0/+67
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ltrace: Fix build with gcc10Khem Raj2019-12-253-1/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* memcached: upgrade to 1.5.20Khem Raj2019-12-251-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: Fix 'may be used uninitialized' errorsKhem Raj2019-12-252-0/+58
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libubox: Update to latestKhem Raj2019-12-252-1/+44
| | | | | | Fix out of bounds array access Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluidsynth: upgrade 2.0.9 -> 2.1.0Andreas Müller2019-12-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | As the version number suggests this is largely a feature upgrade: >From annoucement: New features new, less "ringing" reverb engine (#380, thanks to @jjceresa) new, stereophonic chorus engine (#548, thanks to @jjceresa) support for Downloadable Sounds (DLS) files was added (#320, requires libinstpatch) improved integrity checking of SoundFont modulators (#467, thanks to @jjceresa) rendering to stdout is now possible (#553, thanks to @mawe42) the following Audio Drivers have been added: Oboe (#464, tested on Android, thanks to @atsushieno) OpenSLES (#464, tested on Android, thanks to @atsushieno) SDL2 (#478, thanks to @carlo-bramini) WaveOut (#466, tested on Win98, WinNT4.0, WinXP, thanks to @carlo-bramini) various performance improvements (#543, #545, #547, #569, #573) Bug fixes generator modEnvAttack now has a convex shape according to SoundFont spec (#153) the default MIDI Pitch Wheel to Initial Pitch modulator now uses Fine Tune as destination generator, allowing it to be overridden by the soundfont designer (#154, thanks to @jjceresa) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: disable guest access and anonymous queriesTrevor Gamblin2019-12-251-1/+5
| | | | | | | | | | | | | | | | | | Guest accounts for Samba are a known potential vulnerability (see https://www.tenable.com/plugins/nessus/26919) where info about the host can be obtained without proper access. The option "map to guest = bad user" allows login attempts with usernames that don't exist to map to the guest account, while the "restrict anonymous" value (implicitly set to 0 before this patch) would allow any queries to obtain user and group list information. Raise the default security level by setting "restrict anonymous" to "1" and "map to guest" to "never" to avoid providing user/group info to unauthenticated users and reject login attempts with an invalid password, respectively. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cannelloni: Include stdexcept for runtime_errorKhem Raj2019-12-232-0/+33
| | | | | | | | | Fixes error: 'runtime_error' is not a member of 'std' throw std::runtime_error("Allocation error."); ^~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Upgrade to 5.0.7Khem Raj2019-12-235-128/+58
| | | | | | | | Remove an upstreamed patch Add patches to build with new glibc/gcc Drop atomic removal patch and link with libatomic when needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dvb-apps: Replace stime with clock_settimeKhem Raj2019-12-232-0/+33
| | | | | | Newer glibc 2.31+ removed stime. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-plugin-ldapdb: Include <stdexcept> for std::invalid_argumentKhem Raj2019-12-232-1/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* surf: Add opengl requirementArmin Kuster2019-12-231-1/+1
| | | | | | | | webkitgtk depends on opengel so this package wont build unless opengl is set. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: fix build depends issueArmin Kuster2019-12-231-1/+1
| | | | | | | only include ffmpeg if correct license is defined Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glfw: missing feature check.Armin Kuster2019-12-231-1/+1
| | | | | | | | glfw depends on libglu which wont build if "opengl" is not in DISTRO_FEATURES Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: fix do_fetch errorQuanyang Wang2019-12-231-1/+1
| | | | | | | | | | This fixes the build error as below: WARNING: glog-0.3.5-r0 do_fetch: Failed to fetch URL git://github.com/google/glog.git;branch=v035, attempting MIRRORS if available ERROR: glog-0.3.5-r0 do_fetch: Fetcher failure: Unable to find revision a6a166db069520dbbd653c97c2e5b12e08a8bb26 in branch v035 even from upstream ERROR: glog-0.3.5-r0 do_fetch: Fetcher failure for URL: 'git://github.com/google/glog.git;branch=v035'. Unable to fetch URL from any source. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhugetlbfs: update patch to make it work for python3Changqing Li2019-12-231-1/+4
| | | | | | | | Fix error: TypeError: a bytes-like object is required, not 'str' Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: upgrade 1.17 -> 1.17.1Wang Mingyu2019-12-231-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spirv-tools: Fix multilib buildsKhem Raj2019-12-202-1/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Use nonarch_libdir for systemd_unitsKhem Raj2019-12-201-4/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Fix packaging errors when using lib64 libdirKhem Raj2019-12-201-2/+3
| | | | | | | | | Fixes ERROR: ostree-2019.6-r0 do_package: QA Issue: ostree: Files/directories were installed but not shipped in any package: /usr/lib/ostree/ostree-prepare-root /usr/lib/ostree/ostree-remount Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblightmodbus: Fix packaging errors when using multilibKhem Raj2019-12-202-1/+40
| | | | | | | | | Fixes ERROR: liblightmodbus-2.0.2-r0 do_package: QA Issue: liblightmodbus: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/liblightmodbus.a Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ruli: Define OOP_LIB_DIR and INSTALL_LIB_DIRKhem Raj2019-12-201-1/+4
| | | | | | This helps in taking care of multilib install dir Signed-off-by: Khem Raj <raj.khem@gmail.com>
* civetweb: Upgrade to latest tipKhem Raj2019-12-201-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: Package module conf files via nonarch_libdirKhem Raj2019-12-201-1/+1
| | | | | | | | | | Fixes ERROR: iwd-1.0-r0 do_package: QA Issue: iwd: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/modules-load.d /usr/lib/modules-load.d/pkcs8.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firewalld: Package firewalld filesKhem Raj2019-12-201-0/+1
| | | | | | | | | ERROR: firewalld-0.7.2-r0 do_package: QA Issue: firewalld: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/firewalld /usr/lib/firewalld/zones Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: Use nonarch_libdir for systemd unitsKhem Raj2019-12-201-3/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gattlib: Update to latest tipKhem Raj2019-12-202-3/+58
| | | | | | Fix multilib builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: Upgrade to 0.13Khem Raj2019-12-202-6/+49
| | | | | | | | | License-Update: Copyright years changed Fix build for multilib Use python3 during build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ade: Fix install paths in multilib buildsKhem Raj2019-12-202-0/+40
| | | | | | | | | Fixes ERROR: ade-0.1.1f-r0 do_package: QA Issue: ade: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libade.a Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketapp: Fix multilib buildKhem Raj2019-12-202-0/+36
| | | | | | | | | | | | | Fixes ERROR: websocketpp-0.8.1-r0 do_package: QA Issue: websocketpp: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/cmake /usr/lib/cmake/websocketpp /usr/lib/cmake/websocketpp/websocketpp-configVersion.cmake /usr/lib/cmake/websocketpp/websocketpp-config.cmake Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: Use nonarch_libdir for systemd catalog filesKhem Raj2019-12-201-1/+2
| | | | | | | | | | Fixes ERROR: dbus-broker-21-r0 do_package: QA Issue: dbus-broker: Files/directories were installed but not shipped in any package: /usr/lib/systemd/catalog /usr/lib/systemd/catalog/dbus-broker.catalog /usr/lib/systemd/catalog/dbus-broker-launch.catalog Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dcadec: Define BASELIB as a knobKhem Raj2019-12-202-3/+36
| | | | | | | | | | | | | | | | Use https protocol in fetcher Fixes ERROR: dcadec-0.2.0-r0 do_package: QA Issue: dcadec: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libdcadec.so.0 /usr/lib/libdcadec.so.0.1.0 /usr/lib/libdcadec.so /usr/lib/pkgconfig /usr/lib/pkgconfig/dcadec.pc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Fix packaging in multilib envKhem Raj2019-12-202-0/+19
| | | | | | | | | Fixes ERROR: fluentbit-0.12.19-r0 do_package: QA Issue: fluentbit: Files/directories were installed but not shipped in any package: /usr/lib/libfluent-bit.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: Khem Raj <raj.khem@gmail.com>
* mercurial: Add python scripts into separate python packageKhem Raj2019-12-201-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nftables: Package python scripts into nonarch libdirKhem Raj2019-12-201-1/+1
| | | | | | Helps fixing packaging errors on mulilib builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
* avro-c: Update to 1.9.1Khem Raj2019-12-205-57/+131
| | | | | | | | Backport a patch to fix build with musl ( already in future 1.10.x release) Add a cmake patch to fix build on mulilibbed env delete already upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lockdev: Make baselib configurableKhem Raj2019-12-203-7/+9
| | | | | | | | | This ensures that baselib can be passed from bitbake tasks via environment Refresh patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: Fix multilib buildKhem Raj2019-12-202-0/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: Use nonarch libdir for dracut config filesKhem Raj2019-12-201-1/+1
| | | | | | Fixes packaging errors where libdir != nonarch_libdir Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cannelloni: Update to latest and fix multilib buildsKhem Raj2019-12-202-2/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nanopb: Add recipe for version 0.4.0Fabio Berton2019-12-201-0/+28
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* enscript/indent/sharutils: fix build with gettext 0.20.xAlexander Kanavin2019-12-206-3/+76
| | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: Upgrade 1.24.0 -> 1.24.2Adrian Bunk2019-12-201-2/+2
| | | | | | | This is a bugfix release on the 1.24 stable branch. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openocd: Enable remote-bitbang build optionAlistair Francis2019-12-191-1/+2
| | | | | | | | Enable the remote-bitbang via PACKAGECONFIG to allow connecting to verilator instances. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>