meta-openembedded/meta-oe
Khem Raj 6c74740048 sdbus-cpp: Do not fetch googletest on the fly
This package downloads code ( gtest ) post do_fetch task

Now this is checked out by bitbake fetcher into decided source directory,
this ensures reproducibility

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-28 06:55:34 -07:00
..
classes classes: Add Android sparse image class 2021-03-08 14:11:59 -08:00
conf conf/layer.conf: include .bbappend files in BBFILES_DYNAMIC 2021-03-28 12:12:57 -07:00
dynamic-layers valijson: upgrade 0.3 -> 0.4 2021-05-28 06:55:33 -07:00
lib/oeqa/selftest/cases PEP8 double aggressive E301 ~ E306 2021-04-15 09:28:44 -07:00
licenses mime-support: upgrade 3.48 -> 3.62 2021-05-28 06:55:33 -07:00
recipes-benchmark tinymembench: Correct PV 2021-03-28 12:12:58 -07:00
recipes-bsp flashrom: Add remaining RISCV support 2021-03-30 15:36:17 -07:00
recipes-connectivity libndp: upgrade 1.7 -> 1.8 2021-05-28 06:55:33 -07:00
recipes-core sdbus-cpp: Do not fetch googletest on the fly 2021-05-28 06:55:34 -07:00
recipes-crypto botan: upgrade 2.14.0 -> 2.18.1 2021-05-24 07:39:35 -07:00
recipes-dbs postgresql: upgrade 13.2 -> 13.3 2021-05-19 18:39:35 -07:00
recipes-devtools uftrace: upgrade 0.9.4 -> 0.10 2021-05-28 06:55:33 -07:00
recipes-extended minifi-cpp: Fix build with llvm C++ runtime 2021-05-28 06:55:34 -07:00
recipes-gnome libpeas: upgrade 1.26.0 -> 1.30.0 2021-05-22 05:54:00 -07:00
recipes-graphics nyancat: add new package 2021-05-28 06:55:33 -07:00
recipes-kernel pm-graph: parse separated cpu exec line 2021-05-28 06:55:33 -07:00
recipes-multimedia mpv: upgrade 0.32.0 -> 0.33.1 2021-05-28 06:55:33 -07:00
recipes-navigation gpsd: backport d-bus message time patch from upstream 2021-04-01 08:32:47 -07:00
recipes-printing qpdf: upgrade 10.2.0 -> 10.3.2 2021-05-22 05:55:02 -07:00
recipes-security audit: migrate from meta-selinux 2021-05-12 20:45:50 -07:00
recipes-shells zsh: work around file-rdeps QA issues with usrmerge in DISTRO_FEATURES 2021-05-28 06:55:33 -07:00
recipes-support opencv: Do not lock to gcc only compiler 2021-05-28 06:55:34 -07:00
recipes-test googletest: Update to tip of trunk 2021-05-17 09:00:35 -07:00
COPYING.MIT
README meta-oe/README: add Ubuntu prerequisite information 2021-02-07 20:38:39 -08: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

Ubuntu
sudo apt-get install gcc-multilib

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>