summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* zsh: update to 5.3.1Branden Archer2017-06-121-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xterm: 325 -> 327susanbian2017-06-121-3/+2
| | | | | | | Upgrade xterm from 325 to 327. Signed-off-by: susanbian <bianyq@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openipmi: Fix build with muslKhem Raj2017-06-122-0/+18
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: fix EXTRA_OECONF and add RRECOMMENDSJackie Huang2017-06-121-1/+4
| | | | | | | | * fix EXTRA_OE_CONF -> EXTRA_OECONF * add RRECOMMENDS on kernel modules Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: add systemd and sysvinit supportJackie Huang2017-06-123-1/+139
| | | | | | | | Add systemd service and and sysvinit script so it's easy to manage the mip6d daemon. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: fix for parallel compilationJackie Huang2017-06-122-3/+26
| | | | | | | | Add missing dependency in Makefile to fix the parallel compile issue and re-enable PARALLEL_MAKE Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* konkretcmpi: Update and fix build with latest oe-coreKhem Raj2017-06-123-40/+40
| | | | | | | Drop already upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leveldb: Update to 1.20Khem Raj2017-06-122-54/+13
| | | | | | | | | package tests into a seprate package package static libs as well Update also fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* audiofile: Inherit pkgconfig instead of binconfigKhem Raj2017-06-121-1/+1
| | | | | | | | | Fixes build with musl ../audiofile-0.3.6/configure: line 16964: PKG_PROG_PKG_CONFIG: command not found ../audiofile-0.3.6/configure: line 16971: syntax error near unexpected token `FLAC,' Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poco: make cmake packages relocatablePascal Bach2017-06-121-5/+6
| | | | | | | | | | | Before the path to the dependencies was hard coded into the generated PocoConfig.cmake file. This causes issues with sstate. This change overrides the libraries with just the library names and thus let's the linker take care of finding them. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmicrohttpd: update to version 0.9.55José Bollo2017-06-122-54/+2
| | | | | | Change-Id: I2a034e9bdd4289f42fadefd0c24d578d52ed0cf0 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: update to 3.16Max Krummenacher2017-06-1211-281/+9
| | | | | | | | | | | | | | | | | | | 3.16 can be linked with gold, so drop forcing to bfd. Patches: Do not apply and SConstruct dropped these constructs 0001-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch 0002-SConstruct-remove-rpath.patch Fixed upstream (or plain backports) 0001-Check-for-__STDC_NO_ATOMICS__-before-using-stdatomic.patch 0002-Add-a-test-for-C11-and-check-we-have-C11-before-usin.patch 0003-Whoops-check-for-C11-not-for-not-C11-in-stdatomic.h-.patch 0001-Include-stdatomic.h-only-in-C-mode.patch 0001-libgpsd-core-Fix-issue-with-ACTIVATE-hook-not-being-.patch Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: don't compile with goldMax Krummenacher2017-06-121-0/+2
| | | | | | | | | | | | | | | When linking with gold libgps and libgpsd error out with: | ./libgpsd.so: error: undefined reference to 'atan2' | ./libgpsd.so: error: undefined reference to 'pow' | ./libgpsd.so: error: undefined reference to 'sqrt' | ./libgpsd.so: error: undefined reference to 'sin' | ./libgpsd.so: error: undefined reference to 'cos' | collect2: error: ld returned 1 exit status Using the bfd linker fixes the issue. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "rrdtool: add gettext-native dependency"Martin Jansa2017-06-051-1/+1
| | | | This reverts commit e1b1f8cf320004e3b917ae78e26271352f468051.
* lvm2/libdevmapper: fix invoking lvcreate failedHongxu Jia2017-06-054-49/+65
| | | | | | Previously, libdevmapper is separated from lvm2 in the following commit: Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-support: Move libgpiod to meta-oe directoryMarek Belisko2017-06-051-0/+30
| | | | | | | | Previously it was placed in meta directory which is wrong. Move to meta-oe. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nodejs: update to 4.8.3fan.xin2017-06-051-2/+2
| | | | | Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libteam: Initial supportMarian Pritsak2017-06-051-0/+33
| | | | | | | | libteam is a library for controlling team network device. Provides utils package for network device configuration. Signed-off-by: Marian Pritsak <maryan.pricak@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: fix building with PACKAGECONFIG "dnn" enabled.Ismo Puustinen2017-06-052-1/+245
| | | | | | | | | Dependency "lapack" isn't available in meta-openembedded and it doesn't cause a build error, so drop it. Fix buidling dnn module by backporting a patch from opencv-contrib. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: Use pkgconfig-native for the native toolsRicardo Ribalda Delgado2017-06-052-1/+56
| | | | | | | | QT relies on host compilers such mas mocc. Modify meson to use pkgconfig-native instead of pkgconfig in such cases. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meson: Suport for c++ cross-compilationRicardo Ribalda Delgado2017-06-051-0/+2
| | | | | | | | | cpp_args and cpp_link_args must be set on the meson.cross file to compile c++ applications. Otherwise variables such as the sysroot are not set correctly and libraries/headers are not found. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ssiapi: add new recipeJackie Huang2017-06-051-0/+25
| | | | | | | | | | Intel Rapid Storage Technology enterprise with Linux OS* Standard Storage Interface API Library. The library allows user to manage storage devices including creating and managing Raid arrays on systems with Intel chipset. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-mga: add new recipeJackie Huang2017-06-052-0/+89
| | | | | | | mga is an Xorg driver for Matrox video cards Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gd : CVE-2016-6906Catalin Enache2017-06-055-1/+703
| | | | | | | | | | | | | | | | The read_image_tga function in gd_tga.c in the GD Graphics Library (aka libgd) before 2.2.4 allows remote attackers to cause a denial of service (out-of-bounds read) via a crafted TGA file, related to the decompression buffer. Reference: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-6906 Upstream patches: https://github.com/libgd/libgd/commit/fb0e0cce0b9f25389ab56604c3547351617e1415 https://github.com/libgd/libgd/commit/58b6dde319c301b0eae27d12e2a659e067d80558 Signed-off-by: Catalin Enache <catalin.enache@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dbus-daemon-proxy: inherit pkgconfig, unblacklist and set package versionNg, Wei Tee2017-06-051-4/+3
| | | | | | | | | | The pkgconfig is not found in recipes specific sysroot. Therefore inherit pkgconfig is added to fix it. Package version is updated to avoid package dbus-daemon-proxy-dbg went backwards which would break package feeds. Signed-off-by: Ng, Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hwloc: AddHaris Okanovic2017-06-051-0/+26
| | | | | | | | | | | | | | | | | | | | https://www.open-mpi.org/projects/hwloc/ "The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs." This recipe adds libhwloc and lstopo utility as two packages. Testing: Built in OE/Krogoth. Installed to x86_64 machine. Successfully ran `lstopo` and verified it printed correct CPU and cache info. Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opencv: Make opencv-ts create share library intead of staticHuang Qiyu2017-06-053-0/+81
| | | | | | | Refer to other distro,make opencv-ts create share library intead of static. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* espeak, espeak-data: Update to 1.48.04 releaseKhem Raj2017-06-054-27/+4
| | | | | | | Disable audio codecs Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xstdcmap: Change libxmu from RDEPENDS -> DEPENDS and unblacklist xstdcmapStanley Cheong Kwan, Phoong2017-06-051-2/+1
| | | | | | | | | | | The build for xstdcmap was failing in do_configure due to the missing xmu package. The libxmu inside the recipe should have been DEPENDS and not RDEPENDS. Since this is working, xstdcmap is unblacklist-ed from the build. Signed-off-by: Stanley Cheong Kwan, Phoong <stanley.cheong.kwan.phoong@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rrdtool: add gettext-native dependencyRandy MacLeod2017-06-051-1/+1
| | | | | | | | | | | | | | | Add gettext-native dependency to use autopoint. When building rrdtool for a 'tiny' distro, ie one that does not have internationalization support in glibc, configure fails with the error: autoreconf: failed to run autopoint: No such file or directory autopoint is part of gettext so add that native dependency. This must happen transitively for builds using a regular configuration of glibc. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xerces-c: fix a wrong PACKAGECONFIG optionMing Liu2017-05-231-2/+2
| | | | | | | | | | | | | | | | | In xerces-c's configure, these options is being referred as follows: ...... curl_flags="-I$with_curl/include" curl_libs="-L$with_curl/lib -lcurl" icu_flags="-I$with_icu/include" icu_libs="-L$with_icu/lib -licuuc -licudata" ...... so they shouldn't be set to ${STAGING_DIR}, use ${STAGING_DIR_TARGET}${prefix} instead. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbida: inherit pkgconfig and unblacklistStefano Babic2017-05-231-2/+2
| | | | | | | Missing pkgconfig does not let build the package. Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: upgrade from 7.0.2 to 7.0.5Randy MacLeod2017-05-231-4/+4
| | | | | | | | LICENSE changes are due to copyright year increments and a URL changing from http to https. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: 2.02.166 -> 2.02.171Huang Qiyu2017-05-231-2/+2
| | | | | | | Upgrade lvm2 from 2.02.166 to 2.02.171. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lua: 5.3.3 -> 5.3.4Huang Qiyu2017-05-231-5/+5
| | | | | | | | 1) Upgrade lua from 5.3.3 to 5.3.4. 2) License checksum changed,since the copyright years were updated. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sip: update recipe to 4.19.2.Philip Balister2017-05-231-2/+2
| | | | | | | * Needed for PyQt-5.8.2, a recipe I am looking at again. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libndp: Update patch with upstream version.Gianfranco Costamagna2017-05-231-16/+16
| | | | | Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libndp: switch to github uri. libndp.org is unstableGianfranco Costamagna2017-05-231-3/+4
| | | | | Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libssh2: 1.7.0 -> 1.8.0Huang Qiyu2017-05-231-2/+2
| | | | | | | Upgrade libssh2 from 1.7.0 to 1.8.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* protobuf: update to 3.3.0Pascal Bach2017-05-231-3/+3
| | | | | | | With the latest version out of tree builds are broken. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* luajit: 2.0.4 -> 2.0.5Huang Qiyu2017-05-231-3/+3
| | | | | | | | 1) Upgrade luajit from 2.0.4 to 2.0.5. 2) License checksum changed,since the copyright years were updated. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl2-ttf: Check for x11 and opengl in distro featuresKhem Raj2017-05-232-4/+20
| | | | | | | | | | | | when X11 is not in distro features it tries to link with libGL which does not exist and compile fails Add a patch to add foreign option to AUTOMAKE_OPTIONS which lets it configure and relax automake rules to not check for some GNU specific files Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* php: fix install error for libphp*.sodengke.du@windriver.com2017-05-234-8/+58
| | | | | | | | | | | | | | | | | | | | | | | | Changed in V4: Add the tag: meta-oe 1. Different version php have different libphp*.so, so we need to install its corresponding libphp*.so, for example: php-7.1.0 libphp7.so php-5.6.26 libphp5.so 2. Fix php-5.6.26 compiling errors: ld: TSRM/.libs/TSRM.o: undefined reference to symbol 'pthread_sigmask@@GLIBC_2.2.5' error adding symbols: DSO missing from command line 3. Create a configure script like 70_mod_php5, we name it 70_mod_php7, this file connect the php7 and the apache2, so they work together to let the LAMP works correctly. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* phoronix-test-suite: remove it from blacklistdengke.du@windriver.com2017-05-231-2/+0
| | | | | | | | The phoronix-test-suite was in blacklist, because the php-cli can't work, the php-cli can work now, so remove it from blacklist. Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: Update to latest and fix build on piKhem Raj2017-05-231-3/+4
| | | | | | | | when using userland it does not work since it needs libgbm from mesa. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mailx: add the recipeAlexander Kanavin2017-05-2310-0/+556
| | | | | | | It was removed from oe-core, but is required by smartmontools. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: depend on modern libpngAlexander Kanavin2017-05-231-1/+1
| | | | | | | libpng 1.2 is being removed from oe-core as it's well obsolete. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glcompbench: remove the recipeAlexander Kanavin2017-05-237-193/+0
| | | | | | | | It hasn't been updated upstream since 2012, and relies on outdated libpng 1.2 (which is being removed from oe-core). Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lzip: remove recipeAlexander Kanavin2017-05-231-41/+0
| | | | | | | It has been moved to oe-core. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmicrohttpd: Fix a segmentation fault on upgrade errorjobol@nonadev.net2017-05-232-0/+52
| | | | | | | | | | | | | | When a connection upgrade is requested and when the request sent an error reply, it happened most often that a segmentation fault occured. The patch applied here is a backport from the upstream (see https://gnunet.org/git/libmicrohttpd.git/ commit b4216c60fdb5b48f6cfec416301fc63a1167e6cd). Change-Id: I6847550ba2c4fc24d5caf8912ac6d5ac89ae01fb Signed-off-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>