meta-openembedded/meta-oe
Peter Marko eb61d84e3c
soci: update build options
* make it possible to configure build without boost
* build tests only when requested
* disable build of IBM proprietary DB2 which does not have recipe
  (this creates some cmake warnings if enabled without dependency)
* EXTRA_OECONF is empty with cmake build
* remove SOCI_LIBDIR which was removed in upgrade to v4.0.2
* use WITH_* instedad of SOCI_* as SOCI defines still search
  for dependencies unnecessarily and WITH define automatically
  enables SOCI define, too

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-23 15:18:30 -07:00
..
classes Add class for appending dm-verity hash data to block device images 2024-04-23 15:18:30 -07:00
conf pv: Fix ptest failures 2024-04-12 23:07:33 -07:00
dynamic-layers Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path 2024-04-15 21:01:20 -07:00
files influxdb: Add missing group to static id 2024-02-17 17:35:24 -08:00
lib/oeqa/selftest/cases
licenses
recipes-benchmark fio: Upgrade to 3.36+git 2024-03-25 18:52:52 -07:00
recipes-bsp i2cdev: Include libgen.h on musl 2024-03-25 18:52:52 -07:00
recipes-connectivity gensio: upgrade 2.8.3 -> 2.8.4 2024-04-23 15:15:31 -07:00
recipes-core sdbus-c++: Fix build and upgrade to latest git 2024-04-19 18:20:17 -07:00
recipes-crypto cryptsetup: upgrade 2.7.1 -> 2.7.2 2024-04-17 23:47:23 -07:00
recipes-dbs soci: update build options 2024-04-23 15:18:30 -07:00
recipes-devtools python3-pycups: upgrade 2.0.1 -> 2.0.4 2024-04-23 15:15:33 -07:00
recipes-extended sanlock: upgrade 3.9.1 -> 3.9.2 2024-04-23 15:15:34 -07:00
recipes-gnome adw-gtk3: upgrade 5.2 -> 5.3 2024-04-17 23:47:22 -07:00
recipes-graphics ydotool: Do not package systemd unit files on non-systemd distros 2024-04-20 11:05:12 -07:00
recipes-kernel makedumpfile: upgrade 1.7.4 -> 1.7.5 2024-04-17 23:47:24 -07:00
recipes-multimedia libopus: upgrade 1.5.1 -> 1.5.2 2024-04-17 23:47:24 -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 Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path 2024-04-15 21:01:20 -07:00
recipes-shells tcsh: upgrade 6.24.11 -> 6.24.12 2024-04-17 23:47:29 -07:00
recipes-support asio: upgrade 1.28.0 -> 1.30.2 2024-04-23 15:15:31 -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