meta-openembedded/meta-oe
Markus Volk 8db554851f gnome-themes-extra: build with gtk+3
- disable gtk2
- update dependencies

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
..
classes signing.bbclass: fix typos 2024-03-05 15:09:24 -08:00
conf layer.conf: Prepare for release, drop nanbield LAYERSERIES 2024-03-17 13:10:12 -07:00
dynamic-layers netplan: add missing config directory 2024-03-22 09:05:47 -07:00
files influxdb: Add missing group to static id 2024-02-17 17:35:24 -08:00
lib/oeqa/selftest/cases syzkaller: add recipe and selftest for syzkaller fuzzing 2022-10-21 09:57:59 -07:00
licenses
recipes-benchmark recipes: Drop remaining PR values from recipes 2024-03-17 13:10:10 -07:00
recipes-bsp recipes: Drop remaining PR values from recipes 2024-03-17 13:10:10 -07:00
recipes-connectivity libqmi: Revert back to the latest stable 1.34.0 2024-03-17 13:10:11 -07:00
recipes-core buildtools-imagemagick: Add new recipe 2024-03-17 13:10:10 -07:00
recipes-crypto cryptsetup: upgrade 2.7.0 -> 2.7.1 2024-03-10 21:54:07 -07:00
recipes-dbs rocksdb: upgrade 7.9.2 -> 9.0.0 2024-03-21 08:46:06 -07:00
recipes-devtools flatbuffers: upgrade 23.5.26 -> 24.3.7 2024-03-20 09:28:04 -07:00
recipes-extended minifi-cpp: upgrade 0.7.0 -> 0.15.0 2024-03-20 20:16:07 -07:00
recipes-gnome gnome-themes-extra: build with gtk+3 2024-03-23 10:01:49 -07:00
recipes-graphics lvgl: Deduplicate PACKAGECONFIG into lv-conf 2024-03-22 21:19:50 -07:00
recipes-kernel recipes: Drop remaining PR values from recipes 2024-03-17 13:10:10 -07:00
recipes-multimedia libopus: upgrade 1.4 -> 1.5.1 2024-03-20 09:28:05 -07:00
recipes-navigation geoclue: enable demo agent 2024-03-18 15:42:49 -07:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix groupname gid change warning 2023-08-05 09:29:56 -07:00
recipes-printing qpdf: upgrade 11.7.0 -> 11.8.0 2024-01-23 11:55:39 -08:00
recipes-security audit: upgrade 4.0 -> 4.0.1 2024-03-22 09:05:47 -07:00
recipes-shells tcsh: upgrade 6.24.10 -> 6.24.11 2024-03-20 09:28:11 -07:00
recipes-support freerdp3: disable shadow without x11 2024-03-22 09:05:47 -07:00
recipes-test remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH 2024-03-09 10:55:23 -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