summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* gitpkgv.bbclass: Add support for extending the supported tag formatsPeter Kjellerstedt2020-01-171-4/+10
| | | | | | | | | | Introduce GITPKGV_TAG_REGEXP (which defaults to "v(\d.*)") to support dropping other unwanted parts of the found tags than just a leading "v". Any matching groups in the regexp will be concatenated to yield the final version. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fontforge: rework for python3Andreas Müller2020-01-171-5/+3
| | | | | | | | | | * python3native is necessary because configure asks for version. If it uses host's version python modules might be installed in wrong paths * checked: ${PN}-python is packed properly * while at it remove uneccessary (wrong) line: there is no ${PN}-python-dbg Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cups-filters: upgrade 1.26.0 -> 1.26.2Diego Rondini2020-01-172-4/+4
| | | | | Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cups-filters: use libexecdir and cleanupDiego Rondini2020-01-171-22/+8
| | | | | | | | | | | | In oe-core commit: 2ce6ef29b9bb4f16ed9d78e166d455b7a6d968bf cups crossscripts have been fixed to report the correct serverbin folder, so backend, filters, etc, need to go in ${libexecdir} now. Additionally cleanup and simplify packaging paths, to avoid specifying files one by one. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: Upgrade to 0.20.0Khem Raj2020-01-173-106/+1
| | | | | | Drop all patches as they are already included in 0.20.0 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcov: geninfo needs another perl moduleS. Lockwood-Childs2020-01-161-0/+1
| | | | | | | | | | Fixes error when running geninfo: Can't locate Digest/MD5.pm in @INC (you may need to install the Digest::MD5 module) (@INC contains: <snip>) at geninfo line 58. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-lite: upgrade 1.8.25 -> 1.8.26Zang Ruochen2020-01-161-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnih: RemoveAdrian Bunk2020-01-165-27980/+1
| | | | | | | | The main user was upstart, which is no longer provided by any maintained layer. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Remove unbuildable recipes for ppc64le from rdepsKhem Raj2020-01-161-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Disable lua support on powerpcKhem Raj2020-01-161-0/+1
| | | | | | luajit is not supported on ppc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: extend --with-intl-api=build to ppcKhem Raj2020-01-161-0/+1
| | | | | | | | | | This fixes mozjs crash, in launching js in qemu during gjs build Fixes | | (process:606857): Gjs-ERROR **: 02:02:06.039: Could not initialize Javascript Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Fix build on powerpcKhem Raj2020-01-162-0/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ssiapi: Needs boost/ppc supportKhem Raj2020-01-162-0/+3
| | | | | | | Internal boost headers are missing ppc support ssiapi.1.3.0/lib/boost/smart_ptr/detail/sp_counted_base.hpp:66:11: fatal error: boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp: No such file or directory Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Tend for the compiler --param option rename in gcc10Khem Raj2020-01-162-0/+56
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsass: upgrade 3.6.1 -> 3.6.3Zang Ruochen2020-01-161-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmicrohttpd: upgrade 0.9.68 -> 0.9.69Zang Ruochen2020-01-161-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zabbix: modify service fileZang Ruochen2020-01-161-3/+2
| | | | | | | | -Fixed a bug that could not exit the service normally. When using systemd to exit the service, the child process cannot be terminated normally. Refer to the style of fedora to modify it. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: upgrade 3.16 -> 3.17Zang Ruochen2020-01-153-42/+2
| | | | | | | | | | | -files/0001-arch-arm-Consider-armv7ve-arch-as-well.patch Removed since this is included in 3.17. -Refresh the following patch: files/0001-update-the-interpreter-paths.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libhugetlbfs: Fix missing file mode in create() APIKhem Raj2020-01-152-0/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iozone3: Do not define prototype for pread64()Khem Raj2020-01-152-0/+35
| | | | | | Use the one from system headers Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: Use c++ compiler for programs which use c++ source filesKhem Raj2020-01-152-1/+36
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: update to new version 6.1.2Gianfranco Costamagna2020-01-152-80/+2
| | | | | | | | drop export.patch, now part of upstream codebase Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keyutils: upgrade 1.6 -> 1.6.1Mingde (Matthew) Zeng2020-01-151-2/+2
| | | | | Signed-off-by: Matthew Zeng <Matthew.Zeng@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: fix libudevdirYi Zhao2020-01-151-1/+5
| | | | | | | | Specify libudevdir explicitly because it is expanded to /usr/lib/udev rather than /lib/udev by default. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: refresh clang patchGianfranco Costamagna2020-01-141-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20191103 -> 20191125Mingde (Matthew) Zeng2020-01-141-3/+2
| | | | | Signed-off-by: Matthew Zeng <Matthew.Zeng@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: fix build error with usrmerge featureYi Zhao2020-01-142-2/+40
| | | | | | | | | * Pass --with-udev-rules-dir to configure. * Only create the symbolic link of mount.vmhgfs when disable usrmerge feature. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler/poppler-data: Add HOMEPAGE tagsMingde (Matthew) Zeng2020-01-132-0/+2
| | | | | | | Add HOMEPAGE tags missing in the poppler and poppler-data recipes. Signed-off-by: Matthew Zeng <Matthew.Zeng@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: fix library LZ4 lookupSumit Garg2020-01-132-0/+31
| | | | | | | | | | While cross-compiling mariadb package it tries to link lz4 library present in the target sysroot and if not found it tries to link host lz4 library which is incorrect leading to linker errors. So fix that via restricting lz4 library lookup to target sysroot only. Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrok: add support for hidapi integrationBartosz Golaszewski2020-01-131-0/+1
| | | | | | | | libsigrok now supports portable USB HID communication with HIDAPI. Add a new packageconfig option that enables building of the bluetooth module. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zbar: Switch to github and update to latestKhem Raj2020-01-133-64/+20
| | | | | | | | | | | | | License-Update: Year changed [1] There has been releases after 0.10 and carries fixes that helps compiling with newer compilers Disable Werror, since newer compilers detect more warnings [1] https://github.com/ZBar/ZBar/commit/d08189db4c4f86d1e0addd51db3142ec5b40f98c Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yad: upgrade 4.1 -> 5.0Wang Mingyu2020-01-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-ttf: upgrade 2.0.14 -> 2.0.15Wang Mingyu2020-01-122-66/+3
| | | | | | | | | | -License-Update: Copyright year updated to 2019. use.pkg-config.for.freetype2.patch Removed since source is changed. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-mixer: upgrade 2.0.2 -> 2.0.4Wang Mingyu2020-01-121-3/+3
| | | | | | | -License-Update: Copyright year updated to 2018. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-image: upgrade 2.0.3 -> 2.0.5Wang Mingyu2020-01-121-3/+3
| | | | | | | -License-Update: Copyright year updated to 2019. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdvdread: upgrade 6.0.1 -> 6.0.2Wang Mingyu2020-01-121-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libburn: upgrade 1.5.0 -> 1.5.2Wang Mingyu2020-01-121-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipmiutil: upgrade 3.0.5 -> 3.1.5Wang Mingyu2020-01-121-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspatialite: Workaround proj_api.h deprecation in proj 6.0.0Khem Raj2020-01-121-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
* proj: upgrade to 6.2.0Martin Jansa2020-01-121-3/+5
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cloc: new packageBartosz Golaszewski2020-01-121-0/+19
| | | | | | | | This adds a recipe for cloc - a command-line tool for counting lines of code. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* enchant2: Remove, moved to oe-coreAdrian Bunk2020-01-121-28/+0
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spirv-tools: Disable WerrorKhem Raj2020-01-111-0/+2
| | | | | | | Using newer compilers e.g. gcc10/clang10 it spews new warnings so its better to disable warning as errors for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Disable WerrorKhem Raj2020-01-111-0/+1
| | | | | | | Using newer compilers e.g. gcc10/clang10 it spews new warnings so its better to disable warning as errors for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: Fix clang specific flags in cmake filesKhem Raj2020-01-112-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: add recipeDiego Rondini2020-01-101-0/+33
| | | | | | | | Add qpdf PDF transformation library recipe. The recipe has been imported from meta-printing and updated. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cups-filters: add recipeDiego Rondini2020-01-102-0/+99
| | | | | | | | | Add cups-filters recipe to provide backends and filters required for real world printing with CUPS. The recipe has been imported from meta-printing and updated. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* websocketpp: also install examples in a new -examples subpackageGianfranco Costamagna2020-01-101-0/+9
| | | | | | | | Thanks to Khem Raj for the suggestion, the location is similar to the one used by Debian packaging Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cmpi-bindings: append PYTHON_ABI suffix to libpython sonameKhem Raj2020-01-102-8/+5
| | | | | | | | This makes it independent of python vesion 3.7 or 3.8 where with python 3.7 has 'm' as abi suffix but 3.8 wont Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
* libsigc++-3: let meson buildAndreas Müller2020-01-101-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>