summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python-decorator: update to version 4.0.10Derek Straka2016-07-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-yappi: add a recipe for a python profilerDerek Straka2016-07-111-0/+16
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyephem: update recipe to use the pypi classDerek Straka2016-07-111-3/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypto: update recipe to use the pypi classDerek Straka2016-07-111-6/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyro4: update recipe to use the pypi classDerek Straka2016-07-111-8/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pypi: update the base pypi url to use the package info without requiring the ↵Derek Straka2016-07-1122-28/+1
| | | | | | | | | | hash * Things have finally settled on a URL structure without needing the hash (See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* netmap: blacklistMartin Jansa2016-07-071-0/+3
| | | | | | | * it's broken for very long time Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* Samba: use only libsystemdSzombathelyi György2016-07-072-0/+82
| | | | | | | | This patch was disappeared while moved to 4.4.2 Signed-off-by: Gyorgy Szombathelyi <gyurco@freemail.hu> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* lftp: fix issues with multiple signbit definitions and remove from the blacklistDerek Straka2016-07-072-3/+45
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* crda: fix errors about unused variables and remove from the blacklistDerek Straka2016-07-072-3/+12
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* gnome-terminal, toscoterm, vala-terminal, xfce4-terminal: use vte9Jussi Kukkonen2016-06-234-4/+4
| | | | | | | | | geany-plugins seems to compile fine with new vte: that recipe was not modified. gnome-terminal and vala-terminal are currently blacklisted for other reasons. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vte9: Add old vte into meta-oeJussi Kukkonen2016-06-234-0/+181
| | | | | | | | | | | | | | vte versioning is a little confusing: vte-2.91.pc (version 0.44.1) provided by oe-core "vte" vte-2.90.pc (current version 0.36.3) not in openembedded, can be patched to use "vte" vte.pc (current version 0.28.2): provided by meta-oe "vte9" (naming from debian) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtest: fix installation in multilibFrederico Cadete2016-06-234-53/+46
| | | | | | | | The installation and pkgconfig patches have to be reworked to consider the install directories from OE. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-disk-utility: blacklist because of avahi-uiMartin Jansa2016-06-231-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* analyze-suspend: Bump to latest Git versionSoren Brinkmann2016-06-231-1/+1
| | | | | Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl e-module.inc: fix fetching in multi-lib configsFrederico Cadete2016-06-231-1/+1
| | | | | | | | | Using ${PN} in URL's will get messed up in multi-lib configs, where that can be expanded to things like lib32-${BPN}. We should use ${BPN} instead. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* krb5: add systemd supportWenzong Fan2016-06-233-9/+47
| | | | | Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "python-pygobject, python-cloudeebus, python-dbusmock: Blacklist ↵Hongxu Jia2016-06-234-12/+1
| | | | | | | | | because of python-pygobject is broken" This reverts commit b0fae32dfc447ef9864e077d05c51bbbf763565b. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cloudeebus: fix do_compile failureHongxu Jia2016-06-231-1/+1
| | | | | | | | | | | | | It fixed the following failure: ... 2 Traceback (most recent call last): 3 File "setup.py", line 24, in <module> 4 from setuptools import setup 5 ImportError: No module named setuptools ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pygobject: fix do_configure failedHongxu Jia2016-06-231-1/+4
| | | | | | | | | Fix build failure since it was moved to meta-oe http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libebml: don't rely on make -e, obey LDFLAGSChristopher Larson2016-06-233-5/+138
| | | | | | | | | We need to obey LDFLAGS to get the correct hash style for external toolchains, and passing vars explicitly is better than relying on implicitly overriding everything blindly from the environment. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vboxguestdrivers: obey LDFLAGSChristopher Larson2016-06-231-1/+1
| | | | | | | We need to obey LDFLAGS to get the correct hash style for external toolchains. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdf, evince, tracker, gimp, tumbler: Remove blacklist caused by poppler ↵Derek Straka2016-06-235-10/+0
| | | | | | | build failures Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evince: fix build errors with gcc-6Derek Straka2016-06-232-1/+42
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: fix ambiguity on math functions related to gcc-6Derek Straka2016-06-232-3/+12
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* faac: address gcc-6 narrowing errors via an explicit castDerek Straka2016-06-232-4/+50
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqmi: update to version 1.14.2Derek Straka2016-06-231-6/+3
| | | | | | | * Addresses build issues with gcc-6 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* crash: update to version 7.1.5Derek Straka2016-06-234-11/+8
| | | | | | | * Resolves issues with gcc-6 on ARM Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: add a patch to fix incorrect indentation issues and remove ↵Derek Straka2016-06-232-3/+17
| | | | | | | -Wno-error=misleading-indentation Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tvheadend: add a patch to fix issues with gcc 6 and drop the ↵Derek Straka2016-06-232-2/+47
| | | | | | | -Wno-error=misleading-indentation Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* p7zip: update to version 15.14.1Pascal Bach2016-06-232-17/+17
| | | | | | | | | | | | | | | The copying.txt file contains white space changes and the address of the Free Software Foundation mentioned in the LGPLv3.1 changed from: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 to: 59 Temple Place, Suite 330, Boston, MA 02111-1307 otherwise the license text remains unchanged. An additional License.txt containing top level license information is now also covered by LIC_FILES_CHKSUM Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iperf: resolve issues with gcc6Derek Straka2016-06-222-3/+17
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4lutils: Update to latest upstreamGary Thomas2016-06-221-6/+2
| | | | | | | | Update to latest upstream version (1.10.1 2016-06-15). Now builds with libjpeg-turbo so remove blacklist Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgphoto2: correct compatibility issues with libjpeg-turbo-1.5.0Derek Straka2016-06-222-4/+55
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyephem_3.7.6.0.bb: Add new recipe.Philip Balister2016-06-221-0/+14
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk-engines: Move from oe-coreJussi Kukkonen2016-06-223-0/+115
| | | | | | | | | gtk-engines is being removed from oe-core (as there will be no themes there that need an engine). Move recipe to meta-gnome since gnome-themes depends on gtk-engines. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* chrony: Versatile implementation of NTPHenry Hallam2016-06-163-0/+229
| | | | | | | | | | | chrony is an alternative to ntpd. In particular it may be useful for quasi-realtime embedded systems that have a pulse-per-second time reference available and need to rapidly synchronize to it after boot, which appears to be unachievable with ntpd. Signed-off-by: Henry Hallam <henry@pericynthion.org> Reviewed-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* curlpp: fix build with gcc-6 and remove blacklistDerek Straka2016-06-151-3/+4
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* wireshark: update to 2.0.4Armin Kuster2016-06-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following vulnerabilities have been fixed: * [1]wnpa-sec-2016-29 The SPOOLS dissector could go into an infinite loop. Discovered by the CESG. * [2]wnpa-sec-2016-30 The IEEE 802.11 dissector could crash. ([3]Bug 11585) * [4]wnpa-sec-2016-31 The IEEE 802.11 dissector could crash. Discovered by Mateusz Jurczyk. ([5]Bug 12175) * [6]wnpa-sec-2016-32 The UMTS FP dissector could crash. ([7]Bug 12191) * [8]wnpa-sec-2016-33 Some USB dissectors could crash. Discovered by Mateusz Jurczyk. ([9]Bug 12356) * [10]wnpa-sec-2016-34 The Toshiba file parser could crash. Discovered by iDefense Labs. ([11]Bug 12394) * [12]wnpa-sec-2016-35 The CoSine file parser could crash. Discovered by iDefense Labs. ([13]Bug 12395) * [14]wnpa-sec-2016-36 The NetScreen file parser could crash. Discovered by iDefense Labs. ([15]Bug 12396) * [16]wnpa-sec-2016-37 The Ethernet dissector could crash. ([17]Bug 12440) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ntp: Security fixes via Upgrade to 4.2.8p8fan.xin2016-06-151-2/+2
| | | | | | | | | | | | | | | CVE-2016-4957 CVE-2016-4953 CVE-2016-4954 CVE-2016-4955 CVE-2016-4956 For more info to see: http://support.ntp.org/bin/view/Main/SecurityNotice#June_2016_ntp_4_2_8p8_NTP_Securi Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* crda, lftp, curlpp: blacklist, fails to build with gcc-6Martin Jansa2016-06-153-0/+9
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* libgphoto2, v4l-utils: blacklist, not compatible with libjpeg-turbo-1.5.0Martin Jansa2016-06-152-0/+7
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* grail: update to version 3.1.1Derek Straka2016-06-151-5/+2
| | | | | | | * Addresses issues with gcc6 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fwts: add CFLAG to ignore misleading indentationsDerek Straka2016-06-151-4/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geis: add CFLAG to ignore misleading indentationsDerek Straka2016-06-151-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tvheadend: add CFLAG to ignore misleading indentationsDerek Straka2016-06-151-3/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbreader: fix return code issue on gcc6Derek Straka2016-06-152-4/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tcsh: fix the wait definition to support gcc6Derek Straka2016-06-153-8/+18
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* geos: use std::isnan to support gcc6Derek Straka2016-06-153-6/+24
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libeigen: update to 3.2.8Lukas Bulwahn2016-06-151-6/+4
| | | | | | | | | Due to the update, the pkg_config_libdir configuration has become obsolete, and instead the pkgconfig directory must be added to the dev-package. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>