meta-openembedded/meta-oe
Mingli Yu bf30c08dd5
re2: Upgrade 2023.03.01 -> 2024.03.01
1, Add abseil-cpp, gtest and benchmark to DEPENDS to fix the below
kind configure error.

CMake Error at CMakeLists.txt:81 (find_package):
  By not providing "Findabsl.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "absl", but
  CMake did not find one.

  Could not find a package configuration file provided by "absl" with any of
  the following names:

    abslConfig.cmake
    absl-config.cmake

2, Install libtesting.so to target to fix the below QA issue.
ERROR: re2-2024.03.01-r0 do_package_qa: QA Issue: /usr/lib64/re2/ptest/string_generator_test contained in package re2-ptest requires libtesting.so()(64bit), but no providers found in RDEPENDS:re2-ptest? [file-rdeps]

3, Add abseil-cpp-dev to RDEPENDS to fix the below QA issue.
ERROR: re2-2024.03.01-r0 do_package_qa: QA Issue: re2 rdepends on abseil-cpp-dev [dev-deps]

4, The ptest output as below:
 # ./run-ptest
PASS: charclass_test
PASS: compile_test
PASS: filtered_re2_test
PASS: mimics_pcre_test
PASS: parse_test
PASS: possible_match_test
PASS: re2_test
PASS: re2_arg_test
PASS: regexp_test
PASS: required_prefix_test
PASS: search_test
PASS: set_test
PASS: simplify_test
PASS: string_generator_test
PASS: dfa_test
PASS: exhaustive1_test
PASS: exhaustive2_test
PASS: exhaustive3_test
PASS: exhaustive_test
PASS: random_test

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-08 10:07:26 -08:00
..
classes signing.bbclass: fix typos 2024-03-05 15:09:24 -08:00
conf ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE 2024-03-05 11:02:03 -08:00
dynamic-layers netplan: upgrade 0.106 -> 1.0 2024-03-08 10:07:24 -08: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 mimic: Use special rateconv.c license 2022-04-30 09:52:15 -07:00
recipes-benchmark glmark2: add upstream patch to not care about stencil config 2024-03-05 15:09:25 -08:00
recipes-bsp nvme-cli: upgrade 2.7.1 -> 2.8 2024-02-14 12:59:18 -08:00
recipes-connectivity krb5: upgrade 1.20.2 -> 1.21.2 2024-03-01 16:37:55 -08:00
recipes-core dbus-cxx: upgrade 2.5.0 -> 2.5.1 2024-03-08 10:07:20 -08:00
recipes-crypto cryptsetup: upgrade 2.6.1 -> 2.7.0 2024-03-01 16:37:55 -08:00
recipes-dbs postgresql: upgrade 15.5 -> 16.2 2024-03-05 11:02:03 -08:00
recipes-devtools abseil-cpp: Split so-files into separate packages 2024-03-08 10:07:25 -08:00
recipes-extended ostree: upgrade 2024.3 -> 2024.4 2024-03-08 10:07:21 -08:00
recipes-gnome libjcat: upgrade 0.2.0 -> 0.2.1 2024-02-09 09:52:08 -08:00
recipes-graphics neatvnc: upgrade 0.7.2 -> 0.8.0 2024-03-08 10:07:21 -08:00
recipes-kernel kernel-selftest: no longer skip ldflags QA 2024-02-10 01:48:01 -08:00
recipes-multimedia recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
recipes-navigation proj: upgrade 9.3.0 -> 9.3.1 2024-02-09 09:52:12 -08: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 keyutils: Add missing rdep for ptests 2024-03-01 16:37:55 -08:00
recipes-shells mksh: Update to 59c properly 2023-11-07 19:59:58 -08:00
recipes-support re2: Upgrade 2023.03.01 -> 2024.03.01 2024-03-08 10:07:26 -08:00
recipes-test googletest: Pass -fPIC to CFLAGS 2024-03-08 10:07:25 -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