meta-openembedded/meta-oe
Harpritkaur Bhandari 04d9ea0ba7 rapidjson: Upgrade SRCREV to latest
Upgrade SRCREV to latest as it fixes the below issue:
Running UndefinedBehaviorSanitizer on projects that use
rapidjson triggers 'applying non-zero offset <NN> to null
pointer' findings in 'internal/stack.h' which are hard
to suppress by library users.
Removed "0001-CMake-remove-hardcoded-CMAKECONFIG_INSTALL_DIR-path.patch"
as the changes are already incorporated in the latest
codebase.
As per abi-compliance-checker report the source compatibility
and binary compatibility between previous SRCREV
6a905f9311f82d306da77bd963ec5aa5da07da9c and current
SRCREV 0ccdbf364c577803e2a751f5aededce935314313
is 100% and this patch is already tested on 64bit
ARM (aarch64) in a product with on target CI tests.

Signed-off-by: Harpritkaur Bhandari <Harpritkaur.Bhandari@kpit.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-14 11:49:09 -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 gnome-layer dynamic entry 2020-12-29 15:50:45 -08:00
dynamic-layers openbox-xdgmenu: Openbox menu generator 2020-12-29 15:50:45 -08:00
lib/oeqa/selftest/cases
licenses ace: add new recipe 2020-06-03 15:15:43 -07:00
recipes-benchmark lmbench: Fix setting LDLIBS failure 2021-01-05 23:12:54 -08:00
recipes-bsp firmwared: add recipe 2020-12-09 10:14:57 -08:00
recipes-connectivity paho-mqtt-c: upgrade 1.3.7 -> 1.3.8 2021-01-05 09:16:27 -08:00
recipes-core packagegroup-meta-oe: Add new package influxdb 2021-01-11 15:40:10 -08:00
recipes-crypto pkcs11-helper: upgrade 1.26 -> 1.27 2020-11-27 11:54:04 -08:00
recipes-dbs influxdb: Fix build on mips 2021-01-11 15:38:09 -08:00
recipes-devtools rapidjson: Upgrade SRCREV to latest 2021-01-14 11:49:09 -08:00
recipes-extended libconfig: split package for C++ 2021-01-13 10:22:23 -08:00
recipes-gnome libjcat: upgrade 0.1.3 -> 0.1.4 2020-11-27 11:54:04 -08:00
recipes-graphics openjpeg: upgrade 2.3.1 -> 2.4.0 2021-01-07 22:57:45 -08:00
recipes-kernel crash: upgrade 7.2.8 -> 7.2.9 2020-11-30 22:42:20 -08:00
recipes-multimedia live555: upgrade 20201105 -> 20210101 2021-01-07 22:57:45 -08:00
recipes-navigation geoclue: upgrade 2.5.6 -> 2.5.7 2021-01-05 09:16:27 -08:00
recipes-printing qpdf: upgrade 10.0.1 -> 10.0.4 2020-11-30 22:42:20 -08:00
recipes-security passwdqc: remove double modify operation 2020-05-31 22:42:25 -07:00
recipes-shells dash: upgrade 0.5.11.2 -> 0.5.11.3 2021-01-05 09:16:27 -08:00
recipes-support xmlsec1: Fix configure QA error caused by host lookup path 2021-01-14 10:11:15 -08:00
recipes-test cppunit: add support for native version 2021-01-14 10:11:15 -08:00
COPYING.MIT
README README: fix incorrect links 2020-10-01 10:32:42 -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/meta-openembedded
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like GitLab, 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>