meta-openembedded/meta-oe
Khem Raj 78027bf3ad mpich: Upgrade to 3.4.1
Add fixes to work with/with-out X

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Jose Quaresma <quaresma.jose@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-03-03 11:08:29 -08:00
..
classes
conf meta-oe: add crash to NON_MULTILIB_RECIPES 2021-02-01 10:56:22 -08:00
dynamic-layers mozjs: improve reproducibility 2021-02-04 09:26:48 -08:00
lib/oeqa/selftest/cases
licenses ace: add new recipe 2020-06-03 15:15:43 -07:00
recipes-benchmark lmbench: Install cache command and fix typos in manual page 2021-02-23 11:08:21 -08:00
recipes-bsp firmwared: add recipe 2020-12-09 10:14:57 -08:00
recipes-connectivity iwd: upgrade 1.11 -> 1.12 2021-02-28 10:20:43 -08:00
recipes-core cereal: Remove 2021-02-27 07:21:29 -08:00
recipes-crypto libmcrypt: Run autoreconf steps manually 2021-02-08 10:17:17 -08:00
recipes-dbs influxdb: Generate checksums for term module 2021-02-24 14:18:30 -08:00
recipes-devtools mpich: Upgrade to 3.4.1 2021-03-03 11:08:29 -08:00
recipes-extended redis-plus-plus: upgrade 1.2.1 -> 1.2.2 2021-02-28 10:20:43 -08:00
recipes-gnome gtkmm3: use relative path 2021-02-25 22:23:18 -08:00
recipes-graphics libgphoto2: upgrade 2.5.26 -> 2.5.27 2021-02-28 23:51:14 -08:00
recipes-kernel recipes-kernel: add libbpf 2021-02-27 07:21:29 -08:00
recipes-multimedia v4l-utils: Package systemd fragment for systemd-udevd.service.d 2021-03-03 11:08:17 -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 softhsm: update to 2.6.1 and align 2021-02-17 14:01:51 -08:00
recipes-shells dash: upgrade 0.5.11.2 -> 0.5.11.3 2021-01-05 09:16:27 -08:00
recipes-support lvm2/libdevmapper: 2.03.06 -> 2.03.11 2021-03-02 10:25:19 -08:00
recipes-test catch2: upgrade to 2.13.4 2021-02-21 23:37:54 -08: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>