summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* openwsman: Upgrade to 2.6.8Khem Raj2018-11-265-215/+126
| | | | | | | | | - Use python3 native to build instead of general python - Backport OpenSSL 1.0 API patch - Add a patch to fix build with curl >= 7.62 - Drop older backports which are already in 2.6.8 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Upgrade to 1.2.18Mingli Yu2018-11-264-128/+167
| | | | | | | | | | | | * Correct the homepage * Remove two backported patches * Backport 0001-testbench-improvements.patch to fix the below error: | ../../git/src/tcp.c:3072:57: error: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1005 [-Werror=format-truncation=] | snprintf(errmsg, sizeof(errmsg), "error connecting: '%s'", errStr); Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfc-common: use official SPDX license for EPLArmin Kuster2018-11-261-1/+1
| | | | | | | | | WARNING: sblim-sfc-common-1.0.1-r0 do_populate_lic: sblim-sfc-common: No generic license file exists for: EPL in any provider it is EPL-1.0 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwloc: Update the SRC_URIMingli Yu2018-11-091-1/+1
| | | | | | | | | | | Update the SRC_URI to fix below issue: $ bitbake -cfetch lib32-hwloc ERROR: lib32-hwloc-1.11.10-r0 do_fetch: Fetcher failure for URL: 'https://www.open-mpi.org/software/lib32-hwloc/v1.11/downloads/hwloc-1.11.10.tar.bz2'. Unable to fetch URL from any source. Actually the source located under https://www.open-mpi.org/software/hwloc/v1.11/downloads/hwloc-1.11.10.tar.bz2 Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sedutil: Add recipePrimoz Fiser2018-11-081-0/+17
| | | | | | | | sedutil is utility to manage self encrypting drives that conform to the Trusted Computing Group OPAL 2.0 SSC specification. Signed-off-by: Primoz Fiser <primoz.fiser@norik.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* brotli: add initial recipe, based on meta-webkit layerGianfranco Costamagna2018-11-051-0/+14
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: fix build for qemuarm disabling atomicsAndrea Adami2018-10-251-0/+1
| | | | | | | | | | | | Apply the same patch used for mips. Fix |ld: networking.o: in function `createClient': | /usr/src/debug/redis/4.0.8-r0/redis-4.0.8/src/networking.c:93: undefined reference to `__atomic_fetch_add_8' Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zlog: fix up library path for multilibDan Dedrick2018-10-151-1/+1
| | | | | | | | | When using multilib the path for libraries might be something other than /usr/lib. zlog defaults LIBRARY_PATH to 'lib' so we need to set this appropriately so that cases where this isn't 'lib' it works properly. Signed-off-by: Dan Dedrick <ddedrick@lexmark.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcec: update to 4.0.2Pascal Bach2018-10-053-33/+35
| | | | | | | | | This also removes a warning that /usr/bin/python is not provided by any package. Further it moves all binaires to a separate package libcec-tools Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* p8platform: update to 2.1.0.1Pascal Bach2018-10-052-3/+68
| | | | | | | | This also adds a patch that makes the resulting p8-platform-config.cmake relocatable. Before it contained a hardcoded path to /usr/include. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: avoid recompiling program during running ptestMingli Yu2018-09-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | * Previously there is below logic in rsyslog-8.37.0/tests/Makefile check-TESTS: After below commit in automake, 8555e7b81 check: Make 'check-TESTS' target depend on test dependencies the logic changes to the below: check-TESTS: $(check_PROGRAMS) It will result in compiling program on target when run ptest on target, but actually there is no need to rebuild the program on target, so change it back to "check-TESTS:" to avoid recompiling. * Update the path of abs_top_builddir to guarantee the test env is correct. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: correct PACKAGECONFIGHongxu Jia2018-09-271-4/+3
| | | | | | | | | | | | | | | | | | | | | | Since commit `6cc057d libblockdev: make various features optional' applied, it introduced issues: 1. As configure.ac told us, mpath/dm/lvm/lvm-dbus should have the same depends, runtime depends [configure.ac] |AS_IF([test "x$with_dm" != "xno" -o "x$with_lvm" != "xno" -o "x$with_lvm_dbus" != "xno" -o "x$with_mpath" != "xno"], | [LIBBLOCKDEV_PKG_CHECK_MODULES([DEVMAPPER], [devmapper >= 1.02.93])], | []) [configure.ac] 2. Remove duplicated PACKAGECONFIG tags `lvm-dbus' 3. Remove `lvm-dbus' from PACKAGECONFIG since recipe lvm2 does not support dbus 4. Align with previous configure options, we should add `mpath' Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: upgrade to 52.9.1Hong Liu2018-09-251-3/+3
| | | | | | | | | | Upgrade mozjs from 52.8.1 to 52.9.1 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> renamed: mozjs_52.8.1.bb -> mozjs_52.9.1.bb Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mailx: support openssl 1.1.xHongxu Jia2018-09-252-1/+74
| | | | | | | | Long time no maintain from upstream since 2013-06-04, backport a fix from openSUSE Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: make various features optionalMax Kellermann2018-09-241-7/+7
| | | | | Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* konkretcmpi: split one dpg packageHongxu Jia2018-09-171-2/+3
| | | | | | | | | | | Multiple -dbg packages per recipe is not encouraged, and only one is recommended and the code only works properly in some cases for one. Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages requiring. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* scsirastools: split one dpg packageHongxu Jia2018-09-171-5/+3
| | | | | | | | | | | Multiple -dbg packages per recipe is not encouraged, and only one is recommended and the code only works properly in some cases for one. Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages requiring. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnuplot: split one dpg packageHongxu Jia2018-09-171-2/+4
| | | | | | | | | | | Multiple -dbg packages per recipe is not encouraged, and only one is recommended and the code only works properly in some cases for one. Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages requiring. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* isomd5sum: split one dpg packageHongxu Jia2018-09-171-2/+3
| | | | | | | | | | | Multiple -dbg packages per recipe is not encouraged, and only one is recommended and the code only works properly in some cases for one. Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages requiring. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: Initial commit of the PMDK SDKAlistair Francis2018-09-127-0/+242
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snappy: modify cmake variable to generate shared libraryHongzhi.Song2018-09-121-0/+3
| | | | | | | | | | | FILES_${PN}-xxx under packages-split/ depend on FILES_${PN}. But the FILES_${PN} is empty. This is because snappy doesn't generate shared library by default. So we should modify cmake variable to generate shared library. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Update to master tipKhem Raj2018-09-112-46/+4
| | | | | | | | | | * Do not build on musl/arm since it does not build due to musl not implementing ioperm() function on ARM Drop 0001-include-asm-ioctl.h-explicitly.patch its fixed differently upstream already Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: clean up python3-libpwqualityHongxu Jia2018-09-101-7/+1
| | | | | | | | | | Since `8d3d529 libpwquality: Inherit distutils3-base' applied, sub package python3-libpwquality was merged into package libpwquality. So clean up obsolete python3-libpwquality definition. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: add version 3.6.0Hongxu Jia2018-09-092-0/+116
| | | | | | | | | | | | | A shared storage lock manager. - Fix compile failure with musl - Fix installed-vs-shipped QA issue - Fix ldflags QA issue Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* md5deep: Upgrade to latest masterKhem Raj2018-09-084-58/+140
| | | | | | * Add clang fix Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-ssh-agent-auth: Depend on openssl10Khem Raj2018-09-081-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc: Upgrade to 7.12Khem Raj2018-09-082-106/+16
| | | | | | | | | | * Fixes build wth OpenSSL 1.1.x * Drop cross compile patch, not needed anymore * Package systemd support * Drop no-pie flags, works ok with PIE now * autotools-brokensep is no longer needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice: Upgrade to latestKhem Raj2018-09-083-78/+4
| | | | | | | | | | | Needs several packages to be updates Fixes build with openSSL 1.1.x License-Update: Drop LGPL-2.1, its moved out to separate package Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbmuxd: Add recipeKhem Raj2018-09-081-0/+16
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openwsman: Upgrade to 2.6.5Khem Raj2018-09-083-2/+215
| | | | | | * Backport patches to fix build with OpenSSL 1.1.x Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: do not use 'exit 1' to postpone to first bootHongxu Jia2018-09-051-7/+1
| | | | | | | | | | | | Since `939f7f1 meta/lib/oe/rootfs.py: do not execute defer_to_first_boot when processing postinst_intercept hooks' applied in oe-core, use defer_to_first_boot rather than `exit 1' to postpone to first boot Remove duplicated `systemctl enable', it is done in systemd.bbclass Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: update from 8.36 to 8.37Randy MacLeod2018-08-302-44/+2
| | | | | | | | Drop upstreamed patch: edce434db fix race in parallel builds Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snappy: add -fPIC flagsdengke.du@windriver.com2018-08-281-0/+1
| | | | | | | | Let the libsnappy.a be position independent code, so other packages can use it to make shared PIC library, such as ceph. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: Inherit distutils3-baseKhem Raj2018-08-271-1/+1
| | | | | | | | | its building a module therefore its important to provide correct cross build environment, distutils3-base automatically inherits python3native this is seen when using clang where it tried to link with gcc since the environment falls back to builtin LDSHARED variable Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-isotp: Upgrade to latestKhem Raj2018-08-271-1/+1
| | | | | | Fixes build with linux kernel 4.18+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: disable null pointer optimization with GCC >= 6Ricardo Salveti2018-08-191-0/+5
| | | | | | | | | | | | Mozjs fails to start on several architectures due broken build optimizations when built with GCC >= 6. Set -fno-tree-vrp -fno-strict-aliasing -fno-delete-null-pointer-checks to both CFLAGS and CXXFLAGS as workaround (flags also used by Firefox and Fedora). Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: Add missing dependency: python-subprocessIsaac Nickaein2018-08-191-1/+1
| | | | | | | | | | This adds python-subprocess as run-time dependency for iotop. More info: http://lists.openembedded.org/pipermail/openembedded-core/2018-August/154111.html Signed-off-by: Isaac Nickaein <nickaein.i@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine: remove cf-consumer.service cf-redis-server.serviceMartin Jansa2018-08-161-2/+2
| | | | | | | | | | | * they were removed from 3.12.0 release, see: https://github.com/cfengine/core/commit/8001b89c098c723f0b93b311da443e2197026d88 https://github.com/cfengine/core/commit/d8426c42c02edcfddcf785e34ac452a785b9ad3d * fixes: ERROR: SYSTEMD_SERVICE_cfengine value cf-consumer.service does not exist Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* libblockdev: drop obsolete patchHongxu Jia2018-08-152-88/+0
| | | | | | | Since libblockdev is upgraded to 2.18, the local patch is obsolete. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cfengine,cfengine-masterfiles: Upgrade to 3.12.0Khem Raj2018-08-154-38/+24
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>