summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* polkit-group-rules: Fix error in do_rootfs for rpm package-managerAndreas Müller2019-10-191-1/+1
| | | | | | | | | | | | | | | | | | * An issue in meta-mortsgna was reported. Discussion is found at [1] * We do similar in meta-gnome's gvfs for same reason [2] * This is a bugfix which should apply and work for many release-branches Fixes: | Error: Transaction check error: | file /etc/polkit-1/rules.d conflicts between attempted installs of polkit-group-rule-datetime-1.0-r0.cortexa7t2hf_neon_vfpv4 and polkit-0.115-r0.cortexa7t2hf_neon_vfpv4 [1] https://github.com/schnitzeltony/meta-mortsgna/issues/11 [2] https://github.com/openembedded/meta-openembedded/blob/fd1a0c9210b162ccb147e933984c755d32899efc/meta-gnome/recipes-gnome/gvfs/gvfs_1.41.2.bb#L72 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a47d38561249411449cc62ba878eb7c36916fe55) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* polkit: Fix CVE-2018-19788Dan Tran2019-10-054-4/+408
| | | | | | Signed-off-by: Dan Tran <dantran@microsoft.com> [Fixup for warrior context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: Fix build with clang/x86Khem Raj2019-10-052-1/+36
| | | | | | | | | | | Need to link with libatomics for 64bit atomics support Fixes i686-yoe-linux/i686-yoe-linux-ld: networking.o: in function `createClient': | /usr/src/debug/redis/4.0.14-r0/redis-4.0.14/src/networking.c:103: undefined reference to `__atomic_fetch_add_8' Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2b49254d61ca817799a206cd022617854aa5bc0b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* scsirastools: add runtime dependency on bash IIMartin Jansa2019-09-021-1/+1
| | | | | | | | | * fixes: ERROR: QA Issue: /etc/init.d/sgdisk contained in package scsirastools-diskmon requires /bin/bash, but no providers found in RDEPENDS_scsirastools-diskmon? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* scsirastools: add runtime dependency on bashMartin Jansa2019-09-021-1/+1
| | | | | | | | | * fixes: ERROR: QA Issue: /etc/init.d/sgraid contained in package scsirastools-raidmon requires /bin/bash, but no providers found in RDEPENDS_scsirastools-raidmon? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: backport a fix for stack trace generation on aarch64Martin Jansa2019-09-022-0/+46
| | | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* isomd5sum: fix "Nothing RPROVIDES" when multilib enabledChangqing Li2019-09-021-4/+4
| | | | | | | | | | | | | Multilib enabled, and add IMAGE_INSTALL_append = " python3-isomd5sum" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal', 'lib32-python3-isomd5sum'] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* volume-key: fix "Nothing RPROVIDES" when multilib enabledChangqing Li2019-09-021-4/+3
| | | | | | | | | | | | | Multilib enabled, and add IMAGE_INSTALL_append = " python3-volume-key" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal', 'lib32-python3-volume-key'] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* polkit: fix CVE-2019-6133Qi.Chen@windriver.com2019-06-162-3/+190
| | | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* triggerhappy: fix issuesMartin Jansa2019-06-161-11/+11
| | | | | | | | | | | | | * using PN instead of BPN in S causes all tasks to fail: make: *** No targets specified and no makefile found. Stop. * using github archives is bad, because they are regenerated from time to time with different checksums * set PV, because this isn't exactly 0.5.0, because of the debian changes mostly the systemd support * fix indentation Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* rrdtool: Upgrade to 1.7.1Mingli Yu2019-04-294-2/+194
| | | | | | | | Backport 3 patches to fix below error: ERROR: rrdtool-1.7.1-r0 do_package: SYSTEMD_SERVICE_rrdcached value rrdcached.socket does not exist Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* indent: Upgrade to 2.2.12Mingli Yu2019-04-293-3/+115
| | | | | | | | | | | | | | | | | | Add two patches to fix the build error. Add -Wno-error=unused-value for native build to silence below error: | In file included from ../../indent-2.2.12/src/indent.h:60:0, from ../../indent-2.2.12/src/indent.c:77: | ../../indent-2.2.12/src/indent.c: In function 'main': | ../../indent-2.2.12/src/libgettext.h:88:5: error: statement with no effect [-Werror=unused-value] ((void) (Domainname), (const char *) (Dirname)) ^ | ../../indent-2.2.12/src/indent.c:1064:5: note: in expansion of macro 'bindtextdomain' bindtextdomain(PACKAGE, LOCALEDIR); Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Upgrade to 4.0.14Khem Raj2019-04-141-4/+4
| | | | | | | Add needed depends Do not build jemalloc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Fix parallel buildKhem Raj2019-04-082-1/+35
| | | | | | | | This happens with larger parallelism e.g. -j 44 also reported here https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214766 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Fix ocasional parallel build failureKhem Raj2019-04-071-0/+4
| | | | | | | | | | | Sometimes with high parallel build we see compile errors e.g. clang-8: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [Makefile:52: lua] Error 1 Therefore try to build dependencies before main build Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lockfile-progs: upgrade 0.1.17 -> 0.1.18Zang Ruochen2019-04-061-2/+2
| | | | | | | -Upgrade from lockfile-progs_0.1.17.bb to lockfile-progs_0.1.18.bb. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodbus: start to prefer version 3.1.4 as defaultGianfranco Costamagna2019-04-061-3/+0
| | | | | | | Now that even Debian testing is using it, and upstream declares this version as "very stable", it might be time to switch using it as default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rrdtool: fix build by disabling docsAndreas Müller2019-04-061-0/+1
| | | | | | | | | | | | | | | | | | Have no idea what caused it but on all of my build machines started to fail with recently: | Attempt to reload Encode.pm aborted. | Compilation failed in require at /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/rrdtool/1.7.0-r0/recipe-sysroot-native/usr/bin/perl-native/../../../usr/lib/perl5/5.28.1/Pod/Text.pm line 33. | BEGIN failed--compilation aborted at /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/rrdtool/1.7.0-r0/recipe-sysroot-native/usr/bin/perl-native/../../../usr/lib/perl5/5.28.1/Pod/Text.pm line 33. | Compilation failed in require at (eval 7) line 1. | BEGIN failed--compilation aborted at /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/rrdtool/1.7.0-r0/recipe-sysroot-native/usr/bin/perl-native/../../../usr/lib/perl5/5.28.1/Pod/Usage.pm line 30. | Compilation failed in require at /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/rrdtool/1.7.0-r0/recipe-sysroot-native/usr/bin/pod2man line 19. | BEGIN failed--compilation aborted at /home/superandy/tmp/oe-core-glibc/work/cortexa7t2hf-neon-vfpv4-mortsgna-linux-gnueabi/rrdtool/1.7.0-r0/recipe-sysroot-native/usr/bin/pod2man line 19. | make[1]: *** [Makefile:692: rrddump.1] Error 255 | make[1]: *** Waiting for unfinished jobs.... Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Rsyslog: Add mmjsonparse to PACKAGECONFIGVincent Prince2019-04-061-0/+5
| | | | | Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add triggerhappy hotkey daemon recipeMark Kubiak2019-03-291-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Update from 8.37.0 to 8.1903.0Randy MacLeod2019-03-212-122/+7
| | | | | | | | | | | | | | | | | | | | | | Remove obsoleted fix-ptest-not-finish patch which is no longer required after rsyslog commit: a5b9fbc02 testbench: remove no longer needed .conf files Add libgcc and python dependencies for ptest: Testsuite summary for rsyslog 8.1903.0 ======================================================================== # TOTAL: 351 # PASS: 309 # SKIP: 38 # XFAIL: 0 # FAIL: 4 # XPASS: 0 # ERROR: 0 for qemux86[-64] when run with ptest-runner -t 800 since some tests are stress tests and take quite a while to complete. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Upgrade to 1.4.0Mingli Yu2019-03-142-167/+2
| | | | | | | | | Remove one backported patch. Add openssl to Depends. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Fix cross-builds of nsinstallKhem Raj2019-02-261-2/+8
| | | | | | | | | | | nsinstall must be built for host, so we need to define HOST_* compiler defines so, it gets built using native compiler correctly Disable stripping, OE will do it Disable optimizing, set BUILD_OPT Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: add REQUIRED_DISTRO_FEATURES for polkitNicolas Dechesne2019-02-221-0/+3
| | | | | | | | | | | | | | | | After below commits to add polkit as a required distro feature: 97a1a55 polkit: add polkit as a required distro feature c049e02 polkit: inherit distro_features_check All recipes that includes polkit-group-rule.inc will fail to parse when polkit is not in DISTRO_FEATURE, especially 'world'. e.g. ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'udisks', 'polkit'] Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: upgrade 6.6 -> 7.0Changqing Li2019-02-222-31/+2
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm_git.bb: Add fix for installing the python filesManjukumar Matha2019-02-152-1/+40
| | | | | | | | | Use SWIG_SUPPORT_FILES to find the list of python files generated by CMake Swig module and install those files. This should be applicable to cmake version 3.12 or higher Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Disable serialVFD driver on arm/aarch64Khem Raj2019-02-151-2/+3
| | | | | | | | | | | | | | This driver uses inb/outb instructions which seems to have trouble on arm/aarch64 compiler server/drivers/serialVFD_io.c :45: | ../../../git/server/drivers/port.h:344:32: error: invalid output constraint '=a' in asm | | __asm__ volatile ("inb %1,%0":"=a" (value) | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-ssh-agent-auth: Port to work with openssl 1.1.xKhem Raj2019-02-033-2/+1249
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Fix symbol visibility with clang/libc++Khem Raj2019-01-302-0/+38
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: inherit distro_features_checkStefan Agner2019-01-281-1/+1
| | | | | | | | | Make the recently added REQUIRED_DISTRO_FEATURES effective by inheriting distro_features_check. Fixes: 97a1a55f4755 ("polkit: add polkit as a required distro feature") Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: add polkit as a required distro featureStefan Agner2019-01-201-0/+2
| | | | | | | | | | Make sure polkit is in DISTRO_FEATURERS if this package is being installed. This will make sure that people who do use polkit in their image also do enabled the recently introduced distro feature polkit in their distro. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* logwatch:replace mv with cpHong Liu2019-01-191-3/+3
| | | | | | | | 1.Mv is used in the original code, which may cause "mv: cannot stat 'conf/': No such file or directory". So we use cp instead of it. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* haveged: Upgrade 1.9.4Khem Raj2019-01-142-10/+10
| | | | | | | Upstream release mechanism has switched to using github Forward port and update patch status Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Update to 4.0.12Khem Raj2018-12-231-2/+3
| | | | | | Exclude atomics on ppc as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Remove -Werror=format from CXXFLAGSKhem Raj2018-12-232-0/+22
| | | | | | | This is to make way for gcc9 since it spews some extra warnings which need to be eventually fixed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: Upgrade to 5.8.1 releaseKhem Raj2018-12-183-11/+43
| | | | | | Fix build with gcc9 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libreport: 2.9.6 -> 2.9.7Hongxu Jia2018-12-181-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: curl-less build with fmhttp PACKAGECONFIGBrad Bishop2018-12-051-2/+3
| | | | | | | | | With all other configure options at their defaults, the dependency on libcurl can be removed if fmhttp is configured out. Add an fmhttp PACKAGECONFIG, still enabled by default, to enable this. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: update to 2.12Oleksandr Kravchuk2018-12-052-12/+13
| | | | | | | | License MD5 hash has been changed due to modified copyright year in the LICENSE file. Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mraa: To file do_package error in multilib.leimaohui2018-12-021-1/+3
| | | | | | | | | | do_package: QA Issue: mraa: Files/directories were installed but not shipped in any package: /usr/lib/python3.5/site-packages/mraa.py /usr/lib/python3.5/site-packages/_mraa.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: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Avoid use of X11 from host when X11 is disabledOtavio Salvador2018-11-281-1/+1
| | | | | | | | | The mozjs build system makes use of host headers and libraries if not passed an invalid path for `--x-includes` and `--x-libraries`. This fixes host contamination while building in a development host. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: 2.18 -> 2.20Hongxu Jia2018-11-271-3/+3
| | | | | | | | Add nvdimm support since upstream python3-blivet [20ae5ea Re-add nvdimm plugin Recommends on 3.1+.] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* volume-key: 0.3.11 -> 0.3.12Hongxu Jia2018-11-271-2/+6
| | | | | | | Add PACKAGECONFIG to build with python3 rather than python2. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libreport: 2.9.5 -> 2.9.6Hongxu Jia2018-11-271-1/+1
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sigrok-cli: new packageBartosz Golaszewski2018-11-271-0/+18
| | | | | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrokdecode: new packageBartosz Golaszewski2018-11-271-0/+14
| | | | | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrok: new packageBartosz Golaszewski2018-11-271-0/+23
| | | | | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libserialport: new packageBartosz Golaszewski2018-11-271-0/+12
| | | | | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: new packageBartosz Golaszewski2018-11-271-0/+18
| | | | | Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sedutil: fix compile errors on big endian architecturesPrimoz Fiser2018-11-262-1/+44
| | | | | | | | Patch fixes compile errors by defining empty macros as hinted by TODO mark in the sources. Signed-off-by: Primoz Fiser <primoz.fiser@norik.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>