aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
AgeCommit message (Collapse)Author
2020-01-06rsyslog: update from 8.1910 to 8.1911Randy MacLeod
ptest results for qemux86-64 with kvm and a timeout of 1000 seconds to allow stress tests to complete: Recipe | Passed | Failed | Skipped rsyslog-8.1908.0 | 379 | 4 | 2 rsyslog-8.1911.0 | 381 | 4 | 3 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-03smartmontools: upgrade 7.0 -> 7.1Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02libsigrokdecode: upgrade v0.5.2 -> v0.5.3Bartosz Golaszewski
Update libsigrokdecode to the newest release. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02libsigrok: upgrade v0.5.1 -> v0.5.2Bartosz Golaszewski
Upgrade libsigrok to the newest release. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02libstatgrab: add logging/tracing optionsJens Rehsack
Introduce opportunity to enable/disable logging with and without log4cplus dependency. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31sanlock: Upgrade to 3.8.0+Khem Raj
The original SRCREV was at 3.7.3 even though PV was 3.8.0 this upgrades to latest on top of 3.8.0 to get py3 support Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31upm: Disable -Wno-misleading-indentation with clang10+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31fluentbit: Upgrade to 1.3.5Khem Raj
Sync recipe with the one in sourcecode Record Accessor feature requires Flex and Bison fts dependency is needed on musl Delete cmake_multilib.patch its fixed upstream Use builtin nan funciton to avoid linking with libm Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-30volume-key: not create python2 bindingsKai Kang
If create python2 bindings for volume-key, it requires to inherit pythonnative which conflict with python3native.bbclass. And python2 reachs EOL, so remove package config 'python' and not create python2 bindings for volume-key. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-29ostree: Tidy FILES_${PN} using PACKAGE_BEFORE_PNAlex Kiernan
Use PACKAGE_BEFORE_PN to pick files out of the install tree before FILES_${PN} gets there, so we can just list necessary additions rather than everything. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-25upm: Fix 'may be used uninitialized' errorsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-23redis: Upgrade to 5.0.7Khem Raj
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>
2019-12-23pam-plugin-ldapdb: Include <stdexcept> for std::invalid_argumentKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-20boinc-client: Use nonarch_libdir for systemd_unitsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-20ostree: Fix packaging errors when using lib64 libdirKhem Raj
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>
2019-12-20liblightmodbus: Fix packaging errors when using multilibKhem Raj
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>
2019-12-20fluentbit: Fix packaging in multilib envKhem Raj
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>
2019-12-20enscript/indent/sharutils: fix build with gettext 0.20.xAlexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-19libcec: Fix multilib buildKhem Raj
Fixes ERROR: libcec-4.0.4-r0 do_package: QA Issue: libcec: Files/directories were installed but not shipped in any package: /usr/lib/python3.7/site-packages/_cec.so /usr/lib/python3.7/site-packages/cec.py Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-19hiredis: Upgrade to 0.14.0Khem Raj
* Define LIBRARY_PATH so multilibbed version can install correctly * Forward port patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-19rsyslog: Do not assume atomic built-ins on ppcKhem Raj
Fixes build issue runtime/../action.c:2019: undefined reference to `__sync_val_compare_and_swap_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-18lcdproc: Upgrade to latest top of treeKhem Raj
* Drop BASEPV, used only once * serialVFD needs to use ioperm, inb and outb which are only on x86 32/64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-18libqb: Add --enable-nosection-fallback with mips64/clangKhem Raj
Same issue happens with clang/mips64 so extend the gold fix to cover for this case Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-16ostree: Add support for gjs testsAlex Kiernan
Now gjs is packaged in meta-gnome, add support for gjs tests through PACKAGECONFIG; note gjs has a large dependency footprint, requiring (at least) gobject-instrospection-data, gtk-3 and x11. Move python3-pyyaml to RDEPENDS directly based on the layer, so that building ptest without meta-python is possible (though more tests will have to be skipped). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-15rsyslog: Sync VALGRIND supported arch listKhem Raj
This list should be same as the valgrind recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-13mozjs: extend --with-intl-api=build to all mipsKhem Raj
This fixes mozjs crash, in launching js in qemu during gjs build Fixes | | (process:606857): Gjs-ERROR **: 02:02:06.039: Could not initialize Javascript Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2019-12-11ostree: Upgrade 2019.5 -> 2019.6Alex Kiernan
Drop all patches as they now exist upstream. Add tar to the dependencies for ptest as this is required when running with libarchive enabled (and the busybox version doesn't suffice). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-11boinc: update recipe to version 7.16.3Gianfranco Costamagna
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-08sigrok-cli: Update to 0.7.1Khem Raj
Package /usr/share/icons/hicolor/scalable/apps/sigrok-cli.svg Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-08liblockdev: Loosen the regexp for py3Khem Raj
Fixes packaging with py 3.8 ERROR: libblockdev-2.23-r0 do_package: QA Issue: libblockdev: Files/directories were installed but not shipped in any package: /usr/lib/python3.8 /usr/lib/python3.8/site-packages /usr/lib/python3.8/site-packages/gi /usr/lib/python3.8/site-packages/gi/overrides /usr/lib/python3.8/site-packages/gi/overrides/BlockDev.py Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-08Revert "zstd: move recipe to oe-core"Stefan Agner
The recipe has not been accepted in oe-core. So readd the recipe to meta-openembedded. This reverts commit b0b9cebc72a7f6e4451b64e54701709cee30fded. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-03ostree: Backport build/test fixes from upstreamAlex Kiernan
Pick upstream fixes: 77b27c07df2b Avoid race condition when building outside of source tree 16bb294384bb tests/repo-finder: Run realpath() on /tmp de8e0765a4a5 Makefile: declare ostree_boot_SCRIPTS and append values Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-03ostree: Add PACKAGECONFIG for builtin-grub2-mkconfigAlex Kiernan
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-03ostree: Change PACKAGECONFIG to use manpagesAlex Kiernan
Change PACKAGECONFIG to use manpages and inherit same so we build mandb correctly when api-documentation is enabled. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-03ostree: Drop tests for soup/xattr with ptestAlex Kiernan
When ptest is enabled, both soup (for trivial-httpd) and xattr must be enabled for all tests to pass. Rather than forcing everyone to enable these, just document this and remove the tests since a subset of the tests are still useful. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-03ostree: Fix DISTRO_FEATURES with ptest but w/o xattrAlex Kiernan
Fix the test for PTEST_ENABLED so it only fires when it's actually enabled, as opposed to everytime. This allows the tautological test for native to be removed as PTEST_ENABLED isn't set there. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> 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-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-21recipes: rename distro_features_check to features_checkDenys Dmytriyenko
Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-20liblockfile: Rename patchPaul Barker
The file name "0001-Makefile.in-install-nfslock.so-and-nfslock.so.0.patch" falls afoul of the default exclusions for subversion, preventing import into other projects. The simplest solution is to just rename the patch. Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-19haveged: use the Fedora service file available from upstreamStefan Agner
Use the Fedora systemd service file which seems more advanced than the somewhat less maintained Redhat service file. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-18upm: Link with libatomic on clang/x86Khem Raj
This is needed for atomic<double> which clang does not use intrinsic function for on 32bit x86 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-18rsyslog: Dont force enable atomic builtins on mipsKhem Raj
This would ensure that checks are performed properly before using them Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-08zstd: move recipe to oe-coreStefan Agner
Move the zstd recipe to openembedded-core and hence remove it in meta-oe. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-07ostree: fix some invalid condition checkingMing Liu
- PTEST_ENABLED is a target specific variable, avoid to check that for ostree-native recipe. - one of soup, curl PACKAGECONFIG would satisfy not running into the problem https://github.com/ostreedev/ostree/issues/1897, it should not stick to soup. For instance, the curl is being chosen in meta-updater rather than soup. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-07haveged: Fix missing initscript when both systemd and sysvinit are enabledAndreas Oberritter
Haveged's makefile installs either one or the other. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-07jansson: allow to build a -native packageAndré Draszik
This will e.g. enable us to use it from nghttp2-native Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-06dialog: upgrade 1.3-20190728 -> 1.3-20190808Zheng Ruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-06byacc: upgrade 20190617 -> 20191103Zheng Ruoqin
1) Update 0001-byacc-do-not-reorder-CC-and-CFLAGS.patch for new version. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>