summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python-evdev: update to 0.6.0Derek Straka2016-04-011-3/+4
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-daemonize: update to 2.4.6Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-cmd2: update to 0.6.8Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-cffi: update to 1.5.2Derek Straka2016-04-011-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-whoosh: update to 2.7.3Derek Straka2016-04-013-2/+3
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-werkzeug: update to 0.11.5Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-pymongo: update to 3.2.2Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-certifi: update to 2016.2.28Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-cython: update to 0.23.4Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-lxml: update to 3.6.0Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* python-dateutil: update to 2.5.1Derek Straka2016-04-013-2/+2
| | | | Signed-off-by: Derek Straka <derek@asterius.io>
* gstreamer: fix argument parsing when using Bison 3Stefan Agner2016-04-013-34/+36
| | | | | | | | | | | | Remove the argument fix patch and add a patch which fixes the grammer.y Bison input file. YYLEX_PARAM seems to be no longer supported and has been replaced with %parse-param which has been introduced already in 2003. This fixes a segmentation fault when launching gst-launch-0.10. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-crytograph: fix build issue do to openssl 1.0.1g upgradeArmin Kuster2016-03-252-1/+30
| | | | | | | | | | | | | this fixes build/temp.linux-x86_64-2.7/_openssl.c:697:6: error: conflicting types for 'BIO_new_mem_buf' BIO *BIO_new_mem_buf(void *, int); ^ In file included from /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/include/openssl/asn1.h:65:0, from build/temp.linux-x86_64-2.7/_openssl.c:413: Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyhamcrest: add initial recipe for version 1.9.0Derek Straka2016-03-251-0/+10
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-behave: add initial recipe for version 1.2.5Derek Straka2016-03-251-0/+10
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-parse-type: add initial recipe for version 0.3.4Derek Straka2016-03-251-0/+11
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-parse: add initial recipe for version 1.6.6Derek Straka2016-03-251-0/+8
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-six: add python-io to the depends listDerek Straka2016-03-251-0/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyusb: update to 1.0.0b2 and use the common pypiDerek Straka2016-03-252-18/+10
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-ipaddress: update to 1.0.16 and use the common pypiDerek Straka2016-03-252-22/+11
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado-redis: update the recipe to use the common pypiDerek Straka2016-03-251-8/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado: fix the paths for the test packageDerek Straka2016-03-251-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-idna: update to release 2.1 and use common pypiDerek Straka2016-03-252-22/+11
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-epydoc: update to use common pypiDerek Straka2016-03-251-8/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: make it more explicit that readline support is disabled by defaultAndre McCurdy2016-03-251-8/+7
| | | | | | | | | | Any PACKAGECONFIG default assigned with ??= is lost by subsequent assignments with +=, therefore lvm2 is currently building with the readline PACKAGECONFIG disabled. Make that explicitly clear in the recipe. Also minor formatting updates, to align with style guide. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 4.4.1Jonathan Liu2016-03-251-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ti-wifi-utils: add recipeIoan-Adrian Ratiu2016-03-251-0/+24
| | | | | | | | | | | | This recipe is for a TI WiFi calibrator utility [1]. The firmware from this project is already shipped inside linux-firmware so we do not package it in this recipe. [1] http://linuxwireless.sipsolutions.net/en/users/Drivers/wl12xx/#Calibration Signed-off-by: James Minor <james.minor@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltp-ddt: blacklistMartin Jansa2016-03-251-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jq: add dependency on onigMartin Jansa2016-03-251-1/+1
| | | | | | | | * configure doesn't have config option ot disable it and it's autodetected from sysroot causing: WARN: jq: jq rdepends on onig, but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-bluetooth: replace systemd dependency with udevAlexander Kanavin2016-03-251-5/+2
| | | | | | | | Now we have an up to date standalone libudev (via eudev), so systemd is no longer required. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-bluetooth: inherit gobject-introspection classAlexander Kanavin2016-03-251-1/+1
| | | | | | | This fixes introspection support. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-panel: add PACKAGECONFIG for networkmanagerMartin Jansa2016-03-251-0/+3
| | | | | | | | | | | | | | | | | | * fixes: WARN: gnome-panel: gnome-panel rdepends on dbus-lib, but it isn't a build dependency? * there is general dbus dependency already, always used by libpanel-applet package: gnome-panel.full/temp/log.do_package:DEBUG: libpanel-applet: Dependency libdbus-1.so.3 requires package dbus-lib (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/gnome-panel/2.32.1-r7/packages-split/libpanel-applet/usr/lib/libpanel-applet-3.so.0.0.6) * but when networkmanager is detected, then it's also linked from clock-applet in gnome-panel package: gnome-panel.full/temp/log.do_package:DEBUG: gnome-panel: Dependency libdbus-1.so.3 requires package dbus-lib (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/gnome-panel/2.32.1-r7/packages-split/gnome-panel/usr/libexec/clock-applet) * OE qemux86@ ~/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/gnome-panel/2.32.1-r7/git $ git grep HAVE_NETWORK_MANAGER . applets/clock/clock-location.c:#ifdef HAVE_NETWORK_MANAGER applets/clock/clock-location.c:#ifdef HAVE_NETWORK_MANAGER applets/clock/clock-location.c:#ifdef HAVE_NETWORK_MANAGER Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-pt-sans: add recipeIoan-Adrian Ratiu2016-03-252-0/+40
| | | | | | | | PT Sans is an open source licensed font released in 2010 by ParaType. The ParaTypeFFL-1.3 license file has been submitted to OE-core. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmicrohttp: update to version 0.9.48José Bollo2016-03-251-2/+2
| | | | | Signed-off-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-x11-illume: lower ETHEME dependency to RRECOMMENDS because ↵Martin Jansa2016-03-251-1/+4
| | | | | | default e-wm-theme-default could be empty Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-clipman-plugin: Add PACKAGECONFIG for qrencodeMartin Jansa2016-03-251-0/+1
| | | | | | | * fixes: WARN: xfce4-clipman-plugin: xfce4-clipman-plugin rdepends on qrencode, but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libftdi: Fix cpp-wrapper optionsMartin Jansa2016-03-251-1/+1
| | | | | | | | | | | | | | | | | | * fixes following issue found with test-dependencies WARN: libftdi: libftdi rdepends on libgcc, but it isn't a build dependency? WARN: libftdi: libftdi rdepends on libstdc++, but it isn't a build dependency? * when boost is found it was still building libftdipp1.so.2.2.0 * as shown in log.do_package: DEBUG: calculating shlib requirements for libftdi DEBUG: libftdi: Dependency libftdi1.so.2 requires package libftdi (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/libftdi/1.2-r0/packages-split/libftdi/usr/lib/libftdipp1.so.2.2.0) DEBUG: libftdi: Dependency libusb-1.0.so.0 requires package libusb1 (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/libftdi/1.2-r0/packages-split/libftdi/usr/lib/libftdipp1.so.2.2.0) DEBUG: libftdi: Dependency libstdc++.so.6 requires package libstdc++ (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/libftdi/1.2-r0/packages-split/libftdi/usr/lib/libftdipp1.so.2.2.0) DEBUG: libftdi: Dependency libgcc_s.so.1 requires package libgcc (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/libftdi/1.2-r0/packages-split/libftdi/usr/lib/libftdipp1.so.2.2.0) DEBUG: libftdi: Dependency libusb-1.0.so.0 requires package libusb1 (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/libftdi/1.2-r0/packages-split/libftdi/usr/lib/libftdi1.so.2.2.0) DEBUG: libftdi: Dependency libc.so.6 requires package glibc (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/libftdi/1.2-r0/packages-split/libftdi/usr/lib/libftdi1.so.2.2.0) DEBUG: Python function package_do_shlibs finished Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* apache-websocket: Add recipeHaris Okanovic2016-03-251-0/+33
| | | | | | | | | | | The apache-websocket module is an Apache 2.x server module that may be used to process requests using the WebSocket protocol (RFC 6455) by an Apache 2.x server. The module consists of a plugin architecture for handling WebSocket messaging. Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engrave: blacklist, fails to build nowMartin Jansa2016-03-251-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openldap: control ipv6 support via DISTRO_FEATURESRichard Tollerton2016-03-251-0/+2
| | | | | | | Explicitly disable ipv6 support if the distro does not include it. Signed-off-by: Richard Tollerton <rich.tollerton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poco: update to 1.7.1Pascal Bach2016-03-252-38/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* apache2: stage apachectlIoan-Adrian Ratiu2016-03-251-0/+2
| | | | | | | | Some apache module recipes like the newly introduced apache-websocket also need apachectl at build in the sysroot besides apxs. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsmi: set the SH to the target pathJackie Huang2016-03-251-0/+2
| | | | | | | | | | | | | Set the SH to the target path to avoid host contamination, which causes the following issue on some hosts: | WARNING: QA Issue: /usr/bin/smicache_libsmi contained in package libsmi requires /usr/bin/sh, but no providers found in its RDEPENDS [file-rdeps] | Computing transaction...error: Can't install libsmi-0.4.8-r0.0@corei7_64: no package provides /usr/bin/sh Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edac-utils: update the versionRoy Li2016-03-251-1/+1
| | | | | | | | | | | | The current edac-utils is v0.18, not v0.16 as the declaration in NEWS file: ------------------------------- | Version 0.18 (2011-11-09); |- Do not print "No errors to report" with edac-util --quiet |- Add DIMM labels for Intel S2600JF and Supermicro H8QG6 ------------------------------- Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* luajit: fix build IIMartin Jansa2016-03-251-13/+17
| | | | | | | | | | | * previous fix didn't work very well, because host version really needs to use the same pointer size, so it's better to disable native builds completely and let HOST_LUA to be compiled in target build with correct params * EXTRA_OEMAKE_append_mips64 = ' HOST_CC="${BUILD_CC} -m32"' looks like mistake, is mips64 using 32bit pointers? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: blacklistMartin Jansa2016-03-251-0/+2
| | | | | | | | | | | | * SRC_URI seems to be down: fatal: unable to connect to git.umip.org: git.umip.org[0: 77.133.223.36]: errno=Connection timed out git.umip.org[1: 2a02:8428:26f:b200:221:70ff:fe55:8f78]: errno=Network is unreachable * and build fails with: scan.l:38:18: fatal error: gram.h: No such file or directory http://errors.yoctoproject.org/Errors/Details/56158/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nginx: make the 1.8.x branch the defaultPascal Bach2016-03-251-0/+4
| | | | | | The 1.9.x branch is still supported but it needs to be explicitly selected. Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
* nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.xPascal Bach2016-03-253-1/+9
| | | | | | | | | | The 1.8 branch is the current stable branch of nginx. This means the branch doesn't get new features, but is still supported with bugfixes. Depending on the use case it is more suitable to use on an embedded device than the 1.9 branch which adds new features with every release. Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
* nginx: split parts out of the recipe into nginx.incPascal Bach2016-03-252-134/+138
| | | | | | | | | | nginx has two maintained branches. - stable: is the long term maintained branch where only bugfixes occur - mainline: is the branch where new features get added This change is in preparation to support these two branches. Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
* nodejs: update to 4.4.0Jonathan Liu2016-03-251-3/+3
| | | | | | | | | LICENSE checksum has changed to fix a small error in the URL for the npm public registry, changing the URL from "https://registry.npmjs.com" to "https://registry.npmjs.org". Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>