meta-openembedded/meta-oe
Khem Raj dac3c9f062
mariadb: Upgrade to 10.11.9 release
Drop upstreamed patches
Fixes build with fmt11

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-28 18:15:26 -07:00
..
classes Add class for appending dm-verity hash data to block device images 2024-04-23 15:18:30 -07:00
conf libee: remove recipe since libee is obsolete 2024-06-27 09:19:06 -07:00
dynamic-layers android-toold-adbd: Fix inconsistency between selinux configurations 2024-08-22 17:19:42 +05:30
files influxdb: Add missing group to static id 2024-02-17 17:35:24 -08:00
lib/oeqa/selftest/cases
licenses
recipes-benchmark s-suite: Add UPSTREAM_CHECK_COMMITS 2024-08-09 14:25:11 -07:00
recipes-bsp fwupd: upgrade 1.9.22 -> 1.9.24 2024-08-28 07:11:30 -07:00
recipes-connectivity krb5: fix CVE-2024-26458 and CVE-2024-26461 2024-08-23 22:35:10 -07:00
recipes-core vdpauinfo: require x11 in DISTRO_FEATURES 2024-08-27 07:17:10 -07:00
recipes-crypto botan: Make it reproducible 2024-08-15 23:20:05 -07:00
recipes-dbs mariadb: Upgrade to 10.11.9 release 2024-08-28 18:15:26 -07:00
recipes-devtools ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0 2024-08-28 07:11:30 -07:00
recipes-extended sanlock: upgrade 3.9.3 -> 3.9.4 2024-08-28 07:11:37 -07:00
recipes-gnome gtk+: Fix CVE-2024-6655 2024-08-25 11:29:14 -07:00
recipes-graphics libei: upgrade 1.2.1 -> 1.3.0 2024-08-28 07:11:31 -07:00
recipes-kernel drgn: add new recipe 2024-08-22 08:02:28 -07:00
recipes-multimedia pavucontrol: update SRC_URI 2024-08-09 14:25:21 -07:00
recipes-navigation libspatialite: Upgrade to 5.1 2024-08-24 15:46:31 -07:00
recipes-networking/cyrus-sasl recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
recipes-printing cups-filters: include UPSTREAM_CHECK_URI to fix UNKNOWN_BROKEN status 2024-07-24 08:56:30 -07:00
recipes-security bubblewrap: update 0.9.0 -> 0.10.0 2024-08-21 08:45:47 -07:00
recipes-shells zsh: update 5.8 -> 5.9 2024-08-23 22:35:10 -07:00
recipes-support pcsc-tools: upgrade 1.7.1 -> 1.7.2 2024-08-28 07:11:32 -07:00
recipes-test googletest: upgrade 1.14.0 -> 1.15.2 2024-08-09 14:25:13 -07:00
COPYING.MIT
README.md

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