summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* netdata: Upgrade to 1.6.0Khem Raj2017-07-243-20/+53
| | | | | | | | Licence files has gotten cosmetic changes additionally checksum COPYING file. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgtop: Fix build with muslKhem Raj2017-07-242-0/+49
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* onboard: Fix build with muslKhem Raj2017-07-242-1/+70
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gedit: Define ACCESSPERMS if not defined alreadyKhem Raj2017-07-242-5/+37
| | | | | | | Fixes build on musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imsettings: Fix build with muslKhem Raj2017-07-242-1/+75
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-netload-plugin: Do not include sys/sysctl.hKhem Raj2017-07-242-0/+28
| | | | | | | Its unused, moreover it helps it compile with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmbench: Fix build with muslKhem Raj2017-07-243-1/+112
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lightmediascanner: Define comparison_fn_t if undefinedKhem Raj2017-07-242-0/+34
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cdparanoia: Fix build with muslKhem Raj2017-07-242-0/+50
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webrtc-audio-processing: Link with libexecinfo on muslKhem Raj2017-07-241-0/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sox: Fix build with muslKhem Raj2017-07-242-1/+31
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libteam: Upgrade to 1.27Khem Raj2017-07-243-2/+73
| | | | | | | Fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc: Fix build issue when default ISA is not thumbKhem Raj2017-07-241-1/+1
| | | | | | | | | We were passing empty string '' to make as option when ISA was not thumb this breaks build for machines/distros which do not use ARM_INSTRUCTION_SET = thumb Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-utils: Add recipe for udevilKrzysztof Kozlowski2017-07-243-0/+72
| | | | | | | | udevil is a command line Linux program which mounts and unmounts removable devices without a password. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: Correct runlevels and startup orderAlex Stewart2017-07-241-0/+1
| | | | | | | | | | | | | | | :**/fuse*.bb * Assert INITSCRIPT_PARAMS to install the fuse initscript according to its LSB header instead of defaults. Script now starts only during runlevel 'S'. * Also set priority to 03 such that fuse is loaded before udev. This enables systems which utilize udev to mount exfat and other fuse-provided filesystems as a part of the boot process. Natinst-CAR-ID: 630632 Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librcf: RDEPENDS on protobuf, json-spiritMing Liu2017-07-241-2/+2
| | | | | | | | | | | | | | librcf only refers some functions defined in protobuf and json-spirit headers, but does not link to any protobuf or json-spirit libraries, so technically librcf does not have runtime dependencies on protobuf or json-spirit. But we still need set it, or else we are missing do_package* task dependencies between them, hence will lead protobuf-dev and json-spirit-dev would not be installed during SDK populating, when building from sstate(do_package* dependencies skipped by setscene_depvalid optimization). Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* unionfs-fuse: 0.26 -> 2.0Hongxu Jia2017-07-143-19/+50
| | | | | | | | | - Fix 0.26's do_compile failure by inheriting cmake and pkgconfig - Update upstream to github Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: update SRC_URI with git fetcherKai Kang2017-07-141-3/+4
| | | | | | | | Because github archives can be regenerated from time to time, update SRC_URI with git fetcher for gflags. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* po4a: add full functionalitiesMing Liu2017-07-141-2/+15
| | | | | | | | | | | | Add the following dependencies to DEPENDS and RRECOMMENDS_${PN}, to let po4a and po4a-native work with full functionalities: - libtext-wrapi18n-perl - libterm-readkey-perl - liblocale-gettext-perl - libunicode-linebreak-perl Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libunicode-linebreak-perl: add recipeMing Liu2017-07-141-0/+26
| | | | | | | | | Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm. It's being strongly recommended by po4a. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtext-wrapi18n-perl: add recipeMing Liu2017-07-141-0/+32
| | | | | | | | | | | Text::WrapI18N - Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words. It's being strongly recommended by po4a. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtext-charwidth-perl: add recipeMing Liu2017-07-141-0/+27
| | | | | | | | | | Text::CharWidth - Get number of occupied columns of a string on terminal. It's being depended by libtext-wrapi18n-perl. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblocale-gettext-perl: add recipeMing Liu2017-07-141-0/+21
| | | | | | | | | Locale::gettext - message handling functions. It's being strongly recommended by po4a. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libterm-readkey-perl: add recipeMing Liu2017-07-141-0/+36
| | | | | | | | | Term::ReadKey - A perl module for simple terminal control. It's being strongly recommended by po4a. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmime-charset-perl: add recipeMing Liu2017-07-141-0/+19
| | | | | | | | | MIME::Charset - Charset Information for MIME. It's being depended by libunicode-linebreak-perl. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsombok3: add recipeMing Liu2017-07-142-0/+56
| | | | | | | | | Sombok - Unicode Text Segmentation Package. It's being depended by libunicode-linebreak-perl. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc: Fix linking by using bfd linker when default linker is goldKhem Raj2017-07-142-0/+31
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* proj: update to 4.9.3Marc Ferland2017-07-141-2/+2
| | | | | Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Intel: remove license fileMaxin John2017-07-141-21/+0
| | | | | | | | | | | | This license was added to fix warnings with acpitests. acpitests recipe was moved to oe-core with this commit: OE-Core rev: 020f7ea3aa5c1f311841d4fb16bc525ae1dd5f11 Remove this file as it is not used anymore. Signed-off-by: Maxin B. John <maxin.john@intel.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>
* kodi: Fix build on armMartin Jansa2017-07-141-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ubi-utils-klibc: Pass TUNE_CCARGS into CFLAGSKhem Raj2017-07-141-0/+1
| | | | | | | | This is needed for hard float ABI selection options Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc: Fix build with muslKhem Raj2017-07-145-11/+200
| | | | | | | | | | | | klibc failed to build with armv7+ when using thumb2 it needed to resepct TUNE_CCARGS Add patches to fix build with musl, to sort out the linux header maze. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdbus-c++: Add -pthread to linker flagsKhem Raj2017-07-141-0/+1
| | | | | | | | | | | | | It uses symbols from libpthread e.g. pthread_mutexattr_init and pthread_mutexattr_settype but does not link with pthreads, gold is strict about it and calls out with an error ../src/.libs/libdbus-c++-1.so: error: undefined reference to 'pthread_mutexattr_init' ../src/.libs/libdbus-c++-1.so: error: undefined reference to 'pthread_mutexattr_settype' Therefore correct the linker cmdline Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* faac: update 1.28 -> 1.29Andreas Müller2017-07-146-431/+27
| | | | | | | Most patches don't apply any more and build succeeds Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* abiword: update 3.0.1 -> 3.0.2Andreas Müller2017-07-142-77/+2
| | | | | | | Patch was a backport now included upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gparted: update 0.27.0 -> 0.28.1Andreas Müller2017-07-141-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* garcon: update 0.4.0 -> 0.6.1Andreas Müller2017-07-141-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gvfs: update 1.28.3 -> 1.32.1Andreas Müller2017-07-141-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* udisks2: update 2.1.7 -> 2.1.8Andreas Müller2017-07-141-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: Add python-daemon recipe and its dependenciesKrzysztof Kozlowski2017-07-144-0/+89
| | | | | | | | Add recipes for python-daemon PIP package with its dependencies - lockfile and docutils. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: Add pybluez recipeKrzysztof Kozlowski2017-07-141-0/+17
| | | | | | | Add recipe for PyBluez, Python wrapper over bluez. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: Add Protobuf and gRPC Python recipesKrzysztof Kozlowski2017-07-143-0/+56
| | | | | | | | Add recipes for Python PIP packages for Google's Protobuf, gRPC and gRPC tools. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kodi: Fix build on powerpcKhem Raj2017-07-141-0/+1
| | | | | | | 64bit atomics are not available therefore link in libatomic Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltrace: Fix build on muslKhem Raj2017-07-142-0/+26
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdbus-c++: Fix build with gcc7 and unblacklistKhem Raj2017-07-142-11/+36
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webrtc-audio-processing: initial recipeTanu Kaskinen2017-07-147-0/+365
| | | | | | | | | | | | | | PulseAudio has multiple alternative echo canceller implementations. Probably the best one is the "webrtc" echo canceller, which depends on this library. I added some patches to fix building on MIPS and PowerPC. The first three patches are taken from upstream, the other three patches are my own. I have only tested that the code builds on all architectures, not that the code actually works. Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-common: Add recipe (from oe-core)Jussi Kukkonen2017-07-141-0/+20
| | | | | | | | | | | | gnome-common is deprecated upstream (it's just a collection of m4 macros so that's not a huge issue) and more importantly is soon not used in oe-core. There are 6 recipes in meta-oe and 22 in meta-gnome that DEPEND on gnome-common: Move gnome-common unchanged to meta-oe. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libtinyxml2: upgrade to 5.0.1Johannes Pointner2017-07-141-1/+3
| | | | | Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytest: remove fetch during do_compile phaseDerek Straka2017-07-142-0/+33
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>