meta-openembedded/meta-oe
Ross Burton 9ae31f6f6a
Remove unused SRC_DISTRIBUTE_LICENSES
This variable was removed in oe-core 8c9ef5, and didn't do what any of
these recipes seem to be using it for.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-12-09 00:00:05 -08:00
..
classes signing.bbclass: don't export OPENSSL environment variables globally 2023-10-09 09:38:49 -07:00
conf ptest-packagelists-meta-oe.inc: Move poco to slow tests 2023-11-29 17:18:13 -08:00
dynamic-layers thingsboard-gateway: upgrade 3.4.2 -> 3.4.3.1 2023-11-28 08:55:43 -08:00
files meta-oe/static-ids: Change postgres to 28 to match forced id in recipe 2023-11-15 09:51:45 -08:00
lib/oeqa/selftest/cases syzkaller: add recipe and selftest for syzkaller fuzzing 2022-10-21 09:57:59 -07:00
licenses mimic: Use special rateconv.c license 2022-04-30 09:52:15 -07:00
recipes-benchmark fio: revert "fio: upgrade 3.32 -> 2022" 2023-11-29 07:35:36 -08:00
recipes-bsp ledmon: Fix systemd unit install 2023-11-19 19:47:47 -08:00
recipes-connectivity abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake 2023-12-07 21:51:58 -08:00
recipes-core basu: Update the SRCREV to get lld fix 2023-12-05 10:10:20 -08:00
recipes-crypto monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib 2023-12-07 14:25:11 -08:00
recipes-dbs influxdb: Add start script used by systemd service 2023-11-08 06:49:26 -08:00
recipes-devtools abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake 2023-12-07 21:51:58 -08:00
recipes-extended snappy: upgrade 1.1.9 -> 1.1.10 2023-12-08 07:57:57 -08:00
recipes-gnome vte9: Drop recipe 2023-12-04 12:30:43 -08:00
recipes-graphics Remove unused SRC_DISTRIBUTE_LICENSES 2023-12-09 00:00:05 -08:00
recipes-kernel libbpf: upgrade 1.2.2 -> 1.3.0 2023-11-28 08:55:40 -08:00
recipes-multimedia libvpx: don't specify armv5 and armv6 toolchains explicitly 2023-11-19 19:47:47 -08:00
recipes-navigation geos: Fix packaging 2023-11-10 09:13:39 -08:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix groupname gid change warning 2023-08-05 09:29:56 -07:00
recipes-printing cups-filters: fix Makefile race condition 2023-11-24 13:46:34 -08:00
recipes-security tomoyo-tools: upgrade 2.5.0 -> 2.6.1 2023-11-28 08:55:40 -08:00
recipes-shells mksh: Update to 59c properly 2023-11-07 19:59:58 -08:00
recipes-support Remove unused SRC_DISTRIBUTE_LICENSES 2023-12-09 00:00:05 -08:00
recipes-test catch2: upgrade 2.13.7 -> 2.13.10 2023-11-11 15:41:43 -08:00
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

meta-oe

This layer depends on:

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

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 linux-libc-dev:i386

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 ' 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