meta-openembedded/meta-oe
William A. Kennington III via Openembedded-devel d0748372d2 cppzmq: bump to version 4.6.0
This includes the following changes:

8d5c9a8 Merge pull request #374 from gummif/patch-2
ff994d9 Improved comment on workaround
615380b Problem: Invalid 32bit issues when using Conan
bd27f24 Merge pull request #373 from gummif/gfa/tostring
4f9c2ea Problem: message_t to string is hard
de07119 Merge pull request #370 from gummif/gfa/multipartn
30fdfe0 Simplify code by trusting the compiler
0f8601c Merge pull request #371 from gummif/gfa/move-ctors
d3abe06 Problem: Move assigned objects still alive
93e3090 Problem: Missing recv multipart to fixed buffers
5ee8261 Merge pull request #366 from gummif/gfa/detail-in-api
0ef29c1 Problem: Detail namespace used in API
28aecd9 Merge pull request #367 from gummif/gfa/no-tests
76e5fb0 Problem: No multipart tests are begin run
a34d2a3 Merge pull request #358 from gummif/gfa/send-recv-multipart
d4d3ce3 Suppport for raw arrays in send_multipart
5cc7793 Improve algorithms and documentation
829997d Update version number to 4.6.0 to prepare for next development iteration

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-18 11:10:45 -08:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf layer.conf: Add ttf-roboto->fontconfig to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS 2019-11-13 12:01:51 -08:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses ttf-gentium: Use OFL-1.0 version of OFL license 2019-09-30 16:54:51 -07:00
recipes-benchmark fio: upgrade 3.16 -> 3.17 2020-01-15 23:17:45 -08:00
recipes-bsp rwmem: Upgrade to latest 2020-01-02 09:40:34 -08:00
recipes-connectivity cppzmq: bump to version 4.6.0 2020-01-18 11:10:45 -08:00
recipes-core libnih: Remove 2020-01-16 16:52:40 -08:00
recipes-crypto botan: upgrade 2.11.0 -> 2.13.0 2020-01-07 17:54:00 -08:00
recipes-dbs mariadb: fix library LZ4 lookup 2020-01-13 18:34:32 -08:00
recipes-devtools cloc: new package 2020-01-12 08:25:16 -08:00
recipes-extended mozjs: extend --with-intl-api=build to ppc 2020-01-16 12:02:10 -08:00
recipes-gnome recipes: rename distro_features_check to features_check 2019-11-21 17:51:37 -08:00
recipes-graphics fontforge: rework for python3 2020-01-17 15:44:06 -08:00
recipes-kernel ipmiutil: upgrade 3.0.5 -> 3.1.5 2020-01-12 19:22:45 -08:00
recipes-multimedia mpv: Disable lua support on powerpc 2020-01-16 12:09:35 -08:00
recipes-navigation libspatialite: Workaround proj_api.h deprecation in proj 6.0.0 2020-01-12 15:54:43 -08:00
recipes-printing cups-filters: upgrade 1.26.0 -> 1.26.2 2020-01-17 15:44:06 -08:00
recipes-security keyutils: upgrade 1.6 -> 1.6.1 2020-01-15 20:54:22 -08:00
recipes-shells mksh: upgrade 56 -> 57 2019-11-29 16:41:22 -08:00
recipes-support opensc: Upgrade to 0.20.0 2020-01-17 15:44:06 -08:00
recipes-test cppunit: upgrade 1.14.0 -> 1.15.1 2019-12-29 10:22:56 -08:00
COPYING.MIT
README README: Document need for 32bit compiler 2019-10-07 09:11:24 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: master
revision: HEAD

luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed
packages to fullfit this might have different names on different host distributions
e.g. on archlinux based distributions install prerequisites like below

pacman -S lib32-gcc-libs lib32-glibc

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj <raj.khem@gmail.com>