summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* flashrom: Fix build with clangKhem Raj2017-08-132-1/+84
| | | | | | | Backport a patch from staging Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libpwquality: add recipe 1.4.0Hongxu Jia2017-08-132-0/+93
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pam-ssh-agent-auth: add new recipeJackie Huang2017-08-131-0/+46
| | | | | | | A PAM module which permits authentication via ssh-agent. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* volume-key: add recipe 0.3.9Hongxu Jia2017-07-242-0/+90
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* isomd5sum: add recipe 1.2.1Hongxu Jia2017-07-243-0/+128
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* flashrom: Upgrade to 0.9.9Khem Raj2017-07-248-219/+245
| | | | | | | Fix build with musl along way Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nicstat: Fix build on musl/x86_64Khem Raj2017-07-242-1/+40
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zlog: Fix build on 64bit targets and muslKhem Raj2017-07-242-1/+35
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* can-utils: Update to tip of masterKhem Raj2017-07-241-1/+1
| | | | | | | Fixes build issues with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluentbit: fix SYSTEMD_SERVICE nameMartin Jansa2017-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the binary and service name was renamed in 0.11.11 from fluent-bit to td-agent-bit, but unfortunately SYSTEMD_SERVICE wasn't updated in the recipe with the upgrade causing do_package failures as in: http://errors.yoctoproject.org/Errors/Details/147040/ ERROR: SYSTEMD_SERVICE_fluentbit value fluent-bit.service does not exist 0.11.3-r0/image/ 0.11.3-r0/image/etc 0.11.3-r0/image/etc/fluent-bit 0.11.3-r0/image/etc/fluent-bit/parsers.conf 0.11.3-r0/image/etc/fluent-bit/fluent-bit.conf 0.11.3-r0/image/lib 0.11.3-r0/image/lib/systemd 0.11.3-r0/image/lib/systemd/system 0.11.3-r0/image/lib/systemd/system/fluent-bit.service 0.11.3-r0/image/usr 0.11.3-r0/image/usr/bin 0.11.3-r0/image/usr/bin/fluent-bit 0.11.3-r0/image/usr/lib 0.11.3-r0/image/usr/lib/libfluent-bit.so 0.11.3-r0/image/usr/lib/pkgconfig 0.11.3-r0/image/usr/lib/pkgconfig/msgpack.pc 0.11.11-r0/image 0.11.11-r0/image/etc 0.11.11-r0/image/etc/td-agent-bit 0.11.11-r0/image/etc/td-agent-bit/parsers.conf 0.11.11-r0/image/etc/td-agent-bit/td-agent-bit.conf 0.11.11-r0/image/lib 0.11.11-r0/image/lib/systemd 0.11.11-r0/image/lib/systemd/system 0.11.11-r0/image/lib/systemd/system/td-agent-bit.service 0.11.11-r0/image/usr 0.11.11-r0/image/usr/bin 0.11.11-r0/image/usr/bin/td-agent-bit 0.11.11-r0/image/usr/lib 0.11.11-r0/image/usr/lib/libfluent-bit.so 0.11.11-r0/image/usr/lib/pkgconfig 0.11.11-r0/image/usr/lib/pkgconfig/msgpack.pc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluentbit: Fix parallel build raceKhem Raj2017-07-142-0/+27
| | | | | | | | | | | | | | | | | Sometimes with high parallism the build fails like below | In file included from /mnt/a/oe/workspace/sources/fluentbit/include/fluent-bit/flb_thread_libco.h:24:0, | from /mnt/a/oe/workspace/sources/fluentbit/include/fluent-bit/flb_thread.h:41, | from /mnt/a/oe/workspace/sources/fluentbit/include/fluent-bit/flb_io.h:26, | from /mnt/a/oe/workspace/sources/fluentbit/include/fluent-bit/flb_output.h:34, | from /mnt/a/oe/workspace/sources/fluentbit/include/fluent-bit/flb_plugin_proxy.h:25, | from /mnt/a/oe/workspace/sources/fluentbit/src/proxy/go/go.c:22: | /mnt/a/oe/workspace/sources/fluentbit/include/fluent-bit/flb_mem.h:31:10: fatal error: jemalloc/jemalloc.h: No such file or directory | #include <jemalloc/jemalloc.h> | ^~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hwloc: Inherit pkgconfigKhem Raj2017-07-011-1/+1
| | | | | | | | | | Fixes | checking for LIBXML2... cannot check without pkg-config | configure: WARNING: --enable-libxml2 requested, but libxml2 was not found | configure: error: Cannot continue Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluentbit: Upgrade to 0.11.11Khem Raj2017-07-012-56/+3
| | | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hwloc: add several PACKAGECONFIG itemsQi.Chen@windriver.com2017-07-011-2/+8
| | | | | | | Add PACKAGECONFIG items to allow for more flexiblity. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sblim-sfcb: Add stdint.h for 'UINT16_MAX'Khem Raj2017-07-012-1/+32
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* scsirastools: Upgrade to 1.6.6Khem Raj2017-06-223-3/+242
| | | | | | | Fix build with hardening flags Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rrdtool: allow configuration to disable nlsRandy MacLeod2017-06-191-1/+2
| | | | | | | | | | | | | | | | | When building rrdtool for a 'tiny' distro, that does not have native language support (NLS) in glibc, configure fails with the error: autoreconf: failed to run autopoint: No such file or directory Autopoint is part of gettext but without NLS support we populate the sysroot with gettext-minimal-native rather then the full set of gettext executables. This version does not install autopoint, nor should it. Tell autoreconf to skip the check for the autopoint script regardless of NLS support and use the USE_NLS varible to conditionally enable NLS support. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hiredis: Add recipeMarian Pritsak2017-06-142-0/+53
| | | | | | | | | | | | Hiredis is a C client library for Redis database. Hiredis does not use autotools, but plane Makefile instead, so few changes had to be made, including removing hard coded compiler, setting INSTALL to 'cp -r' to to avoid host user comtamination QA issue, and setting PREFIX to ${prefix} instead of default /usr/local. Signed-off-by: Marian Pritsak <maryan.pricak@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libfile-fnmatch-perl: New recipeTom Rini2017-06-141-0/+22
| | | | | | | | | | File::FnMatch::fnmatch() provides simple, shell-like pattern matching. Though considerably less powerful than regular expressions, shell patterns are nonetheless useful and familiar to a large audience of end-users. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* enscript: add new recipeJackie Huang2017-06-142-0/+140
| | | | | | | enscript is a plain ASCII to PostScript converter. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* konkretcmpi: Update and fix build with latest oe-coreKhem Raj2017-06-122-29/+5
| | | | | | | | Drop already upstreamed patch Use bbclassextend for deriving native recipe Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zsh: update to 5.3.1Branden Archer2017-06-121-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* konkretcmpi: Update and fix build with latest oe-coreKhem Raj2017-06-123-40/+40
| | | | | | | Drop already upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leveldb: Update to 1.20Khem Raj2017-06-122-54/+13
| | | | | | | | | package tests into a seprate package package static libs as well Update also fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "rrdtool: add gettext-native dependency"Martin Jansa2017-06-051-1/+1
| | | | This reverts commit e1b1f8cf320004e3b917ae78e26271352f468051.
* hwloc: AddHaris Okanovic2017-06-051-0/+26
| | | | | | | | | | | | | | | | | | | | https://www.open-mpi.org/projects/hwloc/ "The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs." This recipe adds libhwloc and lstopo utility as two packages. Testing: Built in OE/Krogoth. Installed to x86_64 machine. Successfully ran `lstopo` and verified it printed correct CPU and cache info. Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rrdtool: add gettext-native dependencyRandy MacLeod2017-06-051-1/+1
| | | | | | | | | | | | | | | Add gettext-native dependency to use autopoint. When building rrdtool for a 'tiny' distro, ie one that does not have internationalization support in glibc, configure fails with the error: autoreconf: failed to run autopoint: No such file or directory autopoint is part of gettext so add that native dependency. This must happen transitively for builds using a regular configuration of glibc. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mailx: add the recipeAlexander Kanavin2017-05-2310-0/+556
| | | | | | | It was removed from oe-core, but is required by smartmontools. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs: prevent target CFLAGS etc being passed to the hostAndre McCurdy2017-04-261-0/+5
| | | | | Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs: Fix build with gcc7Khem Raj2017-04-263-41/+46
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efibootmgr: Fix build with gcc 7Khem Raj2017-04-262-0/+50
| | | | | | backport patch to remove double const in decls Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efivar: Backport patches to remove double const declsKhem Raj2017-04-263-0/+112
| | | | | | Helps fixing build with gcc 7 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* efivar: Fix multiple definition of `efi_set_variable'Khem Raj2017-04-261-1/+1
| | | | | | | This patch is needed across all efivar when using gcc7 for target Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: Upgrade to 5.7.1Khem Raj2017-04-268-235/+185
| | | | | | | | Drop upstreamed patches or backports Fix build with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluentbit: Upgrade to 0.11.3 releaseKhem Raj2017-04-264-16/+104
| | | | | | | | Fix cross compiling for external modules Fix build with gcc7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dash: Fix build with clangKhem Raj2017-04-242-1/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Upgrade to 0.5.8Khem Raj2017-04-243-30/+68
| | | | | | | | Use github to fetch from Unify inc file back into main recipe README is now called README.md so adjust the lic checksum Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tipcutils: Fix build with muslKhem Raj2017-04-243-2/+242
| | | | | | Upgrade to latest git and change SRC_URI to point to git Signed-off-by: Khem Raj <raj.khem@gmail.com>
* corosync: Update to 2.4.2Khem Raj2017-04-061-2/+2
| | | | | | Also fixes build with latest libqb 1.0.1+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uml-utilities: Fix problem founds during musl buildKhem Raj2017-04-062-2/+44
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libuio: Fix build with muslKhem Raj2017-04-062-1/+43
| | | | | | | It needs fcntl.h which is indirectly included on glibc append SRCPV to version Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqb: Upgrade to 1.0.1 releaseKhem Raj2017-04-062-8/+49
| | | | | | Add a patch needed for cross compiling Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dlm: fix ldflags QA warningMartin Jansa2017-04-052-1/+39
| | | | | | | | | | | | | * fixes: dlm-4.0.2: No GNU_HASH in the elf binary: '/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/dlm/4.0.2-r0/packages-split/dlm/usr/lib/libdlmcontrol.so.3.1' No GNU_HASH in the elf binary: '/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/dlm/4.0.2-r0/packages-split/dlm/usr/sbin/dlm_tool' No GNU_HASH in the elf binary: '/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/dlm/4.0.2-r0/packages-split/dlm/usr/sbin/dlm_controld' [ldflags] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uml-utilities: respect LDFLAGS not only for mconsole but for other binaries ↵Martin Jansa2017-04-051-0/+88
| | | | | | as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libexecinfo: Add recipeKhem Raj2017-04-053-0/+169
| | | | | | | | | This package is handy especially with musl to port apps which use glibc backtrace APIs build for musl systems alone Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgxim: Fix build with security flags turned onKhem Raj2017-04-054-1/+119
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: Update to 6.20.00 releaseKhem Raj2017-04-0515-261/+134
| | | | | | Fix segfaults on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh, dt: blacklist because tcsh doesn't respect CC variableMartin Jansa2017-03-311-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqb: inherit autotools-brokensepMartin Jansa2017-03-311-1/+1
| | | | | | | | * otherwise build fails with: http://errors.yoctoproject.org/Errors/Details/138387/ make[2]: *** No rule to make target 'auto_check_header_qbconfig.c', needed by 'auto_check_header_qbconfig.o'. Stop. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>