summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gnome-keyring: Resolve conflict with gcr 3 and gold linking errorRob Woolley2017-09-181-1/+10
| | | | | | | | | | | | | | | | | The gnome-keyring is used to configure save certain wifi attributes when using xfce or a gnome based UI. Removing org.gnome.crypto.pgp.* makes gnome-keyring compatible with gcr 3. The gnome-keyring needs libgmodule to be explicitly added in order to satisfy the gold linker. This is necessary because pkg-config doesn't list libgmodule as one of the libraries for gtk+-2.0. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Rob Woolley <rob.woolley@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libndp: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-1/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbset: Add HOMEPAGE info into recipe file.Bian Yaqin2017-09-181-0/+1
| | | | | Signed-off-by: Bian Yaqin <bianyq@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daemontools: Add HOMEPAGE info into recipe file.Bian Yaqin2017-09-181-0/+1
| | | | | Signed-off-by: Bian Yaqin <bianyq@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblockfile: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libjs-sizzle: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gerbera: clean recipeFabien Lahoudere2017-09-181-13/+11
| | | | | | | Clean the recipe and change the name of libupnp to libupnp1.8. Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libupnp: Add recipe for version 1.8.2Fabien Lahoudere2017-09-184-2/+24
| | | | | | | | | | | This version is needed for gerbera (and possibly vlc), however this version break mpd, so keep old version as libupnp1.6 and use it for mpd until there is new version of mpd supporting 1.8 version. Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* capnproto: add version 0.6.1Pascal Bach2017-09-181-0/+26
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* flatbuffers: add version 1.7.1Pascal Bach2017-09-182-0/+61
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgpiod: bump version to v0.3.1Bartosz Golaszewski2017-09-181-11/+4
| | | | | | | | The project is now hosted at kernel.org. Updates since v0.2 include a couple bug-fixes and new features for gpiomon. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* protobuf-c: update to 1.3.0Pascal Bach2017-09-181-2/+2
| | | | | | | | | | Required to build with protobuf 3.4.0 The license checksum changed because they renamed the compiler which is mentioned in the LICENSE file. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* protobuf: update to 3.4.0Pascal Bach2017-09-181-4/+5
| | | | | | | Also put protbuf-lite into it's own package Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* debsums: inherit gettextKhem Raj2017-09-181-0/+2
| | | | | | | | | | Fixes | cd man && po4a --no-translations po4a.cfg | /bin/sh: po4a: command not found | make: *** [Makefile:11: clean] Error 127 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libidl: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-181-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: added missing dependency on udevAthanasios Oikonomou2017-09-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrading to newer v4l-utils 1.12.3 on commit f84a551f2d419df88b85987855fec866d9e84b4a Is causing issues because libdvbv5 now require libudev in order to work (commit db42484881bf5e6a902de51fe42444ddf286d52a on v4l-utils). First issue is missing dvb utils dvb-fe-tool, dvb-format-convert, dvbv5-daemon, dvbv5-scan, dvbv5-zap because libdvbv5 requires now libudev. Another issue was the failure of building dvb-apps (currently removed from master) because the v4l-utils-native is missing dvb-format-convert. This commit adds the missing udev dependency only on target and brings back the missing dvb utils. Adding udev on native build is not possible because nothing provides udev-native. Additionally add lib pthread to LDFLAGS in order to solve building with gold. ../../lib/libdvbv5/.libs/libdvbv5.so: error: undefined reference to 'pthread_cancel' ../../lib/libdvbv5/.libs/libdvbv5.so: error: undefined reference to 'pthread_create' Issue with gold linking reported upstream and hopefully will be addressed soon. Signed-off-by: Athanasios Oikonomou <athoik@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jsonschema, python3-jsonschema: add vcversioner-native dependencyPascal Bach2017-09-182-2/+2
| | | | | | | | | | | If not added the setup.py will complain that it can't find vcversioner. The non native dependency is not working as the module is required during compilation not at runtime. Also the dependency is required for both the Python 2 and Python 3 version Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* system-setup-keyboard: delete blacklistedMartin Jansa2017-09-181-33/+0
| | | | | | | | * there was some work on it recently, but still contains QA issues and no reply in 2 weeks: http://lists.openembedded.org/pipermail/openembedded-devel/2017-August/114478.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs: delete blacklistedMartin Jansa2017-09-183-81/+0
| | | | | | | | * there was some work on it recently, but it still doesn't work and no reply in 2 weeks: http://lists.openembedded.org/pipermail/openembedded-devel/2017-August/114480.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc.bbclass: Add -mfloat-abi on armKhem Raj2017-09-182-1/+2
| | | | | | | | Default toolchain is not configured for hard float therefore we need to pass the right -mfloat-abi option Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc.bbclass: Use forcevariable override to define flagsKhem Raj2017-09-181-4/+3
| | | | | | | | | | This is required so it can override the CC settings when clang is used because meta-clang uses toolchain-clang override to set CC and friends so we need to use higher order override, forcevariable is highest order. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc: Edit out gcc hardcoding in do_compileKhem Raj2017-09-181-1/+1
| | | | | | | | | This is needed when building klcc-cross and klcc-cross does not have do_configure, therefore stick this just before do_compile Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leveldb: Fix build with clangKhem Raj2017-09-183-1/+82
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: Fix build with clangKhem Raj2017-09-132-1/+27
| | | | | | | -isystem is not needed even with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfsdump: Upgrade to 3.1.7Khem Raj2017-09-132-3/+32
| | | | | | | | Fix build on musl Point to new SRC_URI Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ell: upgrade SRCREVAnkit Navik2017-09-131-1/+1
| | | | | | | 7b7c15c build: Include check for xxd binary when in maintainer-mode Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytest: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-six: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pygobject: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pycparser: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-py: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pretend: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-iso8601: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-enum34: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cryptography-vectors: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cryptography: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* klibc: Fix include_next stdarg.h with clangKhem Raj2017-09-132-0/+31
| | | | | | | | | | | Fixes build git/usr/klibc/../include/stdarg.h:9:15: fatal error: 'stdarg.h' file not found | #include_next <stdarg.h> | ^~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluentbit: Upgrade to 0.12.1Khem Raj2017-09-135-57/+58
| | | | | | | | | Drop upstreamed patches Fix jemalloc build with musl Fix linking errors due to missing -lpthread Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* minicoredumper: Switch src_uri to upstream lf gitKhem Raj2017-09-132-3/+36
| | | | | | | | | | | | | COPYING file changed since copyright is now assined to linutronix from Erricson Fix build on arm Fixes error like corestripper.c:1245:4: error: format specifies type 'unsigned long' but the arg ument has type 'long long' [-Werror,-Wformat] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfsprogs: Upgrade to 4.12.0Khem Raj2017-09-137-144/+6020
| | | | | | | | | | Fix cross builds with hardening flags Fix build with gold Specify libtool tag Add DISABLE_STATIC = "" Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gerbera: Add recipeFabien Lahoudere2017-09-132-0/+47
| | | | | | | | | | | Gerbera is a UPnP media server which allows you to stream your digital media through your home network and consume it on a variety of UPnP compatible devices. Gerbera is based on MediaTomb 12.1 which is dead upstream, so this is an attempt to kick it back into life. Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efivar: fix build when host gcc version is < 4.9Mikko Ylinen2017-09-131-1/+5
| | | | | | | | | | | | | | | | efivar v27 started using C11 _Generic keyword in macros but that is not implemented in gcc until 4.9. This makes efivar-native (which is a dependency to efivar) build to fail if the builder host gcc version is < 4.9. It turns out only 'makeguids' generator needs to be built for the build arch to generate GENERATED_SOURCES for efivar target build. 'makeguids' sources/includes have no gcc version dependencies so to fix efivar build when host gcc < 4.9, we simply build 'makeguids' target for efivar-native. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thrift: build lib for native and nativesdkPascal Bach2017-09-131-5/+0
| | | | | | | | The libraries can also be build for native and nativesdk. This is useful for running tests on the build machine. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sblim-sfcc: Fix build with muslKhem Raj2017-09-132-1/+40
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dracut: Add HOMEPAGE info into recipe file.Huang Qiyu2017-09-131-0/+1
| | | | | Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: Update SRC_URI to githubKhem Raj2017-09-131-2/+2
| | | | | | | original link is not accessible anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>