summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* meta-oe: master: remmina - use PACKAGECONFIG for spicedl9pf@gmx.de2020-02-191-7/+3
| | | | | | | | remmina depends on spice and spice-protocol but they are in meta-networking. Use the PACKAGECONFIG flag to avoid hardcoding the dependency. Signed-off-by: Jan-Simon Moeller <dl9pf@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcov: Add missing missing RDEPEND and enable nativesdkViktor Rosendahl2020-02-171-0/+2
| | | | | | | | | It seems like geninfo is depending on gcov-symlinks, so it should be added here. Also, lcov is useful in SDKs, so let's enable the building of native and nativesdk packages. Signed-off-by: Viktor Rosendahl <Viktor.Rosendahl@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcov: Add support for intermediate JSON formatViktor Rosendahl2020-02-173-1/+1153
| | | | | | | | gcc-9 uses this intermediate JSON format, so we will need these two patches to make lcov work again. Signed-off-by: Viktor Rosendahl <Viktor.Rosendahl@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Inherit mime-xdgKhem Raj2020-02-161-1/+1
| | | | | | | Fixes remmina-1.3.6: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: remmina path '/work/aarch64-yoe-linux/remmina/1.3.6-r0/packages-split/remmina/usr/share/applications/remmina-file.desktop' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* joe: Inherit mime-xdgKhem Raj2020-02-161-1/+1
| | | | | | | Fixes joe-4.6: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: joe path '/work/aarch64-yoe-linux/joe/4.6-r0/packages-split/joe/usr/share/applications/jpico.desktop' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmimetic: Fix ordrered comparision between pointer and zeroKhem Raj2020-02-152-0/+50
| | | | | | | Found with clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: asmitha <asmithakarun@gmail.com>
* libp11: upgrade 0.4.10 -> 11Wang Mingyu2020-02-151-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.331 -> 0.332Wang Mingyu2020-02-151-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: upgrade 0.18 -> 0.19Pierre-Jean Texier2020-02-141-3/+2
| | | | | | | See full changelog https://github.com/analogdevicesinc/libiio/releases/tag/v0.19 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmimetic: Library to aid multi-part form data parsingasmitha2020-02-142-0/+88
| | | | | | | | | | | | | | | | | | | Mimetic library helps parsing the multi-part form data. This library can be used for scenarios that includes multi-part form data file uploads to the system. The patch file includes: i) The test directory is removed as there were errors (relocation errors) since the shared object files of libc++ and libc were not taken from the sysroot path but from the system's library path where the required version of the .so is not present. ii) The files 'mimetic/codec/other_codecs.h' and 'mimetic/contenttype.cxx' contains changes that resolves errors when compiling on target system aarch64-yoe-linux-musl. Signed-off-by: asmitha <asmithakarun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: Upgrade to 168Mingli Yu2020-02-131-1/+1
| | | | | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libteam: Upgrade to 1.30Mingli Yu2020-02-131-1/+1
| | | | | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smem: update to v1.5 (python3 compatibility)André Draszik2020-02-052-5/+68
| | | | | | | | | | | | | smem generally works using the upstream code, but the --source argument still throws exceptions - add a patch to resolve those as well. There is no release on the downloads URL, but a tag in mercurial - so this now downloads the snapshot that tag is pointing to. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: fix for multilibQi.Chen@windriver.com2020-02-052-1/+54
| | | | | | | | | | With previous change of nss/nspr in this recipe, multilib build failure at do_configure. Fix it by not using hardcoded /lib/. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smem: add a native variantAndré Draszik2020-02-041-0/+2
| | | | | | | | The native variant is useful to e.g. examine captures of a running target on the host system. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Inherit perlnative for pod2manKhem Raj2020-02-022-2/+2
| | | | | | | replace host version of pod2man perl-native provides, helps in improving reproducability Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 0.84.0 -> 0.85.0Andreas Müller2020-02-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.85.0: core: * Fix case unsensitive search for Deseret and Osage. Issue #853 * Fix crash in unicodeToAscii7 * CairoOutputDev: make initialisation thread-safe * Fix crash on broken files. Issues #869, #870 * Internal code improvements qt5: * Fix FormField::name encoding * Accept UTF-16 uiNames for form fields * Fix search for "complex" characters * Allow to load document from QIODevice utils: * pdftoppm/pdftocairo: Fix -e/-o printing the wrong pages. Issue #873 * pdftohtml: Fix issue with the font size sometimes being huge glib: * make the frontend initialization thread safe. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update v1.4.1 -> v1.4.2Bartosz Golaszewski2020-01-311-2/+2
| | | | | | | | | | While the v1.5 version of libgpiod has already been released - we can't integrate it in yocto yet as it requires v5.5 linux kernel headers to build. In the meantime - update the recipe to build the latest bug-fix release from the v1.4.x branch. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Inherit missing texinfo for makeinfo programKhem Raj2020-01-283-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes-support: Added recipe for gengetopt packageMarek Belisko2020-01-281-0/+16
| | | | | Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dstat: update recipe to use python3Andrey Zhizhikin2020-01-281-1/+1
| | | | | | | | Update recipe to target python3 since python2 is EOL and has been dropped from OE-Core. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* daemontools: Disable the chkshsgr testsKhem Raj2020-01-281-0/+1
| | | | | | | | | | | | | | | Running the chkhsgr test during cross compile fails ./chkshsgr || ( cat warn-shsgr; exit 1 ) Oops. Your getgroups() returned 0, and setgroups() failed; this means that I can't reliably do my shsgr test. Please either ``make'' as root or ``make'' while you're in one or more supplementary groups. All OE based targets have working getgroups()/setgroups() implementation, so its a safe assumption and therefore make the test to be a dummy Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: search nspr header files in ${STAGING_INCDIR}/nsprMartin Jansa2020-01-272-45/+5
| | | | | | | | | | | * the --with-nspr/--with-nss should be just ${prefix} as mentioned in: https://www.aleksey.com/pipermail/xmlsec/2005/007172.html remove the change-finding-path-of-nss.patch parts handling nspr and handling incorrect --with-nspr/--with-nss value in the recipe missing "/usr" prefix Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-lite: update recipe to use python3Andrey Zhizhikin2020-01-272-2/+48
| | | | | | | | | Update pcsc-lite recipe to target python3 since python2 is EOL and has been dropped from OE-Core. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com> Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libteam: update recipe to use python3Andrey Zhizhikin2020-01-273-2/+31
| | | | | | | | Update recipe to use python3 since python2 is EOL and has been dropped from OE-Core. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: add recipePierre-Jean Texier2020-01-233-0/+126
| | | | | | | | | zchunk is a compressed file format that splits the file into independent chunks. This allows you to only download changed chunks when downloading a new version of the file, and also makes zchunk files efficient over rsync. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fmt: bump version to v6.1.2Vincent Prince2020-01-231-1/+1
| | | | | Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Replace using BBPATH with BBFILE_COLLECTIONS for meta-python2 checkKhem Raj2020-01-221-1/+1
| | | | | | BBPATH check actually does not work Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Turn inherit classes from meta-py2 to conditional constructsKhem Raj2020-01-221-1/+2
| | | | | | helps parsing without meta-py2 in mix Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lio-utils: Make it visible only with meta-py2 in BBFILE_COLLECTIONSKhem Raj2020-01-221-1/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Remove using python2Khem Raj2020-01-222-2/+2
| | | | | | | This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.330 -> 0.331Wang Mingyu2020-01-201-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sassc: upgrade 3.5.0 -> 3.6.1Zang Ruochen2020-01-201-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fltk: add mime-xdg to inheritAndreas Müller2020-01-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* itstool: remove it lives in oe-core nowAndreas Müller2020-01-193-84/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xxhash: Add recipeAlex Kiernan2020-01-191-0/+21
| | | | | | | | xxHash is an extremely fast non-cryptographic hash algorithm, working at speeds close to RAM limits. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.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-164-27979/+0
| | | | | | | | 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>
* ssiapi: Needs boost/ppc supportKhem Raj2020-01-161-0/+2
| | | | | | | 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>
* 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>
* 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>
* 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>
* 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>