summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* p7zip: build and package lib7z.so needed for fastbootNisha Parrakat2021-05-282-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | a) use option 7z to build the lib7z.so library This is needed for android-tools for building fastboot from android-tools b) Packaged the lib7z.so and codec libraries as a part of this recipe Fastboot RDepends on it lib7z.so c) Fixed a C++17 forbidden error when lib7z.so is built fixes the below error | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp: In member function 'virtual LONG NArchive::NWim::CHandler::GetArchiveProperty(PROPID, PROPVARIANT*)': | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:308:11: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++17 | 308 | numMethods++; | | ^~~~~~~~~~ | ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:318:9: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++17 | 318 | numMethods++; Signed-off-by: Nisha Parrakat <Nisha.Parrakat@kpit.com> Signed-off-by: Nisha Parrakat <nishaparrakat@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snappy: explicity disable building tests and benchmarkMartin Jansa2021-05-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * with these changes introduced in 1.1.9: https://github.com/google/snappy/commit/549685a https://github.com/google/snappy/commit/4ebd8b2 it now installs gtest,gmock,benchmark with snappy which causes conflicts when something depends on both snappy and googletest or google-benchmark, e.g. leveldb-tl.do_prepare_recipe_sysroot: ERROR: The file /usr/lib/pkgconfig/gmock_main.pc is installed by both snappy and googletest, aborting * looking at buildhistory the 1.1.9 upgrade added a lot of files to snappy: diff --git a/packages/core2-64-webos-linux/snappy/snappy-dev/files-in-package.txt b/packages/core2-64-webos-linux/snappy/snappy-dev/files-in-package.txt index 4bb97db2..559c84fc 100644 --- a/packages/core2-64-webos-linux/snappy/snappy-dev/files-in-package.txt +++ b/packages/core2-64-webos-linux/snappy/snappy-dev/files-in-package.txt @@ -1,14 +1,85 @@ drwxr-xr-x root root 4096 ./usr drwxr-xr-x root root 4096 ./usr/include +drwxr-xr-x root root 4096 ./usr/include/benchmark +-rw-r--r-- root root 56897 ./usr/include/benchmark/benchmark.h +drwxr-xr-x root root 4096 ./usr/include/gmock +-rw-r--r-- root root 61607 ./usr/include/gmock/gmock-actions.h +-rw-r--r-- root root 6037 ./usr/include/gmock/gmock-cardinalities.h +-rw-r--r-- root root 24223 ./usr/include/gmock/gmock-function-mocker.h +-rw-r--r-- root root 30996 ./usr/include/gmock/gmock-generated-actions.h +-rw-r--r-- root root 15545 ./usr/include/gmock/gmock-generated-actions.h.pump +-rw-r--r-- root root 3711 ./usr/include/gmock/gmock.h +-rw-r--r-- root root 200261 ./usr/include/gmock/gmock-matchers.h +-rw-r--r-- root root 3341 ./usr/include/gmock/gmock-more-matchers.h +-rw-r--r-- root root 8967 ./usr/include/gmock/gmock-nice-strict.h +-rw-r--r-- root root 76003 ./usr/include/gmock/gmock-spec-builders.h +drwxr-xr-x root root 4096 ./usr/include/gmock/internal +drwxr-xr-x root root 4096 ./usr/include/gmock/internal/custom +-rw-r--r-- root root 365 ./usr/include/gmock/internal/custom/gmock-generated-actions.h +-rw-r--r-- root root 451 ./usr/include/gmock/internal/custom/gmock-generated-actions.h.pump +-rw-r--r-- root root 1861 ./usr/include/gmock/internal/custom/gmock-matchers.h +-rw-r--r-- root root 1894 ./usr/include/gmock/internal/custom/gmock-port.h +-rw-r--r-- root root 439 ./usr/include/gmock/internal/custom/README.md +-rw-r--r-- root root 17975 ./usr/include/gmock/internal/gmock-internal-utils.h +-rw-r--r-- root root 3788 ./usr/include/gmock/internal/gmock-port.h +-rw-r--r-- root root 13530 ./usr/include/gmock/internal/gmock-pp.h +drwxr-xr-x root root 4096 ./usr/include/gtest +-rw-r--r-- root root 14374 ./usr/include/gtest/gtest-death-test.h +-rw-r--r-- root root 94367 ./usr/include/gtest/gtest.h +-rw-r--r-- root root 27455 ./usr/include/gtest/gtest-matchers.h +-rw-r--r-- root root 8030 ./usr/include/gtest/gtest-message.h +-rw-r--r-- root root 22681 ./usr/include/gtest/gtest-param-test.h +-rw-r--r-- root root 14850 ./usr/include/gtest/gtest_pred_impl.h +-rw-r--r-- root root 32033 ./usr/include/gtest/gtest-printers.h +-rw-r--r-- root root 2519 ./usr/include/gtest/gtest_prod.h +-rw-r--r-- root root 10097 ./usr/include/gtest/gtest-spi.h +-rw-r--r-- root root 6853 ./usr/include/gtest/gtest-test-part.h +-rw-r--r-- root root 15988 ./usr/include/gtest/gtest-typed-test.h +drwxr-xr-x root root 4096 ./usr/include/gtest/internal +drwxr-xr-x root root 4096 ./usr/include/gtest/internal/custom +-rw-r--r-- root root 1843 ./usr/include/gtest/internal/custom/gtest.h +-rw-r--r-- root root 1858 ./usr/include/gtest/internal/custom/gtest-port.h +-rw-r--r-- root root 2079 ./usr/include/gtest/internal/custom/gtest-printers.h +-rw-r--r-- root root 1682 ./usr/include/gtest/internal/custom/README.md +-rw-r--r-- root root 13436 ./usr/include/gtest/internal/gtest-death-test-internal.h +-rw-r--r-- root root 9764 ./usr/include/gtest/internal/gtest-filepath.h +-rw-r--r-- root root 61757 ./usr/include/gtest/internal/gtest-internal.h +-rw-r--r-- root root 35114 ./usr/include/gtest/internal/gtest-param-util.h +-rw-r--r-- root root 4090 ./usr/include/gtest/internal/gtest-port-arch.h +-rw-r--r-- root root 84530 ./usr/include/gtest/internal/gtest-port.h +-rw-r--r-- root root 7213 ./usr/include/gtest/internal/gtest-string.h +-rw-r--r-- root root 6270 ./usr/include/gtest/internal/gtest-type-util.h -rw-r--r-- root root 5414 ./usr/include/snappy-c.h --rw-r--r-- root root 9885 ./usr/include/snappy.h --rw-r--r-- root root 7256 ./usr/include/snappy-sinksource.h --rw-r--r-- root root 2845 ./usr/include/snappy-stubs-public.h +-rw-r--r-- root root 9909 ./usr/include/snappy.h +-rw-r--r-- root root 7265 ./usr/include/snappy-sinksource.h +-rw-r--r-- root root 2579 ./usr/include/snappy-stubs-public.h drwxr-xr-x root root 4096 ./usr/lib drwxr-xr-x root root 4096 ./usr/lib/cmake +drwxr-xr-x root root 4096 ./usr/lib/cmake/benchmark +-rw-r--r-- root root 60 ./usr/lib/cmake/benchmark/benchmarkConfig.cmake +-rw-r--r-- root root 2742 ./usr/lib/cmake/benchmark/benchmarkConfigVersion.cmake +-rw-r--r-- root root 4247 ./usr/lib/cmake/benchmark/benchmarkTargets.cmake +-rw-r--r-- root root 1380 ./usr/lib/cmake/benchmark/benchmarkTargets-noconfig.cmake +drwxr-xr-x root root 4096 ./usr/lib/cmake/GTest +-rw-r--r-- root root 1438 ./usr/lib/cmake/GTest/GTestConfig.cmake +-rw-r--r-- root root 1978 ./usr/lib/cmake/GTest/GTestConfigVersion.cmake +-rw-r--r-- root root 4958 ./usr/lib/cmake/GTest/GTestTargets.cmake +-rw-r--r-- root root 2525 ./usr/lib/cmake/GTest/GTestTargets-noconfig.cmake drwxr-xr-x root root 4096 ./usr/lib/cmake/Snappy -rw-r--r-- root root 2864 ./usr/lib/cmake/Snappy/SnappyConfig.cmake -rw-r--r-- root root 2742 ./usr/lib/cmake/Snappy/SnappyConfigVersion.cmake -rw-r--r-- root root 3616 ./usr/lib/cmake/Snappy/SnappyTargets.cmake -rw-r--r-- root root 806 ./usr/lib/cmake/Snappy/SnappyTargets-noconfig.cmake +lrwxrwxrwx root root 22 ./usr/lib/libbenchmark_main.so -> libbenchmark_main.so.1 +lrwxrwxrwx root root 17 ./usr/lib/libbenchmark.so -> libbenchmark.so.1 +lrwxrwxrwx root root 23 ./usr/lib/libgmock_main.so -> libgmock_main.so.1.10.0 +lrwxrwxrwx root root 18 ./usr/lib/libgmock.so -> libgmock.so.1.10.0 +lrwxrwxrwx root root 23 ./usr/lib/libgtest_main.so -> libgtest_main.so.1.10.0 +lrwxrwxrwx root root 18 ./usr/lib/libgtest.so -> libgtest.so.1.10.0 lrwxrwxrwx root root 14 ./usr/lib/libsnappy.so -> libsnappy.so.1 +drwxr-xr-x root root 4096 ./usr/lib/pkgconfig +-rw-r--r-- root root 240 ./usr/lib/pkgconfig/benchmark.pc +-rw-r--r-- root root 275 ./usr/lib/pkgconfig/gmock_main.pc +-rw-r--r-- root root 268 ./usr/lib/pkgconfig/gmock.pc +-rw-r--r-- root root 275 ./usr/lib/pkgconfig/gtest_main.pc +-rw-r--r-- root root 243 ./usr/lib/pkgconfig/gtest.pc diff --git a/packages/core2-64-webos-linux/snappy/snappy-dev/latest b/packages/core2-64-webos-linux/snappy/snappy-dev/latest index 0cc143d2..19a23796 100644 --- a/packages/core2-64-webos-linux/snappy/snappy-dev/latest +++ b/packages/core2-64-webos-linux/snappy/snappy-dev/latest @@ -1,9 +1,8 @@ -PV = 1.1.8 +PV = 1.1.9 PR = r0 -PKG = libsnappy-dev -RPROVIDES = snappy-dev (=1.1.8) -RDEPENDS = snappy (= 1.1.8-r0) +RPROVIDES = +RDEPENDS = snappy (= 1.1.9-r0) RRECOMMENDS = glibc-dev libgcc-dev libstdc++-dev snappy-lic -PKGSIZE = 35442 +PKGSIZE = 1062733 FILES = /usr/include /lib/lib*.so /usr/lib/lib*.so /usr/lib/*.la /usr/lib/*.o /usr/lib/pkgconfig /usr/share/pkgconfig /usr/share/aclocal /lib/*.o /usr/lib/snappy/*.la /lib/*.la /usr/lib/cmake /usr/share/cmake -FILELIST = /usr/lib/libsnappy.so.1 /usr/lib/libsnappy.so.1.1.8 +FILELIST = /usr/lib/libbenchmark.so.1 /usr/lib/libbenchmark.so.1.5.2 /usr/lib/libbenchmark_main.so.1 /usr/lib/libbenchmark_main.so.1.5.2 /usr/lib/libgmock.so.1.10.0 /usr/lib/libgmock_main.so.1.10.0 /usr/lib/libgtest.so.1.10.0 /usr/lib/libgtest_main.so.1.10.0 /usr/lib/libsnappy.so.1 /usr/lib/libsnappy.so.1.1.9 * disable tests and benchmarks to install only the files 1.1.8 version used to install Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20210319 -> 1.3-20210509Andreas Müller2021-05-241-4/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.2.2 -> 6.2.3Andreas Müller2021-05-222-7/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snappy: upgrade 1.1.8 -> 1.1.9Andreas Müller2021-05-221-3/+3
| | | | | | | Get sources from github repo Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnuplot: upgrade 5.2.8 -> 5.4.1Andreas Müller2021-05-224-30/+33
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: disable building for ppcSaul Wold2021-05-191-0/+2
| | | | | | | Sysdig depends on tbb which no longer builds for powerpc Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdivecomputer: upgrade 0.6.0 -> 0.7.0zhengruoqin2021-05-141-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: switch from default master branch to main to fix do_fetch failureMartin Jansa2021-05-121-1/+1
| | | | | | | * branch was renamed in upstream repo Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: Upgrade to 2.3.3Khem Raj2021-05-062-9/+26
| | | | | | | | | | | | | | Do not check for C++11, since it is a runtime check, wont work during cross compile, in anycase our compilers do support C++11 and default to c++ or newer std, so this check is redundant for OE toolchains Add new required build time deps on fribidi and imlib2 Changes are [1] [1] https://github.com/ice-wm/icewm/releases/tag/2.3.3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: upgrade 8.2102.0 -> 8.2104.0zangrc2021-04-291-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyyaml: Do not check for meta-pythonKhem Raj2021-04-261-1/+1
| | | | | | | Its in OE-core now Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* zram: add support for mem_limitSinan Kaya2021-04-231-0/+5
| | | | | | | | | Some targets might be interested in limiting how big zram can grow. If the variable is set in /etc/default/zram file, configure it in mem_limit sysfs attribute. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.2.1 -> 6.2.2zangrc2021-04-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2021.1 -> 2021.2zangrc2021-04-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bitwise: Upgrade 0.41 -> 0.42Ramon Fried2021-04-181-1/+1
| | | | | Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.0.9 -> 6.2.1Yi Fan Yu2021-04-135-76/+62
| | | | | | | | | | Refresh 3 patches. Removed Patch: ilp32.patch fixed by upstream 0719388cfb1a79160204314beb1de1f9c29a3684 Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uml-utilities: fix installed-vs-shipped with usrmergeMartin Jansa2021-04-061-3/+2
| | | | | | | | | | | | | | | * fixes: ERROR: uml-utilities-20040406-r1 do_package: QA Issue: uml-utilities: Files/directories were installed but not shipped in any package: /usr/lib/uml/port-helper Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. uml-utilities: 1 installed and not shipped files. [installed-vs-shipped] * pass LIB_DIR instead of using default value from Makefile: $ grep LIB_DIR.*= tools/port-helper/Makefile LIB_DIR ?= /usr/lib/uml Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2020.8 -> 2021.1zangrc2021-04-011-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: fix some of the ptestsYi Fan Yu2021-04-013-7/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run test as non-root 'tester'. Add more rdepends for ptest. Introduce a patch to skip checking for a libc header: sys/inotify Python scripts no longer called with ./script. Remove the need to add the correct shebang. Ptest results: 8.2102.0 =============== TOTAL: 424 PASS: 417 SKIP: 5 XFAIL: 0 FAIL: 2 XPASS: 0 ERROR: 0 Remaining failure related to relp: * imrelp-tls-cfgcmd * sndrcv_relp_tls-cfgcmd the test expects an error "relp connect failed with return 10031", but the connection seems to be established and working. Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Depend on system libb64Khem Raj2021-03-281-2/+1
| | | | | | avoid using vendored version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysdig: Upgrade to 0.27.1Khem Raj2021-03-283-69/+2
| | | | | | Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tmate: add recipe version 2.4.0Marius Kriegerowski2021-03-281-0/+17
| | | | | | | | Add a recipe for tmate, a fork of tmux that provides remote terminal sharing. Signed-off-by: Marius Kriegerowski <marius.kriegerowski@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20210306 -> 1.3-20210319zhengruoqin2021-03-281-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mysql-python, lio-utils, openlmi-tools: add conditional PNBLACKLIST like ↵Martin Jansa2021-03-281-0/+2
| | | | | | | | | | | | | | | | meta-python2 does * it depends on target python(2) recipes from meta-python2 which are restricted with this conditional since: https://git.openembedded.org/meta-python2/commit/?h=hardknott&id=10c65fc18998d302f34634ffceaf31ab335056dd * telepathy-idle and cherokee from: meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb meta-webserver/recipes-httpd/cherokee/cherokee_git.bb also depend on meta-python2, but use only pythonnative from there, so they aren't blacklisted. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20210117 -> 1.3-20210306zangrc2021-03-161-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zstd: remove the recipe since it moved to oe-coreRandy MacLeod2021-03-142-66/+0
| | | | | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Fix rsyslog systemd service not startingYi Fan Yu2021-03-081-1/+1
| | | | | | | $(sbindir) -> ${sbindir} Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libleak: Add recipeKhem Raj2021-03-062-0/+63
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbacktrace: Add recipeKhem Raj2021-03-061-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: update 1.6.0 -> 1.10.0Yi Fan Yu2021-03-051-2/+2
| | | | | | | Now pulling from the stable branch Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sigrok-cli: upgrade 0.7.1 -> 0.7.2zhengruoqin2021-03-041-2/+2
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Update 8.2012.0 -> 8.2102.0Yi Fan Yu2021-03-031-2/+2
| | | | | | | | | | | | | | | | | | Ptest Results: (Timeout 800) (qemux86-64) 2012 2102 ================ TOTAL: 424 424 PASS: 369 369 SKIP: 41 41 XFAIL: 0 0 FAIL: 14 14 XPASS: 0 0 ERROR: 0 0 Many ptest failures are due to busybox logger not having the `-d` flag. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: include limits header for numeric_limits definitionKhem Raj2021-03-032-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.2.1 -> 1.2.2Wang Mingyu2021-02-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Add imhttp to packageconfigYi Fan Yu2021-02-241-0/+1
| | | | | | | | introduced in 8.2010.0 requires civetweb for http input module Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: Improve reproducibilityOleksiy Obitotskyy2021-02-222-0/+85
| | | | | | | | Backport changes added to master smartmontools. https://github.com/smartmontools/smartmontools/commit/24838916b4c0e91f5c897d44fcdeedb22848f684 Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: split into more packagesSean Nyekjaer2021-02-221-0/+27
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update common-licenses references to match new namesKhem Raj2021-02-211-1/+1
| | | | | | | | | The licenses were renamed to match their SPDX names, fix the references in LIC_FILES_CHKSUM Correct the checksums where they were wrong Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zstd: split bin into separate packageSean Nyekjaer2021-02-201-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: upgrade 8.2006.0->8.2012.0Yi Fan Yu2021-02-162-4/+27
| | | | | | | | | | | | | | | | | | | | | | | new version no longer includes rsyslog.service, so I copied over the same from 8.2006. (git version carries it now in ./platform) referenced rsyslog (upstream) commit id: cfd07503ba055100a84d75d1a78a5c6cceb9fdab Ptest Results: (Timeout 800) (qemux86-64) 2006 2012 ================ TOTAL: 411 424 PASS: 361 372 SKIP: 39 41 XFAIL: 0 0 FAIL: 11 11 XPASS: 0 0 ERROR: 0 0 Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hexedit: update to 1.5Oleksandr Kravchuk2021-02-111-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libconfig add UPSTREAM_CHECK_URIOleksandr Kravchuk2021-02-111-1/+3
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Fix SIGSEGV caused by using flb_free instead of mk_mem_freeRamon Fried2021-02-093-1/+128
| | | | | Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: fix systemd input pluginRamon Fried2021-02-091-0/+2
| | | | | | | | | Because of missing dependency of systemd, Cmake configure step didn't find systemd and skipped the systemd input plugin. Added necessary dependency if systemd is available. Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Fix build with autotools 2.70+Khem Raj2021-02-081-1/+2
| | | | | | | | On arches which are not same as build host it finds ac_cv_c_undeclared_builtin_options = cannot detect and errors out. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libstatgrab: Fix build with autoconf 2.70+Khem Raj2021-02-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Upgrade to 7.16.16 releaseKhem Raj2021-02-042-31/+2
| | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: update to 2.25Oleksandr Kravchuk2021-02-041-2/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 3.8.2 -> 3.8.3Zang Ruochen2021-01-291-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>