summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* meson: Update to 0.37.1Peter Kjellerstedt2017-03-161-3/+2
| | | | | | | | Also make it possible to actually build the native version by avoiding the runtime dependencies. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcec: update to version 4.0.1 and provide package for python3 wrapperPascal Bach2017-03-162-7/+36
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add native BBCLASSEXTENDMartin Jansa2017-03-111-2/+4
| | | | | | | | | | | | | | | * some recipes might use xxd * with stricter host binaries available in PATH: http://lists.openembedded.org/pipermail/openembedded-core/2017-March/133886.html we cannot use xxd from host and it's not so common to add it into HOSTTOOL_NONFATAL * there is also smaller solution for xxd -i (which is what I need): https://github.com/gregkh/xxdi but after creating xxdi-native recipe for this I've discovered that perl on my host as well as perlnative doesn't provide File::Slurp used by this, so adding BBCLASSEXTEND here is easier solution Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyparsing: update to version 2.2.0Derek Straka2017-03-114-9/+23
| | | | | | | Fix the RDEPENDS and add a python3 version as well Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pycparser: reverse depend on cpp.Ismo Puustinen2017-03-111-0/+2
| | | | | | | | Pycparser requires installed C preprocessor to work correctly. Add cpp to RDEPENDS. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* syslog-ng: fix syntax error in syslog-ng.confYi Zhao2017-03-111-2/+2
| | | | | | | | | | | | | The backtick as a special character causes a syntax error by the parser in comment line: Error performing backtick substitution in configuration file; error='missing closing backtick (`) character', filename='/etc/syslog-ng/syslog-ng.conf', line='55:1' Replace it with single quote and bump the conf version to 3.8. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-psutil: update to version 5.2.0Derek Straka2017-03-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-serpent: update to version 1.19Derek Straka2017-03-113-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-serpent: add a python3 recipeDerek Straka2017-03-113-13/+23
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-idna: update to version 2.5Derek Straka2017-03-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librcf: add new recipeMing Liu2017-03-112-0/+349
| | | | | | | | | RCF (Remote Call Framework) is a cross-platform interprocess communication framework for C++, which is widely used by some industrial companies. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* json-spirit: add new recipeMing Liu2017-03-113-0/+169
| | | | | | | | | | | | | | | | Json Spirit is a C++ JSON parser/generator implemented with Boost Spirit. It's being required by another newly added recipe librcf. The source json_spirit_v4.08.zip is derived from: https://www.codeproject.com/KB/recipes/JSON_Spirit/json_spirit_v4.08.zip The reason for getting it from a zip file instead of fetching it from the above site is that it needs logging in firstly before you can download anything. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: fixes musl libc buildMing Liu2017-03-113-0/+73
| | | | | | | | - struct timeval is defined in sys/time.h with a musl libc. - GLOB_BRACE is not defined in posix and thus not implemented in musl libc. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iptraf: Fix build with clangKhem Raj2017-03-113-2/+71
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltrace: Fix build with aarch64 and bump to latestKhem Raj2017-03-113-2/+108
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* log4c: Backport patch to fix security format errors with clangKhem Raj2017-03-112-1/+29
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* a2jmidid: Fix build on aarch64Khem Raj2017-03-112-0/+32
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* irssi: Upgrade to 1.0.1Khem Raj2017-03-112-22/+12
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tbb: Update to 2017 releaseKhem Raj2017-03-113-50/+33
| | | | | | | | Update license to reflect new Apache 2.0 license Fix build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gperftools: Fix build with clangKhem Raj2017-03-112-1/+36
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* grail: Disable elision warnings for clangKhem Raj2017-03-111-1/+1
| | | | | | | | | | | | | | | Clang warns more, but lets disable them for now ../../grail-3.1.1/src/handle.cpp:65:5: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move] std::move(UniqueRecognizer(recognizer)); ^ ../../grail-3.1.1/src/handle.cpp:65:5: note: remove std::move call here std::move(UniqueRecognizer(recognizer)); ^~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxml++: Update to 2.40.1Khem Raj2017-03-112-19/+19
| | | | | | | Fix ptests for S != B case Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fftw: Update to 3.3.6 releaseKhem Raj2017-03-111-3/+5
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* t1lib: Fix printf format string errorsKhem Raj2017-03-112-1/+43
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glm: Add recipe for OpenGL Mathematics libraryTom Hochstein2017-03-111-0/+21
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* assimp: Add missing dependency on virtual/libglTom Hochstein2017-03-111-1/+1
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update meta-webserver README to add Derek Straka as the maintainerDerek Straka2017-03-111-1/+1
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pbr: update to version 2.0.0Derek Straka2017-03-111-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-flask-sqlalchemy: update to version 2.2Derek Straka2017-03-111-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-werkzeug: set clean as brokenDerek Straka2017-03-111-0/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-flask: set clean as brokenDerek Straka2017-03-111-0/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-click: set clean as brokenDerek Straka2017-03-111-0/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmime-types-perl: update to version 2.13Derek Straka2017-03-111-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcgi-perl: update to version 4.35Derek Straka2017-03-111-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gitver: fix try/except syntax for python3 supportAlejandro Mery2017-03-071-2/+2
| | | | | | | | | https://www.python.org/dev/peps/pep-3110/ It's backward compatible with 2.6+ Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-0791-144/+112
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: Remove superfluous "PYPI_PACKAGE" assignmentsRobert P. J. Day2017-03-076-7/+0
| | | | | | | | | | | | Given calculation of PYPI_PACKAGE value from recipe file name, a number of Python recipe files unnecessarily set this value, so delete these superfluous lines. In addition, the act of editing added a missing EOL at the end of one of the files. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson.bbclass: Add progress support for do_compile()Peter Kjellerstedt2017-03-071-0/+1
| | | | | | | | ninja provides progress information when building so let's make use of it. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libunique: depends on dbus-glib-nativeMax Krummenacher2017-03-071-1/+1
| | | | | | | Adds the missing dbus-binding-tool into RSS. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-dnspython: add initial recipe with version 1.15.0Derek Straka2017-03-073-0/+31
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-babel: add initial recipe for version 2.3.4Derek Straka2017-03-073-0/+27
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmng: fix duplicate dependency on lcms + misc cleanupAndre McCurdy2017-03-071-4/+5
| | | | | | | | | The dependency on lcms is handled via the PACKAGECONFIG option, so doesn't need to be hardcoded in DEPENDS. Also update HOMEPAGE, add support for libmng-native and fix typo in PACKAGECONFIG[lcms]. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse-exfat: fix mount detection of mount.exfatTom Hayward2017-03-071-0/+1
| | | | | | | | | | | | | When package was switched to autotools, "DESTDIR=${D}/${base_sbindir}" was removed from the recipe. This left the installation target as sbindir (/usr/sbin/). This breaks `mount -t exfat /dev/sda1 /media/sda1`, because mount only searches for mount.exfat in /sbin/, /sbin/fs.d/, and /sbin/fs/. With sbindir = "${base_sbindir}", mount.exfat is installed at /sbin/mount.exfat where mount can find it. Signed-off-by: Tom Hayward <tom@harbortronics.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zabbix: 2.4.7 -> 3.0.8Zheng Ruoqin2017-03-041-2/+2
| | | | | | | Upgrade zabbix from 2.4.7 to 3.0.8 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: Remove unneeded RDEPENDS on util-linux-mountmike.looijmans@topic.nl2017-03-041-3/+0
| | | | | | | | | | | | Fuse claimed to need util-linux-mount at runtime, which isn't true. This drags util-linux-mount into any image that uses fuse. Encountered no problems with busybox's mount command and fuse (and never had). Fuse doesn't call the "mount" program anywhere, so the dependency doesn't make sense anyway. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-anyjson: add a recipe for version 0.3.3Derek Straka2017-03-043-0/+17
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-simplejson: relocate to meta-python and add a python3 versionDerek Straka2017-03-043-15/+15
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pysqlite: add initial recipe for version 2.8.3Derek Straka2017-03-042-0/+20
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sqlalchemy: update to version 1.1.6Derek Straka2017-03-043-2/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pymisp: update to version 2.4.67Derek Straka2017-03-043-4/+4
| | | | | | | Verify license remains and update checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>